Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
19c01efda14a1373407c923624b66dc82738040e
/
tests
6665b67
Merge remote-tracking branch 'public/pr/1390' into development
by Simon Butcher
· 6 years ago
9fa21bf
Merge remote-tracking branch 'public/pr/1533' into development
by Simon Butcher
· 6 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 6 years ago
2fcd3e4
Change the library version to 2.11.0
by Simon Butcher
· 6 years ago
d9c71da
Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default"
by Jaeden Amero
· 6 years ago
9873696
Merge remote-tracking branch 'public/pr/710' into development
by Simon Butcher
· 6 years ago
5f57f1e
Merge remote-tracking branch 'public/pr/1270' into development
by Simon Butcher
· 6 years ago
725f1cb
SSL async tests: add a few test cases for error in decrypt
by Gilles Peskine
· 6 years ago
d906b81
tests: cipher: Allocate enough space for XTS keys
by Jaeden Amero
· 6 years ago
c28012a
tests: Remove NIST AES-XTS test vectors
by Jaeden Amero
· 6 years ago
142383e
aes: xts: Add tests for invalid key sizes
by Jaeden Amero
· 6 years ago
c653990
cipher: Add wrappers for AES-XTS
by Jaeden Amero
· 7 years ago
425382d
tests: Extend AES-XTS suite
by Jaeden Amero
· 7 years ago
e5c4b07
tests: Make AES-XTS suite more stack friendly
by Jaeden Amero
· 7 years ago
cd9fc5e
aes: xts: Rename iv to data_unit
by Jaeden Amero
· 6 years ago
5162b93
aes: Use length instead of bits_length in XTS
by Jaeden Amero
· 6 years ago
9366feb
aes: xts: Add new context structure
by Jaeden Amero
· 6 years ago
e22ba80
Add XTS test suites to the Makefile
by Jaeden Amero
· 7 years ago
e9ecf00
aes: Remove AES-XEX
by Jaeden Amero
· 7 years ago
5f77801
Implement AES-XTS mode
by Aorimn
· 8 years ago
fb67fae
Add AES-XEX tests cases
by Aorimn
· 9 years ago
9f52aeb
tests: Fix name of 33 byte AES cipher tests
by Jaeden Amero
· 7 years ago
e47d6fd
Merge remote-tracking branch 'public/pr/1497' into development
by Simon Butcher
· 6 years ago
f0d7629
Merge remote-tracking branch 'public/pr/1593' into development
by Simon Butcher
· 6 years ago
263498a
Merge remote-tracking branch 'public/pr/1667' into development
by Simon Butcher
· 6 years ago
33cb519
Add decrypt tests to AES OFB Cipher module
by Simon Butcher
· 6 years ago
b7836e1
Change AES OFB tests to memset sizeof buffer
by Simon Butcher
· 6 years ago
e416bf9
Reduce stack usage for AES OFB tests
by Simon Butcher
· 6 years ago
0013144
Fix style and formatting for OFB feature
by Simon Butcher
· 7 years ago
374bcd4
Add to OFB cipher tests AES-192 and AES-256 OFB
by Simon Butcher
· 7 years ago
dbe7fbf
Remove unused variable in AES OFB test suite
by Simon Butcher
· 7 years ago
ad4e493
Fix AES-OFB support for errors, tests and self-test
by Simon Butcher
· 7 years ago
8c0fd1e
Add cipher abstraction and test cases for OFB block mode
by Simon Butcher
· 7 years ago
0301884
Add test cases for AES OFB block mode
by Simon Butcher
· 7 years ago
10e0e4d
hkdf: Add negative tests
by Jaeden Amero
· 7 years ago
3618962
hkdf: Add tests for extract and expand
by Jaeden Amero
· 7 years ago
656864b
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 8 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 6 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 6 years ago
d5a09f1
Updated version number to 2.10.0 for release
by Simon Butcher
· 6 years ago
d08a2f7
Adapt the ARIA test cases for new ECB function
by Simon Butcher
· 6 years ago
9c82e2c
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 6 years ago
3dc62a0
chachapoly: force correct mode for integrated API
by Manuel Pégourié-Gonnard
· 6 years ago
eb6ed71
Merge remote-tracking branch 'public/pr/1267' into development
by Simon Butcher
· 6 years ago
246cb05
Merge remote-tracking branch 'public/pr/1410' into development
by Simon Butcher
· 6 years ago
b02f789
Merge remote-tracking branch 'public/pr/1470' into development
by Simon Butcher
· 6 years ago
ba91994
Merge remote-tracking branch 'public/pr/1604' into development
by Simon Butcher
· 6 years ago
0daf4ca
Add test vectors for CCM*
by Darryl Green
· 6 years ago
95ab93d
CCM*: Add minimal tests
by Janos Follath
· 7 years ago
3798b6b
Add some error codes and merge others
by Manuel Pégourié-Gonnard
· 7 years ago
234e1ce
cipher: add stream test vectors for chacha20(poly1305)
by Manuel Pégourié-Gonnard
· 7 years ago
ceb1225
chachapoly: add test for state flow
by Manuel Pégourié-Gonnard
· 7 years ago
444f711
poly1305: add test with multiple small fragments
by Manuel Pégourié-Gonnard
· 7 years ago
59d2c30
chachapoly: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
a8fa8b8
poly1305: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
2aca236
chacha20: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
fce88b2
Fix selftest verbosity in test suites
by Manuel Pégourié-Gonnard
· 7 years ago
69767d1
cipher: add chachapoly test vector + unauth case
by Manuel Pégourié-Gonnard
· 7 years ago
1465602
poly1305: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
55c0d09
chacha20: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
7296771
chachapoly: add test with unauthentic data
by Manuel Pégourié-Gonnard
· 7 years ago
528524b
Reduce size of buffers in test suites
by Manuel Pégourié-Gonnard
· 7 years ago
b1ac5e7
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
346b8d5
chachapoly: split crypt_and_mac() to match GCM API
by Manuel Pégourié-Gonnard
· 7 years ago
dca3a5d
Rename aead_chacha20_poly1305 to chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
dca6abb
Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled.
by Daniel King
· 9 years ago
6155cc8
Add ChaCha20 test vectors from RFC 7539
by Daniel King
· 9 years ago
8fe4701
Add ChaCha20+Poly1305 to the Cipher module
by Daniel King
· 9 years ago
b8025c5
Implement AEAD-ChaCha20-Poly1305.
by Daniel King
· 9 years ago
adc32c0
Add Poly1305 authenticator algorithm (RFC 7539)
by Daniel King
· 9 years ago
bd92062
Add ChaCha20 to the Cipher module
by Daniel King
· 9 years ago
34b822c
Initial implementation of ChaCha20
by Daniel King
· 9 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
2699de3
Add check-files.py to pre-push.sh
by Darryl Green
· 7 years ago
a07039c
Add check-files.py to all.sh
by Darryl Green
· 7 years ago
10d9ce3
Add script for source integrity checking
by Darryl Green
· 7 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
09c4e7e
Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed
by Jaeden Amero
· 7 years ago
54306c1
Add more SNI/DTLS tests
by Andres Amaya Garcia
· 7 years ago
f77d3d3
Rename SNI/DTLS tests in ssl-opt.sh script
by Andres Amaya Garcia
· 7 years ago
0b3f00c
Avoid -Wformat-truncation warning on gcc7
by Mohammad Azim Khan
· 7 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 7 years ago
807d74a
SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert
by Gilles Peskine
· 7 years ago
deda75a
Fix missing continuation indicator in ssl-opt.sh
by Gilles Peskine
· 7 years ago
37289cd
SSL async tests: tighten a few log checks in some test cases
by Gilles Peskine
· 7 years ago
12d0cc1
Add test case for SSL async resume after resume
by Gilles Peskine
· 7 years ago
5ffe41c
Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default
by Gilles Peskine
· 7 years ago
c912572
ssl_server2: merge redundant async_private_error=resume/pk
by Gilles Peskine
· 7 years ago
d326883
Document what the SSL async sign callback needs to do with RSA
by Gilles Peskine
· 7 years ago
ad28bf0
Documentation improvements
by Gilles Peskine
· 7 years ago
168dae8
Comment formatting and whitespace fixes
by Gilles Peskine
· 7 years ago
b74a1c7
Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE
by Gilles Peskine
· 7 years ago
b44692f
Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9
by Gilles Peskine
· 7 years ago
38c42d5
Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed
by Jaeden Amero
· 7 years ago
708c5cb
mbedtls_zeroize -> mbedtls_platform_zeroize in docs
by Andres Amaya Garcia
· 7 years ago
fcca9d8
SSL asynchronous decryption (server side): tests
by Gilles Peskine
· 7 years ago
d9bfcab
SSL asynchronous signature: fix renegotiation tests
by Gilles Peskine
· 7 years ago
dbb14e0
all.sh: run ssl-opt.sh on ECJPAKE, SSL async
by Gilles Peskine
· 7 years ago
60ee4ca
SSL asynchronous signature: basic test of recovery after error
by Gilles Peskine
· 7 years ago
Next »