Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
e198df53a070da3e29707fd16c5736811a2b1415
/
tests
4b660ec
Merge remote-tracking branch 'public/pr/1207' into development
by Manuel Pégourié-Gonnard
· 7 years ago
ae3925c
Merge remote-tracking branch 'public/pr/1136' into development
by Manuel Pégourié-Gonnard
· 7 years ago
192c72f
all.sh: add some documentation
by Gilles Peskine
· 7 years ago
bca6ab9
all.sh: new option --no-armcc
by Gilles Peskine
· 7 years ago
2a22a80
all.sh: add --yotta to go with --no-yotta
by Gilles Peskine
· 7 years ago
7c65216
all.sh: --keep-going mode
by Gilles Peskine
· 7 years ago
709346a
all.sh: cleaned up usage output
by Gilles Peskine
· 7 years ago
7ad603e
all.sh: indent
by Gilles Peskine
· 7 years ago
7000e57
Merge remote-tracking branch 'public/pr/1210' into development
by Manuel Pégourié-Gonnard
· 7 years ago
2a26d62
Timing unit tests: more protection against infinite loops
by Gilles Peskine
· 7 years ago
078f1a1
Unit test for mbedtls_timing_hardclock
by Gilles Peskine
· 7 years ago
8064bf3
New timing unit tests
by Gilles Peskine
· 7 years ago
4712119
Merge remote-tracking branch 'restricted/pr/397' into development
by Manuel Pégourié-Gonnard
· 7 years ago
535553e
Merge remote-tracking branch 'public/pr/1184' into development
by Manuel Pégourié-Gonnard
· 7 years ago
12c49c7
compat.sh: use wait_server_start
by Gilles Peskine
· 7 years ago
418b536
wait_server_start: minor efficiency improvement
by Gilles Peskine
· 7 years ago
e3783da
Merge remote-tracking branch 'upstream-public/pr/1172' into development
by Gilles Peskine
· 7 years ago
da51925
Add --no-yotta option to all.sh
by Gilles Peskine
· 7 years ago
0884f48
Merge remote-tracking branch 'upstream-public/pr/1141' into development
by Gilles Peskine
· 7 years ago
4daffe2
Merge branch 'pr_1025' into development
by Gilles Peskine
· 7 years ago
ea8d697
Merge remote-tracking branch 'upstream-public/pr/1089' into development
by Gilles Peskine
· 7 years ago
f242121
Merge remote-tracking branch 'upstream-public/pr/828' into development
by Gilles Peskine
· 7 years ago
e770722
Merge remote-tracking branch 'upstream-public/pr/1062' into development
by Gilles Peskine
· 7 years ago
68306ed
Merge remote-tracking branch 'upstream-public/pr/1094' into development
by Gilles Peskine
· 7 years ago
f5bcbed
Add tests for invalid private parameters in mbedtls_ecdsa_sign()
by Darryl Green
· 7 years ago
9cfabe3
Use a conservative excess of the maximum fragment length in tests
by Hanno Becker
· 7 years ago
134c2ab
Add build and ssl-opt.sh run for !SSL_RENEGOTIATION to all.sh
by Hanno Becker
· 7 years ago
6a24364
Add dependency on SSL_RENEGOTIATION to renego tests in ssl-opt.sh
by Hanno Becker
· 7 years ago
60100d0
Improve leap year test names in x509parse.data
by Andres Amaya Garcia
· 7 years ago
735b37e
Correctly handle leap year in x509_date_is_valid()
by Andres Amaya Garcia
· 8 years ago
b0f148c
Renegotiation: Add tests for SigAlg ext parsing
by Janos Follath
· 7 years ago
88f5808
Renegotiation: Add tests for SigAlg ext parsing
by Janos Follath
· 7 years ago
3f50f51
Ensure failed test_suite output is sent to stdout
by Andres Amaya Garcia
· 7 years ago
def0339
Ensure failed test_suite output is sent to stdout
by Andres Amaya Garcia
· 7 years ago
21acb66
Correct typo: PBDFK -> PBKDF
by Hanno Becker
· 7 years ago
67d8da5
Remove use of GNU sed features from ssl-opt.sh
by Andres Amaya Garcia
· 7 years ago
3b1bdff
Fix typos in ssl-opt.sh comments
by Andres Amaya Garcia
· 7 years ago
b84c40b
Add ssl-opt.sh test to check gmt_unix_time is good
by Andres Amaya Garcia
· 7 years ago
93993de
Extend ssl-opt.h so that run_test takes function
by Andres Amaya Garcia
· 7 years ago
b25c0c7
Add test case calling ssl_set_hostname twice
by Hanno Becker
· 8 years ago
964faeb
Cleaned up get_line for test data files
by Gilles Peskine
· 7 years ago
b04e2c3
Allow comments in test data files
by Gilles Peskine
· 7 years ago
acdae0c
Remove use of GNU sed features from ssl-opt.sh
by Andres Amaya Garcia
· 7 years ago
5987ef4
Fix typos in ssl-opt.sh comments
by Andres Amaya Garcia
· 7 years ago
ac36e38
Add ssl-opt.sh test to check gmt_unix_time is good
by Andres Amaya Garcia
· 7 years ago
a46a58a
Extend ssl-opt.h so that run_test takes function
by Andres Amaya Garcia
· 7 years ago
f8b56d4
Adapt RSA test suite
by Hanno Becker
· 7 years ago
713fe7f
Add test case calling ssl_set_hostname twice
by Hanno Becker
· 8 years ago
08a36dd
Unify naming schemes for RSA keys
by Hanno Becker
· 7 years ago
5b7ee07
Cleaned up get_line for test data files
by Gilles Peskine
· 7 years ago
26182ed
Allow comments in test data files
by Gilles Peskine
· 7 years ago
cc56628
Don't use all_final as a target in tests/data_files/Makefile
by Hanno Becker
· 7 years ago
6428f8d
Let ssl-opt.sh gracefully fail is SSL_MAX_CONTENT_LEN is not 16384
by Hanno Becker
· 7 years ago
09930d1
Add expected number of fragments to 16384-byte packet tests
by Hanno Becker
· 7 years ago
c526696
Add tests for messages beyond 16384 bytes to ssl-opt.sh
by Hanno Becker
· 7 years ago
4aed27e
Add missing test-dependencies for MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
by Hanno Becker
· 7 years ago
5175ac6
Add tests for disabled MFL-extension to all.sh
by Hanno Becker
· 7 years ago
d4a872e
Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG
by Hanno Becker
· 7 years ago
81535d0
Minor style and typo corrections
by Hanno Becker
· 7 years ago
4769865
Omit version from X.509 v1 certificates
by Hanno Becker
· 7 years ago
418a622
Extend tests/data_files/Makefile to include CRT's for CRT write test
by Hanno Becker
· 7 years ago
5a4f172
Add suffix for 1024-bit RSA key files
by Hanno Becker
· 7 years ago
c8063c5
Correct Makefile in tests/data_files
by Hanno Becker
· 7 years ago
55b1a0a
Add further tests for DER-encoded PKCS8-v2-DES encrypted RSA keys
by Hanno Becker
· 7 years ago
7d10825
Add further tests for new RSA keys
by Hanno Becker
· 7 years ago
8fdfc98
Update keyfiles
by Hanno Becker
· 7 years ago
d16f612
Add RSA key generation commands to test Makefile
by Hanno Becker
· 7 years ago
37c6b6b
Add tests for encrypted 2048 and 4096-bit RSA keys
by Hanno Becker
· 7 years ago
72ea31b
Update version number to 2.6.0
by Simon Butcher
· 7 years ago
mbedtls-2.6.0
bcfa6f4
Fix the check for max CA intermediates in ssl-opt.sh
by Simon Butcher
· 7 years ago
efdfeeb
Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA
by Simon Butcher
· 7 years ago
06b7863
Change a ssl-opt.sh script sanity checks
by Simon Butcher
· 7 years ago
7d6ec7b
Add CRT DER tests with incorrect version
by Andres AG
· 8 years ago
c124061
Add CRL DER tests with incorrect version
by Andres AG
· 8 years ago
6fb6d79
Add CSR DER tests with incorrect version
by Andres AG
· 8 years ago
d922c78
Move the git scripts to correct path
by Ron Eldor
· 7 years ago
bf007d2
Pre push hook script
by Ron Eldor
· 8 years ago
2c4d558
Fixes test for MBEDTLS_NO_UDBL_DIVISION
by Simon Butcher
· 7 years ago
f755bb3
Remove MBEDTLS_TYPE_UDBL tests from all.sh
by Andres Amaya Garcia
· 7 years ago
465db7e
Fix no 64-bit division test in all.sh
by Andres Amaya Garcia
· 7 years ago
9946783
Add tests for 64 and 32-bit int types compilation
by Andres Amaya Garcia
· 7 years ago
b1a977f
MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION
by Gilles Peskine
· 7 years ago
5e873fb
Add all.sh test to force 32-bit compilation
by Andres Amaya Garcia
· 8 years ago
5a21fd6
fix for issue 1118: check if iv is zero in gcm.
by Ron Eldor
· 8 years ago
3b1422e
Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 tests
by Hanno Becker
· 7 years ago
e908c3d
Improve Readme for long test certificate chains
by Hanno Becker
· 7 years ago
a6bca9f
Check value of MBEDTLS_X509_MAX_INTERMEDIATE_CA in ssl-opt.sh
by Hanno Becker
· 7 years ago
eacc616
Add CRT DER tests with incorrect version
by Andres AG
· 8 years ago
2a9fd0e
Add CRL DER tests with incorrect version
by Andres AG
· 8 years ago
ae7b1c4
Add CSR DER tests with incorrect version
by Andres AG
· 8 years ago
4d90d56
Move the git scripts to correct path
by Ron Eldor
· 7 years ago
47deec4
Move flag indicating presence of strong entropy to test code
by Hanno Becker
· 7 years ago
fcb7491
Pre push hook script
by Ron Eldor
· 8 years ago
c6deafc
Omit RSA key generation test if no strong entropy is present
by Hanno Becker
· 7 years ago
51aaa99
Fixes test for MBEDTLS_NO_UDBL_DIVISION
by Simon Butcher
· 7 years ago
f058f34
Support negative dependencies in test cases
by Hanno Becker
· 7 years ago
75efa79
Adapt generic test suite file to coding standard
by Hanno Becker
· 7 years ago
910f662
Increase readability of verbose test suite output
by Hanno Becker
· 7 years ago
1b841cc
Correct typo in entropy test suite data
by Hanno Becker
· 7 years ago
7e8e57c
Initialize RSA context in RSA test suite before first potentially failing operation
by Hanno Becker
· 7 years ago
Next »