Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a9066cf8f15ae42e57e3b9ff744acd7c286286b4
a9066cf
Include stdlib in the right spot
by Paul Bakker
· 11 years ago
defc0ca
Migrated the Memory layer to the Platform layer
by Paul Bakker
· 11 years ago
b2f66c9
Only include platform files when needed
by Paul Bakker
· 11 years ago
7dc4c44
Library files moved to use platform layer
by Paul Bakker
· 11 years ago
747a83a
Platform abstraction layer for memory, printf and fprintf
by Paul Bakker
· 11 years ago
ab50d8d
Merged RSA-PSS support in Certificate, CSR and CRL
by Paul Bakker
· 11 years ago
e31b1d9
Added Curve preference order to ChangeLog
by Paul Bakker
· 11 years ago
77f50c9
Merged option to set Curve Preference order
by Paul Bakker
· 11 years ago
7926570
Disable ecp_set_curve() for compatibility
by Manuel Pégourié-Gonnard
· 11 years ago
f07031a
debug_ecp: don't print Z, always 1
by Manuel Pégourié-Gonnard
· 11 years ago
f6dc5e1
Remove temporary debug code
by Manuel Pégourié-Gonnard
· 11 years ago
c3f6b62
Print curve name instead of size in debugging
by Manuel Pégourié-Gonnard
· 11 years ago
ab24010
Enforce our choice of allowed curves.
by Manuel Pégourié-Gonnard
· 11 years ago
7f38ed0
ssl_set_curves is no longer ECDHE only
by Manuel Pégourié-Gonnard
· 11 years ago
cd49f76
Make ssl_set_curves() work client-side too.
by Manuel Pégourié-Gonnard
· 11 years ago
ac71941
Renamings and other fixes
by Manuel Pégourié-Gonnard
· 11 years ago
e40c469
The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[].
by Gergely Budai
· 11 years ago
de05390
Rename ecdh_curve_list to curve_list
by Manuel Pégourié-Gonnard
· 11 years ago
5de2580
Make ssl_set_ecdh_curves() a compile-time option
by Manuel Pégourié-Gonnard
· 11 years ago
987bfb5
Added the possibility to define the allowed curves for ECDHE handshake. It also defines the preference of the curves.
by Gergely Budai
· 11 years ago
a5d336b
Increase title size (fits to increased curve names). Give verbose errors on failures.
by Gergely Budai
· 11 years ago
fbf0915
Fix bug in RSA PKCS#1 v1.5 "reversed" operations
by Manuel Pégourié-Gonnard
· 11 years ago
c4919bc
Add tests for rsa_copy()
by Manuel Pégourié-Gonnard
· 11 years ago
a585777
Merged miscellaneous build changes
by Paul Bakker
· 11 years ago
5fb8efe
Merged HMAC-DRBG code
by Paul Bakker
· 11 years ago
ffd94cc
Fix curve list in dependency checking
by Manuel Pégourié-Gonnard
· 11 years ago
ad3fab6
Fix outdated comment
by Manuel Pégourié-Gonnard
· 11 years ago
6e8e34d
Fix ecp_gen_keypair()
by Manuel Pégourié-Gonnard
· 11 years ago
725afd8
Fix the 'error' test suite
by Manuel Pégourié-Gonnard
· 11 years ago
b05db2a
Save memory by not storing the HMAC key
by Manuel Pégourié-Gonnard
· 11 years ago
e6cdbbd
Add tests for th init_buf() variant of HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
cf38367
Fix HMAC_DRBG and RIPEMD160 error codes
by Manuel Pégourié-Gonnard
· 11 years ago
446ee66
Add LCOV_EXCLUDE_LINE on some IO errors
by Manuel Pégourié-Gonnard
· 11 years ago
546d86c
Add an 'lcov' target for HTML coverage report
by Manuel Pégourié-Gonnard
· 11 years ago
6529ff0
make: add a 'test-ref-configs' target
by Manuel Pégourié-Gonnard
· 11 years ago
d75d7cf
make: friendlier test target
by Manuel Pégourié-Gonnard
· 11 years ago
469238a
cmake: add 'ASan' build type
by Manuel Pégourié-Gonnard
· 11 years ago
0933d1f
cmake: coverage flags for clang too
by Manuel Pégourié-Gonnard
· 11 years ago
7575daa
Expand CTR_DRBG test coverage
by Manuel Pégourié-Gonnard
· 11 years ago
b3b205e
Clean up details in ctr_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
f6a17d0
Fix some doc comments
by Manuel Pégourié-Gonnard
· 11 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
62273b8
Add NIST validation tests for HMAC_DRBG pr=true
by Manuel Pégourié-Gonnard
· 11 years ago
24600b7
Add NIST validation tests for HMAC_DRBG nopr
by Manuel Pégourié-Gonnard
· 11 years ago
4f880a5
Add misc tests for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
48bc3e8
Add hmac_drbg_{write,update}_seed_file()
by Manuel Pégourié-Gonnard
· 11 years ago
fef0f8f
Add HMAC_DRBG to benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
0520b60
Make options configurable for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
efc8d80
Use safer names for macros
by Manuel Pégourié-Gonnard
· 11 years ago
6e897c2
Add more checks and references
by Manuel Pégourié-Gonnard
· 11 years ago
d742a03
Use md_hmac_reset() when possible
by Manuel Pégourié-Gonnard
· 11 years ago
658dbed
Add automatic periodic reseeding
by Manuel Pégourié-Gonnard
· 11 years ago
af786ff
Add hmac_drbg_set_prediction_resistance()
by Manuel Pégourié-Gonnard
· 11 years ago
8fc484d
Add hmac_drbg_reseed()
by Manuel Pégourié-Gonnard
· 11 years ago
4e669c6
Add hmac_drbg_set_entropy_len()
by Manuel Pégourié-Gonnard
· 11 years ago
6801f39
Add NIST no_reseed validation tests for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
fe34a5f
Add entropy callbacks to HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
8208d16
Add hmac_random_with_add()
by Manuel Pégourié-Gonnard
· 11 years ago
7845fc0
Use new HMAC_DRBG module for deterministic ECDSA
by Manuel Pégourié-Gonnard
· 11 years ago
490bdf3
Add minimalistic HMAC_DRBG implementation
by Manuel Pégourié-Gonnard
· 11 years ago
2cb1a0c
Fixed indication for TrustInSoft fix
by Paul Bakker
· 11 years ago
polarssl-1.3.4
b84582b
Fixed up ChangeLog with missing bug fixes
by Paul Bakker
· 11 years ago
2aca241
Ready for release 1.3.4
by Paul Bakker
· 11 years ago
e6c2ddb
Updated ChangeLog with deterministic ECDSA
by Paul Bakker
· 11 years ago
42099c3
Revert "Add pk_rsa_set_padding() and rsa_set_padding()"
by Paul Bakker
· 11 years ago
27b93ad
Factor common code for printing sig_alg
by Manuel Pégourié-Gonnard
· 11 years ago
5cac583
Factor out some common code
by Manuel Pégourié-Gonnard
· 11 years ago
41cae8e
Parse CSRs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
d4fd57d
Add tests for parsing CSRs
by Manuel Pégourié-Gonnard
· 11 years ago
5eeb32b
Parse CRLs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
ce7c6fd
Fix dependencies
by Manuel Pégourié-Gonnard
· 11 years ago
b7de86d
More checks for length match in rsassa-pss params
by Manuel Pégourié-Gonnard
· 11 years ago
3c1e8b5
Finish parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 11 years ago
d9fd87b
Start parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 11 years ago
b1d4eb1
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
d75ba40
SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
by Paul Bakker
· 11 years ago
556efba
Added AES CFB8 mode
by Paul Bakker
· 11 years ago
8002541
net_is_block() renamed to net_would_block() and corrected behaviour on
by Paul Bakker
· 11 years ago
c2024f4
Added MPI_CHK around unguarded mpi calls
by Paul Bakker
· 11 years ago
a56d363
Fix missing dependency declaration in test
by Manuel Pégourié-Gonnard
· 11 years ago
8e205fc
Fix potential buffer overflow in suported_curves_ext
by Manuel Pégourié-Gonnard
· 11 years ago
8505d50
Fix "check" mode warnings
by Manuel Pégourié-Gonnard
· 11 years ago
027a7cb
Rm now useless test helper function
by Manuel Pégourié-Gonnard
· 11 years ago
544416a
Fix failing ECDH test (test vectors misuse)
by Manuel Pégourié-Gonnard
· 11 years ago
9f3c7d7
Added missing POLARSSL_ECDSA_DETERMINISTIC around ecdsa_write_signature_det()
by Paul Bakker
· 11 years ago
18e9f32
Added missing static to md_info_by_size() in ecdsa.c
by Paul Bakker
· 11 years ago
bf98c3d
Merged deterministic ECDSA
by Paul Bakker
· 11 years ago
5eb264c
Minor fixes to o_p_test.c (CMakeLists.txt and includes)
by Paul Bakker
· 11 years ago
1b46044
Disable unused-function warning for clang-check
by Manuel Pégourié-Gonnard
· 11 years ago
2d5f142
Fix warning in main_test
by Manuel Pégourié-Gonnard
· 11 years ago
dfab4c1
Add forgotten #ifdef and depends_on
by Manuel Pégourié-Gonnard
· 11 years ago
e707eb6
Fix unused variable in test case
by Manuel Pégourié-Gonnard
· 11 years ago
a7eac95
Merged ASM format fixes in bn_mul.h
by Paul Bakker
· 11 years ago
5862eee
Merged RIPEMD-160 support
by Paul Bakker
· 11 years ago
9f4c162
Support alternative implementation for RIPEMD-160 (POLARSSL_RIPEMD160_ALT)
by Paul Bakker
· 11 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 11 years ago
0ac99ca
Merged support for secp224k1, secp192k1 and secp25k1
by Paul Bakker
· 11 years ago
3eb9673
Updated ChangeLog with recent changes
by Paul Bakker
· 11 years ago
83a7fdd
Replace expired test certificate
by Manuel Pégourié-Gonnard
· 11 years ago
b4fae57
Add pk_rsa_set_padding() and rsa_set_padding()
by Manuel Pégourié-Gonnard
· 11 years ago
Next »