Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
e3b3d19e5a39c36f49c2eeb7bfee3d1db22254fb
/
library
3c6409b
CMake: allow to build both shared and static at once
by hasufell
· 11 years ago
9a6e93e
Reserve -1 as an error code (used in programs)
by Manuel Pégourié-Gonnard
· 11 years ago
844a4c0
Fix RSASSA-PSS example programs
by Manuel Pégourié-Gonnard
· 11 years ago
83cdffc
Forbid sequence number wrapping
by Manuel Pégourié-Gonnard
· 11 years ago
3c599f1
Avoid possible segfault on bad server ciphersuite
by Manuel Pégourié-Gonnard
· 11 years ago
9533765
Reject certs and CRLs from the future
by Manuel Pégourié-Gonnard
· 11 years ago
6304f78
Add x509_time_future()
by Manuel Pégourié-Gonnard
· 11 years ago
29dcc0b
Fix depend issues in test suites for cipher modes
by Manuel Pégourié-Gonnard
· 11 years ago
1ec220b
Add missing #ifdefs in aes.h
by Manuel Pégourié-Gonnard
· 11 years ago
648656a
Fix error code in dhm_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
796c6f3
Countermeasure against "triple handshake" attack
by Manuel Pégourié-Gonnard
· 11 years ago
fdf3f0e
Avoid "unreachable code" warning
by Manuel Pégourié-Gonnard
· 11 years ago
2a2ae64
Fix forgotten curves in #ifdef
by Manuel Pégourié-Gonnard
· 11 years ago
6b1e207
Fix verion-major intolerance
by Manuel Pégourié-Gonnard
· 11 years ago
c909308
Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
by Manuel Pégourié-Gonnard
· 11 years ago
6df0957
Revert "Mutex call in x509_crt.c depended on PTHREAD specific instead of generic"
by Manuel Pégourié-Gonnard
· 11 years ago
f2561b3
Ability to provide alternate timing implementation
by Paul Bakker
· 11 years ago
47703a0
More entropy functions made thread-safe (add_source, update_manual, gather)
by Paul Bakker
· 11 years ago
9eae7aa
Mutex call in x509_crt.c depended on PTHREAD specific instead of generic
by Paul Bakker
· 11 years ago
6a28e72
Merged platform compatibility layer
by Paul Bakker
· 11 years ago
0910f32
Fixed compile warning (in test-ref-configs)
by Paul Bakker
· 11 years ago
119602b
Typo fix in memory_buffer_alloc.c
by Paul Bakker
· 11 years ago
defc0ca
Migrated the Memory layer to the Platform layer
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
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
fbf0915
Fix bug in RSA PKCS#1 v1.5 "reversed" operations
by Manuel Pégourié-Gonnard
· 11 years ago
5fb8efe
Merged HMAC-DRBG code
by Paul Bakker
· 11 years ago
6e8e34d
Fix ecp_gen_keypair()
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
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
b3b205e
Clean up details in ctr_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
48bc3e8
Add hmac_drbg_{write,update}_seed_file()
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
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
2aca241
Ready for release 1.3.4
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
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
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
8e205fc
Fix potential buffer overflow in suported_curves_ext
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
dfab4c1
Add forgotten #ifdef and depends_on
by Manuel Pégourié-Gonnard
· 11 years ago
5862eee
Merged RIPEMD-160 support
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
b4fae57
Add pk_rsa_set_padding() and rsa_set_padding()
by Manuel Pégourié-Gonnard
· 11 years ago
7c59363
Remove a few dead stores
by Manuel Pégourié-Gonnard
· 11 years ago
9e987ed
Fix potential memory leak in bignum selftest
by Manuel Pégourié-Gonnard
· 11 years ago
fd6a191
Fix misplaced initialisation.
by Manuel Pégourié-Gonnard
· 11 years ago
073f0fa
Fix missing error checking in gcm
by Manuel Pégourié-Gonnard
· 11 years ago
280f95b
Add #ifs arround ssl_ciphersuite_uses_XXX()
by Manuel Pégourié-Gonnard
· 11 years ago
7cfdcb8
Add a length check in ssl_derive_keys()
by Manuel Pégourié-Gonnard
· 11 years ago
9af7d3a
Add fast reduction for the other Koblitz curves
by Manuel Pégourié-Gonnard
· 11 years ago
8887d8d
Add mod_p256k1
by Manuel Pégourié-Gonnard
· 11 years ago
ea499a7
Add support for secp192k1
by Manuel Pégourié-Gonnard
· 11 years ago
0a56c2c
Fix bug in ecdh_calc_secret()
by Manuel Pégourié-Gonnard
· 11 years ago
5304812
Fix theoretical compliance issue in ECDSA
by Manuel Pégourié-Gonnard
· 11 years ago
18e3ec9
Add support for secp224k1
by Manuel Pégourié-Gonnard
· 11 years ago
e4d47a6
Add RIPEMD-160 to the generic MD layer
by Manuel Pégourié-Gonnard
· 11 years ago
ff40c3a
Add HMAC support to RIPEMD-160
by Manuel Pégourié-Gonnard
· 11 years ago
cab4a88
Add RIPEMD-160 (core functions)
by Manuel Pégourié-Gonnard
· 11 years ago
9bcff39
Add OIDs and TLS IDs for prime Koblitz curves
by Manuel Pégourié-Gonnard
· 11 years ago
f51c8fc
Add support for secp256k1 arithmetic
by Manuel Pégourié-Gonnard
· 11 years ago
65ad3e4
Use deterministic ECDSA in the PK layer
by Manuel Pégourié-Gonnard
· 11 years ago
5e6edcf
Add fallback for md_alg == NONE to ecdsa_sign_det()
by Manuel Pégourié-Gonnard
· 11 years ago
937340b
Add ecdsa_write_signature_det()
by Manuel Pégourié-Gonnard
· 11 years ago
Next »