Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
ad2e0dae322275169ea6550dbaf2dd24b2e65a75
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
247a782
Increase strictness of NULL parameter validity in CCM's doxygen
by k-stachowiak
· 6 years ago
6adb057
Improve details of CCM parameter validation and documentation
by k-stachowiak
· 6 years ago
9da5d7c
Adjust mbedtls_ccm_free() documentation
by k-stachowiak
· 6 years ago
373a660
Fix a documentation typo
by k-stachowiak
· 6 years ago
270a125
Add a change log entry
by k-stachowiak
· 6 years ago
b92f933
Doxygen comments improvement
by k-stachowiak
· 6 years ago
dd63359
Add tests for valid NULL in ccm_free()
by k-stachowiak
· 6 years ago
508bcd9
Remove unneeded test for the CCM free function
by k-stachowiak
· 6 years ago
12f0d5c
Improve the constraints definition in the doxygen comments in CCM
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
438448e
Format NULL occurrences in CCM's Doxygen comments
by k-stachowiak
· 6 years ago
26d365e
Add parameter validation for CCM
by k-stachowiak
· 6 years ago
6009ece
Increase strictness of NULL parameter validity in GCM's doxygen
by k-stachowiak
· 6 years ago
21298a2
Improve parameter validation in mbedtls_gcm_free()
by k-stachowiak
· 6 years ago
9af22e4
Update change log
by k-stachowiak
· 6 years ago
2ae7ae5
Doxygen comments improvement
by k-stachowiak
· 6 years ago
5fccb3e
Add tests for valid NULL in gcm_free()
by k-stachowiak
· 6 years ago
8ffc92a
Add parameter validation for the GCM module
by k-stachowiak
· 6 years ago
df4b596
Minor Camellia documentation improvements
by Hanno Becker
· 6 years ago
ed54128
Minor Blowfish documentation improvements
by Hanno Becker
· 6 years ago
70ded36
Minor improvements to Camellia module and documentation
by Hanno Becker
· 6 years ago
20376d6
Don't promise that passing NULL input to Blowfish works
by Hanno Becker
· 6 years ago
3d9a349
Improve Blowfish documentation
by Hanno Becker
· 6 years ago
f947c0a
Move testing of mbedtls_blowfish_free() to separate test case
by Hanno Becker
· 6 years ago
49acc64
Minor improvements to Blowfish documentation and tests
by Hanno Becker
· 6 years ago
e38b4cd
Test parameter validation for Blowfish module
by Hanno Becker
· 6 years ago
541aa69
Implement parameter validation for Blowfish module
by Hanno Becker
· 6 years ago
3b4d6c6
Document parameter preconditions for Blowfish module
by Hanno Becker
· 6 years ago
0294072
Avoid unused variable warning in ARIA param validation test
by Hanno Becker
· 6 years ago
938a15e
Leave behaviour on NULL input unspecified in ARIA
by Hanno Becker
· 6 years ago
14b91e8
Move testing of mbedtls_aria_free() to separate test
by Hanno Becker
· 6 years ago
fac1d44
Fix style in ARIA parameter validation tests
by Hanno Becker
· 6 years ago
2f87504
Minor ARIA documentation improvements
by Hanno Becker
· 6 years ago
b0de9f5
Test that mbedtls_aria_free() accepts NULL parameter
by Hanno Becker
· 6 years ago
02d524c
Minor ARIA documentation improvements
by Hanno Becker
· 6 years ago
9e45c16
Test parameter validation for ARIA module
by Hanno Becker
· 6 years ago
b54ae0b
Implement parameter validation for ARIA module
by Hanno Becker
· 6 years ago
139d831
Document parameter preconditions for the ARIA module
by Hanno Becker
· 6 years ago
1e2f3ed
Remove merge artifact
by Hanno Becker
· 6 years ago
bdb7cd4
Don't promise that passing NULL input to Camellia works
by Hanno Becker
· 6 years ago
c7579ec
Improve Camellia documentation
by Hanno Becker
· 6 years ago
f193176
Move test of mbedtls_camellia_free() to separate test
by Hanno Becker
· 6 years ago
af4b83b
Minor improvements to CAMELLIA documentation
by Hanno Becker
· 6 years ago
ff62f44
Remove duplicated parameter check in CAMELLIA module
by Hanno Becker
· 6 years ago
e939de7
Minor fixes to Camellia parameter validation
by Hanno Becker
· 6 years ago
f10905a
Use full sentences in documentation of CAMELLIA preconditions
by Hanno Becker
· 6 years ago
7578837
Test parameter validation for CAMELLIA module
by Hanno Becker
· 6 years ago
b4b7fb7
Implement parameter validation for CAMELLIA module
by Hanno Becker
· 6 years ago
7a16aad
Document parameter preconditions in CAMELLIA module
by Hanno Becker
· 6 years ago
54b789a
Merge remote-tracking branch 'public/pr/2298' into development
by Simon Butcher
· 6 years ago
25635f2
Merge remote-tracking branch 'public/pr/1643' into development
by Simon Butcher
· 6 years ago
ee427b2
tests: Backup config.h before modifying it
by Jaeden Amero
· 6 years ago
adc9b17
Minor improvements to DHM module
by Hanno Becker
· 6 years ago
8c8a93c
Test parameter validation for DHM module
by Hanno Becker
· 6 years ago
5c14ed6
Implement parameter validation for DHM module
by Hanno Becker
· 6 years ago
6c5c45f
Document parameter preconditions in DHM module
by Hanno Becker
· 6 years ago
03f2ffa
Undo documentation change in ARIA, Blowfish, Camellia modules
by Hanno Becker
· 6 years ago
488d930
Fix unused param warnings in test function
by Manuel Pégourié-Gonnard
· 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
ab6b975
Improve constant naming in test functions
by Manuel Pégourié-Gonnard
· 6 years ago
b66e7db
Fix some documentation markup/wording issues
by Manuel Pégourié-Gonnard
· 6 years ago
ad54c49
Document AES accelerator functions as internal
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
af0c6cb
Fix missing guard on XTS function in tests
by Manuel Pégourié-Gonnard
· 6 years ago
6640b0d
Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH
by Hanno Becker
· 6 years ago
a034369
Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
by Hanno Becker
· 6 years ago
938f9e9
Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH
by Hanno Becker
· 6 years ago
9dbefa1
Fix conflict between constant deprecation and check-names.sh
by Hanno Becker
· 6 years ago
4fb258a
Remove mentioning of deprecated error codes
by Hanno Becker
· 6 years ago
3214215
Update errors.c
by Hanno Becker
· 6 years ago
d2f3a00
Introduce single BLOWFISH error code for bad input data
by Hanno Becker
· 6 years ago
4c029d0
Introduce single CAMELLIA error code for bad input data
by Hanno Becker
· 6 years ago
2f47550
Introduce single ARIA error code for bad input data
by Hanno Becker
· 6 years ago
9794098
Clarify ChangeLog entry again.
by Manuel Pégourié-Gonnard
· 6 years ago
548cecd
Discourage making MBEDTLS_PARAM_FAILED() empty.
by Manuel Pégourié-Gonnard
· 6 years ago
6d0816a
Introduce macros to deprecate constants in the API
by Hanno Becker
· 6 years ago
12dce61
Fix order of sections in ChangeLog
by Manuel Pégourié-Gonnard
· 6 years ago
e7306d3
Improve some documentation and ChangeLog entry
by Manuel Pégourié-Gonnard
· 6 years ago
a4251f4
Test aes_free( NULL ) unconditionally
by Manuel Pégourié-Gonnard
· 6 years ago
54e7f31
Make TEST_VALID_PARAM() available unconditionally
by Manuel Pégourié-Gonnard
· 6 years ago
aae10fa
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 6 years ago
cd2b29c
Improve wording in documentation and ChangeLog
by Manuel Pégourié-Gonnard
· 6 years ago
Next »