TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
a5780f19936c5c23f2dbc6307aa32b78bde924b8
/
tests
a5780f1
Catch errors while building SSL test transforms
by Hanno Becker
· 6 years ago
3ee5421
Use mbedtls_{calloc|free}() in SSL unit test suite
by Hanno Becker
· 6 years ago
907ab20
Alternative between send/recv transform in SSL record test suite
by Hanno Becker
· 6 years ago
81e16a3
Fix memory leak on failure in test_suite_ssl
by Hanno Becker
· 6 years ago
d0fa2d7
Add record encryption/decryption tests for ARIA to SSL test suite
by Hanno Becker
· 7 years ago
b3268da
Add encryption/decryption tests for small records
by Hanno Becker
· 8 years ago
a18d132
Add tests for record encryption/decryption
by Hanno Becker
· 8 years ago
f790a6c
Merge remote-tracking branch 'origin/pr/2536' into development
by Jaeden Amero
· 6 years ago
5c7915b
Merge remote-tracking branch 'origin/pr/2582' into development
by Jaeden Amero
· 6 years ago
c41a328
Merge remote-tracking branch 'origin/pr/2559' into development
by Jaeden Amero
· 6 years ago
7a1c4eb
Merge remote-tracking branch 'origin/pr/2567' into development
by Jaeden Amero
· 6 years ago
424840e
Call mbedtls_cipher_free() to reset a cipher context
by Gilles Peskine
· 6 years ago
fe71067
Merge remote-tracking branch 'origin/pr/2539' into development
by Jaeden Amero
· 6 years ago
ff34d43
Merge remote-tracking branch 'origin/pr/2532' into development
by Jaeden Amero
· 6 years ago
24c71d3
Merge remote-tracking branch 'origin/pr/2502' into development
by Jaeden Amero
· 6 years ago
137c5b7
Merge remote-tracking branch 'origin/pr/2477' into development
by Jaeden Amero
· 6 years ago
139ec3b
Don't call mbedtls_cipher_setkey twice
by Gilles Peskine
· 6 years ago
685a398
Minor fixes in get certificate policies oid test
by Ron Eldor
· 6 years ago
e823416
Add certificate policy oid x509 extension
by Ron Eldor
· 6 years ago
f1349e4
Clarify comment mangled by an earlier refactoring
by Gilles Peskine
· 6 years ago
7832c9f
Add an "out-of-box" component
by Gilles Peskine
· 6 years ago
4b31761
Run ssl-opt.sh on 32-bit runtime
by Gilles Peskine
· 6 years ago
4c8c7aa
Don't use debug level 1 for informational messages
by Hanno Becker
· 6 years ago
4a8d2df
all.sh: remove component_test_new_ecdh_context
by Andrzej Kurek
· 6 years ago
archive/iotssl-2800-remove-crypto-all.sh
iotssl-2800-remove-crypto-all.sh
cd9286f
Remove crypto-only related components from all.sh
by Andrzej Kurek
· 6 years ago
4031b31
Make CRT callback tests more robust
by Janos Follath
· 6 years ago
846ae7a
Document and test flags in x509_verify
by Janos Follath
· 6 years ago
d7ecbd6
Fix style issues and a typo
by Janos Follath
· 6 years ago
aa34020
Merge remote-tracking branch 'origin/pr/2535' into development
by Jaeden Amero
· 6 years ago
7c1e619
Merge remote-tracking branch 'origin/pr/2464' into development
by Jaeden Amero
· 6 years ago
d192ba4
Merge remote-tracking branch 'origin/pr/2463' into development
by Jaeden Amero
· 6 years ago
62ab1f9
Merge remote-tracking branch 'origin/pr/2405' into development
by Jaeden Amero
· 6 years ago
3d81447
Merge remote-tracking branch 'origin/pr/2192' into development
by Jaeden Amero
· 6 years ago
274024f
Fix a rebase error
by Jack Lloyd
· 6 years ago
ee11be6
Add test for configuration specific CRT callback
by Janos Follath
· 6 years ago
efb440a
Add test exercising context-specific CRT callback to ssl-opt.sh
by Hanno Becker
· 6 years ago
b6dc105
Add Wisun Fan device extended key usage
by Ron Eldor
· 6 years ago
ffdf288
Add NIST keywrap as a cipher mode
by Jack Lloyd
· 6 years ago
1dbc5a2
Fix errors in AEAD test function
by Jack Lloyd
· 6 years ago
dfd22c4
Address comments for x509 tests
by Jarno Lamsa
· 6 years ago
f7a7f9e
Address review comments regarding ssl_client2 and ssl tests
by Jarno Lamsa
· 6 years ago
31d9db6
Change the verify function naming
by Jarno Lamsa
· 6 years ago
3f932bb
Remove trailing whitespace in test_suite_x509parse.function
by Hanno Becker
· 6 years ago
746aaf3
Add ssl-opt.sh tests for trusted CA callbacks
by Hanno Becker
· 6 years ago
0350d56
Only run X.509 CRT verification tests with CA callback tests if !CRL
by Hanno Becker
· 6 years ago
cbb5903
Minor fixes to CA callback tests
by Hanno Becker
· 6 years ago
557426a
Add a failure testcase for ca callback
by Jarno Lamsa
· 6 years ago
912ed33
Change callback name to ca_callback
by Jarno Lamsa
· 6 years ago
03cd120
Test for ca list callback
by Jarno Lamsa
· 6 years ago
57773d4
Merge remote-tracking branch 'restricted/pr/551' into development
by Jaeden Amero
· 6 years ago
0ea3377
Merge remote-tracking branch 'restricted/pr/552' into development
by Jaeden Amero
· 6 years ago
c73fde7
Merge remote-tracking branch 'origin/pr/2531' into development
by Jaeden Amero
· 6 years ago
3930e18
Merge remote-tracking branch 'origin/pr/2509' into development
by Jaeden Amero
· 6 years ago
d5d01a0
Merge remote-tracking branch 'origin/pr/2525' into development
by Jaeden Amero
· 6 years ago
11ee071
Add certificate policy of type any policy id
by Ron Eldor
· 6 years ago
3f8d784
Update library version to 2.17.0
by Jaeden Amero
· 6 years ago
mbedtls-2.17.0
9714510
all.sh: Generate seedfile for crypto submodule tests
by Jaeden Amero
· 6 years ago
2184ef6
tests: Use globbing in test suite exclusion list
by Jaeden Amero
· 6 years ago
b78b300
tests: Test crypto via the crypto submodule
by Jaeden Amero
· 7 years ago
04dadb7
Add non-regression test for buffer overflow
by Janos Follath
· 6 years ago
0a9f9b2
Merge remote-tracking branch 'origin/pr/2317' into development
by Jaeden Amero
· 6 years ago
41e1986
Merge remote-tracking branch 'origin/pr/2293' into development
by Jaeden Amero
· 6 years ago
6b47a6c
Merge remote-tracking branch 'origin/pr/2100' into development
by Jaeden Amero
· 6 years ago
7df1bec
Merge remote-tracking branch 'origin/pr/1520' into development
by Jaeden Amero
· 6 years ago
535ee4a
Merge remote-tracking branch 'public/pr/2421' into development
by Simon Butcher
· 6 years ago
archive/mbedtls-2.17
mbedtls-2.17
195bdde
Merge remote-tracking branch 'restricted/pr/528' into development
by Simon Butcher
· 6 years ago
74ac6e3
Merge remote-tracking branch 'public/pr/2028' into development
by Simon Butcher
· 6 years ago
bbed914
Merge remote-tracking branch 'public/pr/2447' into development
by Simon Butcher
· 6 years ago
700cbac
Merge remote-tracking branch 'public/pr/2448' into development
by Simon Butcher
· 6 years ago
aa946b2
Fix failure in SSLv3 per-version suites test
by Manuel Pégourié-Gonnard
· 6 years ago
419bd00
Adjust DES exclude lists in test scripts
by Andres Amaya Garcia
· 6 years ago
bdfba79
Fix documentation for 3DES removal
by Andres Amaya Garcia
· 6 years ago
2dadab7
Exclude 3DES tests in test scripts
by Andres Amaya Garcia
· 7 years ago
412ddf3
Fix typo in x509write test data
by Andres Amaya Garcia
· 6 years ago
7067f81
Add tests for (named) bitstring to suite_asn1write
by Andres Amaya Garcia
· 7 years ago
001626e
Fix typo in data_file generator code
by Jaeden Amero
· 6 years ago
54ba3eb
ECP: Clarify test descriptions
by Janos Follath
· 6 years ago
e915d53
Silence pylint
by Gilles Peskine
· 6 years ago
23e64f2
check-files.py: readability improvement in permission check
by Gilles Peskine
· 6 years ago
1e9698a
check-files.py: use class fields for class-wide constants
by Gilles Peskine
· 6 years ago
6ee576e
check-files.py: clean up class structure
by Gilles Peskine
· 6 years ago
0d060ef
check-files.py: document some classes and methods
by Gilles Peskine
· 6 years ago
aad2ebd
Fix pylint errors going uncaught
by Gilles Peskine
· 6 years ago
b2c269e
Call pylint3, not pylint
by Gilles Peskine
· 6 years ago
7f61575
New, documented pylint configuration
by Gilles Peskine
· 6 years ago
bf42408
Improve ECP test names
by Janos Follath
· 6 years ago
df9295b
Make ecp_get_type public
by Janos Follath
· 6 years ago
4ffdbe0
Add more tests for ecp_read_key
by Janos Follath
· 6 years ago
28eb06d
ECP: Catch unsupported import/export
by Janos Follath
· 6 years ago
e5670f2
Remove unnecessary cast from ECP test
by Janos Follath
· 6 years ago
fe9aec4
Reintroduce numerous ssl-opt.sh tests if !MBEDTLS_SSL_KEEP_PEER_CERT
by Hanno Becker
· 6 years ago
545ced4
Add test for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE to all.sh
by Hanno Becker
· 6 years ago
d0aac14
Add dependency to ssl-opt.sh tests which need peer CRT debug info
by Hanno Becker
· 6 years ago
ffbd7e8
Improve mbedtls_ecp_point_read_binary tests
by Janos Follath
· 6 years ago
7caf8e4
Add Montgomery points to ecp_point_write_binary
by Janos Follath
· 6 years ago
ab0f71a
ECDH: Add test vectors for Curve25519
by Janos Follath
· 6 years ago
e344d0f
Add little endian export to Bignum
by Janos Follath
· 6 years ago
171a7ef
Add mbedtls_ecp_read_key
by Janos Follath
· 6 years ago
59b813c
Add Montgomery points to ecp_point_read_binary
by Janos Follath
· 6 years ago
a778a94
Add little endian import to Bignum
by Janos Follath
· 6 years ago
Next »