TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/dev/buffer-resizing
/
tests
195a8f7
Add an acceptance test for memory usage after handshake
by Piotr Nowicki
· 6 years ago
archive/dev/buffer-resizing
dev/buffer-resizing
9d86720
Add I/O buffer resizing in handshake init and free
by Andrzej Kurek
· 5 years ago
aad82f9
Add variable buffer length tests to all.sh
by Darryl Green
· 6 years ago
bde7ee8
Add DTLS handshake fragmentation test
by Piotr Nowicki
· 5 years ago
8a6ff15
test_suite_ssl refactoring: provide default options structure for tests
by Andrzej Kurek
· 5 years ago
316da1f
test_suite_ssl refactoring: merge renegotiation test into handshake
by Andrzej Kurek
· 5 years ago
9e9efdc
test_suite_ssl refactoring: merge tls & dtls application data tests
by Andrzej Kurek
· 5 years ago
95e9eb8
Add test for renegotiation in DTLS
by Piotr Nowicki
· 5 years ago
6a7f01c
Add test with sending application data via DTLS
by Piotr Nowicki
· 5 years ago
20b3a68
Merge pull request #3042 from AndrzejKurek/dtls-handshake-serialization
by Jaeden Amero
· 5 years ago
6fc816a
Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs
by Janos Follath
· 5 years ago
da2b678
Add a dtls handshake test with context serialization
by Andrzej Kurek
· 5 years ago
a08e699
Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests
by Jaeden Amero
· 5 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
941962e
Add DTLS handshake tests for the mocked ssl test suite
by Andrzej Kurek
· 5 years ago
15daf50
Parametrize the endpoint init and free to prepare for DTLS tests
by Andrzej Kurek
· 5 years ago
765d240
Test component with malloc(0) returning NULL: run some ssl tests
by Gilles Peskine
· 5 years ago
c4ef7a9
Add a test component with malloc(0) returning NULL
by Gilles Peskine
· 6 years ago
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
4c08dd4
Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os
by Manuel Pégourié-Gonnard
· 5 years ago
1a44a15
Change the order of endpoint initialization steps
by Andrzej Kurek
· 5 years ago
f46b912
Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ
by Andrzej Kurek
· 5 years ago
c3fca5e
Add tests with sending application data to test_suite_ssl
by Piotr Nowicki
· 6 years ago
c64eb63
Merge pull request #3021 from AndrzejKurek/handshake-tests
by Jaeden Amero
· 5 years ago
cc5169c
Add a PSK test to the mocked ssl handshake tests
by Andrzej Kurek
· 6 years ago
5da20cc
Merge pull request #3023 from gilles-peskine-arm/config-crypto
by Gilles Peskine
· 5 years ago
f40daa3
Add version & ciphersuite tests to ssl handshake
by Andrzej Kurek
· 6 years ago
148c3de
Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1
by Janos Follath
· 6 years ago
ec10bf1
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
6ec0f0f
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 6 years ago
6bb3915
Always use "-O1 -Werror" in crypto-only test builds
by Gilles Peskine
· 6 years ago
b298074
Refactor certificates and keys in ssl handshake mock tests
by Andrzej Kurek
· 6 years ago
ec541fe
Add test components for crypto-only builds
by Gilles Peskine
· 6 years ago
f4e672e
Add missing compilation guards in test suite
by Gilles Peskine
· 6 years ago
03035eb
Stop testing ssl3 when it isn't enabled
by Manuel Pégourié-Gonnard
· 6 years ago
2a1f178
Add test for prescribed states of handshake with the custom IO callbacks
by Piotr Nowicki
· 6 years ago
ead19fe
Merge pull request #2975 from mpg/add-zlib-tests-dev
by Manuel Pégourié-Gonnard
· 6 years ago
bc4da29
De-duplicate SHA1-independent test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
79ef1d4
Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated
by Jaeden Amero
· 6 years ago
77cbeff
Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1
by Manuel Pégourié-Gonnard
· 6 years ago
ba1150f
Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development
by Janos Follath
· 6 years ago
bfc73bc
Merge pull request #2988 from piotr-now/iotssl-2954-custom-io-callbacks-to-ssl-unit-test
by Jaeden Amero
· 6 years ago
d796e19
Fix memory allocation fail in TCP mock socket
by Piotr Nowicki
· 6 years ago
f2e2902
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
342d2ca
Add test for record compression in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
95e0449
Add all.sh components with ZLIB enabled
by Manuel Pégourié-Gonnard
· 6 years ago
890b5ca
Change non-blocking read/write in TCP mock socket
by Piotr Nowicki
· 6 years ago
fb437d7
Fix segmentation fault in mbedtls_test_buffer
by Piotr Nowicki
· 6 years ago
bc483de
Add a message-based socket mock connection to the ssl tests
by Andrzej Kurek
· 6 years ago
13719cd
Add a message metadata queue in ssl tests
by Andrzej Kurek
· 6 years ago
f777414
ssl test suite: enable dropping bytes from buffer
by Andrzej Kurek
· 6 years ago
9c67323
Fix outcome file leak if execute_tests exits early
by Gilles Peskine
· 6 years ago
83f33d3
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
252faff
Merge pull request #2966 from dgreen-arm/fix-pylint-warnings
by Jaeden Amero
· 6 years ago
fb5faa2
Fix some pylint warnings
by Darryl Green
· 6 years ago
c673c2c
Break up the ssl_mock_tcp unit test
by Janos Follath
· 6 years ago
3766ba5
Add non-blocking mock TCP callbacks to SSL tests
by Janos Follath
· 6 years ago
031827f
Add mbedtls_mock_socket to SSL unit tests
by Janos Follath
· 6 years ago
6264e66
Add mbedtls_test_buffer to SSL unit tests
by Janos Follath
· 6 years ago
512fe96
Fix test assert macro calls
by Janos Follath
· 6 years ago
6608e71
Change ASSERT_ALLOC to take a size in elements, not bytes
by Gilles Peskine
· 7 years ago
2840530
New macro ASSERT_ALLOC to allocate memory in tests
by Gilles Peskine
· 7 years ago
61c8a37
Merge pull request #2836 from hanno-arm/x509_crt_policies_tests
by Jaeden Amero
· 6 years ago
43259ce
Remove unused test data file
by Gilles Peskine
· 6 years ago
2e86a20
Remove component designed to test MAX_SIGNATURE_SIZE
by Gilles Peskine
· 6 years ago
ce35cb3
'make test' must fail if Asan fails
by Gilles Peskine
· 6 years ago
5ca393f
Asan make builds: avoid sanitizer recovery
by Gilles Peskine
· 6 years ago
2558d30
Use UBsan in addition to Asan with 'make test'
by Gilles Peskine
· 6 years ago
8fd5942
Unify ASan options in make builds
by Gilles Peskine
· 6 years ago
719ae74
Merge pull request #2884 from AndrzejKurek/iotssl-2886-fix-parallel-make-jobs-2
by Jaeden Amero
· 6 years ago
232e8f9
Enable parallel shared target tests
by Andrzej Kurek
· 6 years ago
df2cd9e
Makefiles: move the dependencies block to be after DLEXT definition
by Andrzej Kurek
· 6 years ago
f70d3eb
Uncomment X509 test that now works
by Gilles Peskine
· 6 years ago
74692ae
Merge remote-tracking branch 'origin/pr/2488' into development
by Jaeden Amero
· 6 years ago
230b87a
Merge remote-tracking branch 'origin/pr/2843' into development
by Jaeden Amero
· 6 years ago
717cd76
Restore MBEDTLS_TEST_OUTCOME_FILE after test_default_out_of_box
by Gilles Peskine
· 6 years ago
0d8b86a
ssl-opt.sh: Fix some test case descriptions
by Gilles Peskine
· 6 years ago
57870e8
Reject non-ASCII characters in test case descriptions
by Gilles Peskine
· 6 years ago
f12ad58
Process input files as binary
by Gilles Peskine
· 6 years ago
32b9421
Factor description-checking code into a common function
by Gilles Peskine
· 6 years ago
283df2e
Fix cosmetic error in warnings
by Gilles Peskine
· 6 years ago
168858f
Fix regex matching run_test calls in ssl-opt.sh
by Gilles Peskine
· 6 years ago
895868b
all.sh: run check-test-cases.py
by Gilles Peskine
· 6 years ago
600bb69
Better information messages for quick checks
by Gilles Peskine
· 6 years ago
a9478ba
Fix configuration short name in key-exchanges.pl
by Gilles Peskine
· 6 years ago
7a020f3
Make test case descriptions unique
by Gilles Peskine
· 6 years ago
ba94b58
New test script check-test-cases.py
by Gilles Peskine
· 6 years ago
67ffdaf
all.sh --outcome-file creates an outcome file
by Gilles Peskine
· 6 years ago
c21a9f0
Merge remote-tracking branch 'origin/pr/2765' into development
by Jaeden Amero
· 6 years ago
16a25e0
Add set+get tests
by Gilles Peskine
· 6 years ago
fd7ad33
Consolidate tests for set with/without values
by Gilles Peskine
· 6 years ago
9004a17
Set meaningful test configuration names when running tests
by Gilles Peskine
· 6 years ago
654bab7
ssl-opt: remove semicolons from test case descriptions
by Gilles Peskine
· 6 years ago
560280b
Test outcome file support: ssl-opt.sh
by Gilles Peskine
· 6 years ago
51dcc24
Test outcome file support: test suites
by Gilles Peskine
· 6 years ago
47b7540
Give a type name to test_info
by Gilles Peskine
· 6 years ago
31fccc8
Fix typo in message
by Gilles Peskine
· 6 years ago
3c1c8ea
Prefer unsigned types for non-negative numbers
by Gilles Peskine
· 6 years ago
a708dae
Add comment to help syntax highlighting in editors
by Gilles Peskine
· 6 years ago
Next »