Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a1fc4b5ead6e6e4165288987122d0d735a1740cc
/
library
5fa32a7
Use CMAKE_BUILD_TYPE to do Asan builds
by Gilles Peskine
· 6 years ago
6c164e7
Update the version of the library to 2.16.0
by Simon Butcher
· 6 years ago
b6cdf98
Merge remote-tracking branch 'public/pr/1721' into development-restricted
by Simon Butcher
· 6 years ago
ad7c210
Merge remote-tracking branch 'public/pr/2274' into development
by Simon Butcher
· 6 years ago
12b4240
Merge remote-tracking branch 'public/pr/2288' into development
by Simon Butcher
· 6 years ago
c831193
Merge remote-tracking branch 'public/pr/2302' into development
by Simon Butcher
· 6 years ago
1efda39
Merge remote-tracking branch 'public/pr/2297' into development
by Simon Butcher
· 6 years ago
5aa7809
Merge remote-tracking branch 'public/pr/2275' into development
by Simon Butcher
· 6 years ago
780cf18
Merge remote-tracking branch 'public/pr/2271' into development
by Simon Butcher
· 6 years ago
032c037
Merge remote-tracking branch 'public/pr/2270' into development
by Simon Butcher
· 6 years ago
a033633
Merge remote-tracking branch 'public/pr/2269' into development
by Simon Butcher
· 6 years ago
70935a4
Merge remote-tracking branch 'public/pr/2299' into development
by Simon Butcher
· 6 years ago
003c0e0
Merge remote-tracking branch 'public/pr/2292' into development
by Simon Butcher
· 6 years ago
decf2f5
Merge remote-tracking branch 'public/pr/2291' into development
by Simon Butcher
· 6 years ago
65ce5dc
Merge remote-tracking branch 'public/pr/2290' into development
by Simon Butcher
· 6 years ago
ad2e0da
Merge remote-tracking branch 'public/pr/2283' into development
by Simon Butcher
· 6 years ago
0bbf7f4
Merge remote-tracking branch 'public/pr/2279' into development
by Simon Butcher
· 6 years ago
962b7b1
Merge remote-tracking branch 'public/pr/2273' into development
by Simon Butcher
· 6 years ago
6be67a6
Merge remote-tracking branch 'public/pr/2281' into development
by Simon Butcher
· 6 years ago
dac513e
Merge remote-tracking branch 'public/pr/2282' into development
by Simon Butcher
· 6 years ago
ccafd14
Merge remote-tracking branch 'public/pr/2276' into development
by Simon Butcher
· 6 years ago
2a8d32c
Merge remote-tracking branch 'public/pr/2287' into development
by Simon Butcher
· 6 years ago
01d4b76
Remove faulty cipher_finish calls from nist_kw
by Manuel Pégourié-Gonnard
· 6 years ago
2f6de42
Move SHA256_VALIDATE[_RET] outside of MBEDTLS_SHA256_ALT guard
by Hanno Becker
· 6 years ago
c756049
Move SHA512_VALIDATE[_RET] outside of MBEDTLS_SHA512_ALT guard
by Hanno Becker
· 6 years ago
b3c7023
Move SHA1_VALIDATE[_RET] outside of MBEDTLS_SHA1_ALT guard
by Hanno Becker
· 6 years ago
6adb057
Improve details of CCM parameter validation and documentation
by k-stachowiak
· 6 years ago
f712534
Add missing validation code in CCM
by k-stachowiak
· 6 years ago
ff8a098
Allow empty arguments in some CCM functions' parameter validation
by k-stachowiak
· 6 years ago
fd42d53
Explicitly allow NULL as an argument to mbedtls_ccm_free()
by k-stachowiak
· 6 years ago
26d365e
Add parameter validation for CCM
by k-stachowiak
· 6 years ago
6af45ec
PK: document context validity requirements
by Gilles Peskine
· 6 years ago
f25ee7f
Fix parameter validation for mbedtls_mpi_lsb()
by Hanno Becker
· 6 years ago
8c71b3e
pk_parse*keyfile: explicitly validate path=NULL
by Gilles Peskine
· 6 years ago
516897a
Remove unnecessary parameter validation from the Cipher module
by k-stachowiak
· 6 years ago
1a9df6b
Improve style in the Cipher module
by k-stachowiak
· 6 years ago
95070a8
Make some cipher parameter validation unconditional
by k-stachowiak
· 6 years ago
c29d94c
Account for optional NULL buffer arguments in the Cipher module
by k-stachowiak
· 6 years ago
a539070
Make all parameter validation tests optional
by k-stachowiak
· 6 years ago
e0215d7
Add Cipher module parameter validation
by Krzysztof Stachowiak
· 6 years ago
21298a2
Improve parameter validation in mbedtls_gcm_free()
by k-stachowiak
· 6 years ago
8ffc92a
Add parameter validation for the GCM module
by k-stachowiak
· 6 years ago
8ce11a3
Minor improvements to bignum module
by Hanno Becker
· 6 years ago
ee3cfec
PK sign/verify: hash=NULL is ok if md_alg=0 and hash_len=0
by Gilles Peskine
· 6 years ago
159171b
PK parse/write: support keylen=0 correctly
by Gilles Peskine
· 6 years ago
70ded36
Minor improvements to Camellia module and documentation
by Hanno Becker
· 6 years ago
1f19fa6
PK: Fix free(NULL) in library and tests
by Gilles Peskine
· 6 years ago
541aa69
Implement parameter validation for Blowfish module
by Hanno Becker
· 6 years ago
b54ae0b
Implement parameter validation for ARIA module
by Hanno Becker
· 6 years ago
ff62f44
Remove duplicated parameter check in CAMELLIA module
by Hanno Becker
· 6 years ago
b4b7fb7
Implement parameter validation for CAMELLIA module
by Hanno Becker
· 6 years ago
9994e0d
Regenerate errors.c
by Hanno Becker
· 6 years ago
d8e4f4a
Regenerate errors.c
by Hanno Becker
· 6 years ago
859522a
Regenerate errors.c
by Hanno Becker
· 6 years ago
185e516
Minor fixes to ECJPAKE parameter validation
by Hanno Becker
· 6 years ago
b7a04a7
Fix mbedtls_ecp_curve_info_from_name() for NULL input
by Hanno Becker
· 6 years ago
80f7168
Add parameter validation to mbedtls_ecp_restart_init()
by Hanno Becker
· 6 years ago
54b789a
Merge remote-tracking branch 'public/pr/2298' into development
by Simon Butcher
· 6 years ago
e97dc60
Implement parameter validation in pk, pkparse and pkwrite
by Gilles Peskine
· 6 years ago
c81cfec
Minor fixes to parameter validation in ECDH module
by Hanno Becker
· 6 years ago
a7634e8
Fix wrong invocation of parameter validation macro in ECDH module
by Hanno Becker
· 6 years ago
54c91dd
Remove double semicolon from bignum.c
by Hanno Becker
· 6 years ago
73d7d79
Implement parameter validation for MPI module
by Hanno Becker
· 6 years ago
38e15d4
Don't declare MBEDTLS-namespace identifiers in sha512.c
by Hanno Becker
· 6 years ago
8d215e7
Don't define MBEDTLS-namespace macros in sha256.c
by Hanno Becker
· 6 years ago
039ccab
Don't declare MBEDTLS-namespace macros in sha1.c
by Hanno Becker
· 6 years ago
2f660d0
Forbid passing NULL input buffers to RSA encryption routines
by Hanno Becker
· 6 years ago
adc9b17
Minor improvements to DHM module
by Hanno Becker
· 6 years ago
5c14ed6
Implement parameter validation for DHM module
by Hanno Becker
· 6 years ago
ca6f458
Fix parameter validation in SHA-512 module
by Hanno Becker
· 6 years ago
596e014
Add validation is `is224` argument in mbedtls_sha256_starts_ret()
by Hanno Becker
· 6 years ago
230b4f4
Fix definition of MBEDTLS_SHA256_VALIDATE[_RET] in sha256.c
by Hanno Becker
· 6 years ago
236ea16
Fix wrong conditional in free() functions
by Hanno Becker
· 6 years ago
e463c42
Minor improvements
by Hanno Becker
· 6 years ago
305e4e4
Implement parameter validation for ChaCha/Poly modules
by Hanno Becker
· 6 years ago
863d483
Add MBEDTLS_ERR_SHA512_BAD_INPUT_DATA to error.{h,c}
by Andres Amaya Garcia
· 6 years ago
ba519b9
Add parameter validation to SHA-512 module
by Andres Amaya Garcia
· 6 years ago
b86e684
Move/remove param validation in mbedtls_rsa_rsaes_pkcs1_v15_encrypt
by Hanno Becker
· 6 years ago
319ae11
Implement parameter validation in ECDSA module
by Hanno Becker
· 6 years ago
71c8e1b
Implement parameter validation in ECJPAKE module
by Hanno Becker
· 6 years ago
91796d7
Implement parameter validation in ECDH module
by Hanno Becker
· 6 years ago
ddeeed7
Implement parameter validation for RSA module
by Hanno Becker
· 6 years ago
4f8e8e5
Implement parameter validation for ECP module
by Hanno Becker
· 6 years ago
9e76c0e
Add MBEDTLS_ERR_SHA256_BAD_INPUT_DATA to error.{h,c}
by Andres Amaya Garcia
· 6 years ago
79e593f
Add parameter validation to SHA-256 module
by Andres Amaya Garcia
· 6 years ago
b3906d8
Minor fixes to implementation of SHA1 parameter validation
by Hanno Becker
· 6 years ago
a685d4f
Add MBEDTLS_ERR_SHA1_BAD_INPUT_DATA to error.{h,c}
by Andres Amaya Garcia
· 6 years ago
f7c43b3
Add parameter validation to SHA-1
by Andres Amaya Garcia
· 6 years ago
e55e103
Fix off-by-one in iv_off check and add tests
by Manuel Pégourié-Gonnard
· 6 years ago
5b89c09
Add check for iv_off in AES-CFB128 and AES-OFB
by Manuel Pégourié-Gonnard
· 6 years ago
998a358
Make a check more explicit in aes.c
by Manuel Pégourié-Gonnard
· 6 years ago
eb6d396
Fix some whitespace issues in aes.c
by Manuel Pégourié-Gonnard
· 6 years ago
2bc535b
Add parameter validation for AES-CTR
by Manuel Pégourié-Gonnard
· 6 years ago
8e41eb7
Add parameter validation for AES-OFB
by Manuel Pégourié-Gonnard
· 6 years ago
1677cca
Add parameter validation for AES-CFB functions
by Manuel Pégourié-Gonnard
· 6 years ago
191af13
Add param validation for mbedtls_aes_crypt_xts()
by Manuel Pégourié-Gonnard
· 6 years ago
3178d1a
Add param validation for mbedtls_aes_crypt_cbc()
by Manuel Pégourié-Gonnard
· 6 years ago
1aca260
Add parameter validation for mbedtls_aes_crypt_ecb()
by Manuel Pégourié-Gonnard
· 6 years ago
68e3dff
Add parameter validation XTS setkey functions
by Manuel Pégourié-Gonnard
· 6 years ago
6640b0d
Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH
by Hanno Becker
· 6 years ago
Next »