Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
f7e742d3cec0a232e458037610a41e6202d26a5d
/
include
983acb7
Fix include file path
by GuHaijun
· 6 years ago
6c164e7
Update the version of the library to 2.16.0
by Simon Butcher
· 6 years ago
fed19be
Merge remote-tracking branch 'public/pr/2126' into development-restricted
by Simon Butcher
· 6 years ago
6df8c53
Merge remote-tracking branch 'public/pr/2134' 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
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
b92f933
Doxygen comments improvement
by k-stachowiak
· 6 years ago
12f0d5c
Improve the constraints definition in the doxygen comments in CCM
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
6af45ec
PK: document context validity requirements
by Gilles Peskine
· 6 years ago
d54b975
pk parse: the password is optional
by Gilles Peskine
· 6 years ago
e4b8d28
Remove imprecise clause from documenting comment
by k-stachowiak
· 6 years ago
95070a8
Make some cipher parameter validation unconditional
by k-stachowiak
· 6 years ago
6df25e7
Increase strictness of NULL parameter validity in Cipher's doxygen
by k-stachowiak
· 6 years ago
90b8d4a
Include static cipher functions in the parameter validation scheme
by k-stachowiak
· 6 years ago
d5913bc
Improve documentation of the parameter validation in the Cipher module
by k-stachowiak
· 6 years ago
e0215d7
Add Cipher module parameter validation
by Krzysztof 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
2ae7ae5
Doxygen comments improvement
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
159171b
PK parse/write: support keylen=0 correctly
by Gilles Peskine
· 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
49acc64
Minor improvements to Blowfish documentation and tests
by Hanno Becker
· 6 years ago
3b4d6c6
Document parameter preconditions for Blowfish module
by Hanno Becker
· 6 years ago
938a15e
Leave behaviour on NULL input unspecified in ARIA
by Hanno Becker
· 6 years ago
2f87504
Minor ARIA documentation improvements
by Hanno Becker
· 6 years ago
02d524c
Minor ARIA documentation improvements
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
af4b83b
Minor improvements to CAMELLIA documentation
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
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
bb186f8
Weaken preconditions for mbedtls[_internal]_sha512_process()
by Hanno Becker
· 6 years ago
fbf6777
Improve ECJPAKE documentation
by Hanno Becker
· 6 years ago
185e516
Minor fixes to ECJPAKE parameter validation
by Hanno Becker
· 6 years ago
54b789a
Merge remote-tracking branch 'public/pr/2298' into development
by Simon Butcher
· 6 years ago
a310b41
Add null-pointer support information to init/free
by Gilles Peskine
· 6 years ago
035c6ba
Fix documentation bug in ECDSA module
by Hanno Becker
· 6 years ago
c81cfec
Minor fixes to parameter validation in ECDH module
by Hanno Becker
· 6 years ago
3f1f4ad
Weaken preconditions on mbedtls_[internal_]sha256_process()
by Hanno Becker
· 6 years ago
79b9e39
Weaken preconditions for mbedtls[_internal]_sha1_process()
by Hanno Becker
· 6 years ago
d01ff49
Minor improvements in bignum documentation
by Hanno Becker
· 6 years ago
3f2d1ef
Fix typo in SHA512 documentation
by Hanno Becker
· 6 years ago
42f783d
Fix minor issues in SHA1 documentation
by Hanno Becker
· 6 years ago
d731012
Don't promise that passing a NULL to mbedtls_mpi_read_string works
by Hanno Becker
· 6 years ago
01c3c10
Fix typos in documentation of bignum module
by Hanno Becker
· 6 years ago
e118504
Numerous minor improvements to bignum documentation
by Hanno Becker
· 6 years ago
8282c2f
Minor improvements to bignum documentation
by Hanno Becker
· 6 years ago
c23483e
Document preconditions on parameters in public bignum API
by Hanno Becker
· 6 years ago
974ca0d
Fix documentation bug on necessity of RNG in RSA PKCS v1.5
by Hanno Becker
· 6 years ago
2f660d0
Forbid passing NULL input buffers to RSA encryption routines
by Hanno Becker
· 6 years ago
9171c6e
Leave behaviour on NULL buffers to SHA-1 unspecified for now
by Hanno Becker
· 6 years ago
6c5c45f
Document parameter preconditions in DHM module
by Hanno Becker
· 6 years ago
ca6f458
Fix parameter validation in SHA-512 module
by Hanno Becker
· 6 years ago
fc2a0b2
Minor SHA-256 documentation improvement
by Hanno Becker
· 6 years ago
77886af
Improve SHA-256 documentation on parameter preconditions
by Hanno Becker
· 6 years ago
ad7581f
Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentation
by Hanno Becker
· 6 years ago
e463c42
Minor improvements
by Hanno Becker
· 6 years ago
b3c10b3
Add documentation on parameter preconditions to ChaChaPoly modules
by Hanno Becker
· 6 years ago
b5c99f5
Improve documentation of SHA-512 parameter preconditions
by Hanno Becker
· 6 years ago
ff1052e
Document valid function params for SHA-512 functions
by Andres Amaya Garcia
· 6 years ago
ba519b9
Add parameter validation to SHA-512 module
by Andres Amaya Garcia
· 6 years ago
a9020f2
Clarify the need for a PRNG in various RSA operations
by Hanno Becker
· 6 years ago
e2e509c
Document parameter preconditions in ECDSA module
by Hanno Becker
· 6 years ago
8ce3d93
Fix typo in documentation of ECJPAKE module
by Hanno Becker
· 6 years ago
c4e5aa5
Document parameter preconditions for ECJPAKE module
by Hanno Becker
· 6 years ago
60b6504
Fix parameter name in documentation of ECDH module
by Hanno Becker
· 6 years ago
Next »