TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/gh-readonly-queue/development/pr-10074-a3d27b54fc9dd5d4f030e3e46e637015a863362c
/
tests
/
suites
a5db6c1
Fix record insertion
by Manuel Pégourié-Gonnard
· 4 months ago
7af97b6
Use HANDSHAKE_OVER in nominal test cases
by Manuel Pégourié-Gonnard
· 4 months ago
8d73bdc
Improve comments
by Manuel Pégourié-Gonnard
· 4 months ago
132f5b9
Use same dependencies for helper functions
by Manuel Pégourié-Gonnard
· 4 months ago
1f471a1
Tighten dependencies again
by Manuel Pégourié-Gonnard
· 4 months ago
921a2ac
Improve dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
0a1996f
Tighten dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
c0721e0
Improve documentation
by Gilles Peskine
· 5 months ago
eb48890
Remove redundant setup
by Gilles Peskine
· 5 months ago
84ccbd8
Simulate closing the connection mid-message
by Gilles Peskine
· 5 months ago
5e3c0bd
Also test inserting non-empty, non-handshake records
by Gilles Peskine
· 5 months ago
c34ea47
Fix the build without MBEDTLS_DEBUG_C
by Gilles Peskine
· 5 months ago
0742672
Fix the build in PSK-only configurations
by Gilles Peskine
· 5 months ago
7ab9fb6
Pacify ancient clang -Wmissing-initializer
by Gilles Peskine
· 5 months ago
7c1dbef
Test split, coalesced-split and empty handshake records
by Gilles Peskine
· 5 months ago
92122ed
Create handshake record coalescing tests
by Gilles Peskine
· 5 months ago
e235958
Merge pull request #10078 from bjwtaylor/pk_rsa_alt-removal
by Manuel Pégourié-Gonnard
· 4 months ago
05a9787
Remove MBEDTLS_PK_RSA_ALT
by Ben Taylor
· 5 months ago
602b296
pre-test version of the mbedtls_ssl_conf_rng removal
by Ben Taylor
· 5 months ago
47111a1
initial remove of mbedtls_ssl_conf_rng
by Ben Taylor
· 5 months ago
440cb2a
Remove RNG from x509 and PK
by Ben Taylor
· 5 months ago
5ba9b57
Convert test function to a static function
by Gabor Mezei
· 5 months ago
9ee58e4
Update test dependencies
by Gabor Mezei
· 5 months ago
47c6277
Update dependencies
by Gabor Mezei
· 5 months ago
6dcfdf1
Adapt dependencies to the new world
by Manuel Pégourié-Gonnard
· 5 months ago
af4606d
Re-introduce log asserts on positive cases
by Manuel Pégourié-Gonnard
· 5 months ago
47d0b79
Improve a test assertion
by Manuel Pégourié-Gonnard
· 5 months ago
f4a67cf
Fix a typo
by Manuel Pégourié-Gonnard
· 5 months ago
e5ddf36
Add test cases for EOF in the middle of fragments
by Manuel Pégourié-Gonnard
· 5 months ago
ed873f9
Adjust logic around log pattern
by Manuel Pégourié-Gonnard
· 5 months ago
2285d61
Add test for length larger than 2^16
by Manuel Pégourié-Gonnard
· 5 months ago
4f1b38a
Adapt "large ClientHello" tests to incremental
by Manuel Pégourié-Gonnard
· 5 months ago
757040c
Cleanly reject non-HS in-between HS fragments
by Manuel Pégourié-Gonnard
· 5 months ago
1038b22
Reduce the level of logging used in tests
by Manuel Pégourié-Gonnard
· 5 months ago
55d9124
Move new tests to their own data file
by Manuel Pégourié-Gonnard
· 5 months ago
299f94a
Fix dependency issues
by Manuel Pégourié-Gonnard
· 5 months ago
1bed827
New test function for large ClientHello
by Manuel Pégourié-Gonnard
· 5 months ago
6e79ff5
Fix hash dependencies for TLS 1.2 tests
by Manuel Pégourié-Gonnard
· 5 months ago
e760d7b
Fix curve dependencies
by Manuel Pégourié-Gonnard
· 5 months ago
ae567ad
Add missing dependency declaration
by Manuel Pégourié-Gonnard
· 5 months ago
73247c6
Fix dependency issues
by Manuel Pégourié-Gonnard
· 5 months ago
5d0a921
Add test with non-HS record in-between HS fragments
by Manuel Pégourié-Gonnard
· 6 months ago
de7aac7
Add test to TLS 1.3 ClientHello fragmentation
by Manuel Pégourié-Gonnard
· 6 months ago
4afdf34
Add reference tests with 1.3 ClientHello
by Manuel Pégourié-Gonnard
· 6 months ago
e916652
Add supported_curves/groups extension
by Manuel Pégourié-Gonnard
· 6 months ago
6637ef7
New test function inject_client_content_on_the_wire()
by Manuel Pégourié-Gonnard
· 6 months ago
24f11a3
Use an array of strings instead of pointer smuggling
by Bence Szépkúti
· 5 months ago
46e0b1c
Use dummy typedef instead of macro
by Bence Szépkúti
· 5 months ago
58bb7ec
Disable fatal assertions in Windows printf tests
by Bence Szépkúti
· 5 months ago
154066d
Add testcase for MBEDTLS_PRINTF_MS_TIME
by Bence Szépkúti
· 5 months ago
c6a8bf0
Test handling of format macros defined in debug.h
by Bence Szépkúti
· 5 months ago
1221052
Run test_suite_debug without MBEDTLS_SSL_TLS_C
by Bence Szépkúti
· 5 months ago
8829aa3
Fix code style
by Gabor Mezei
· 5 months ago
1495093
TLS context serialization needs an AEAD ciphersuite
by Gabor Mezei
· 5 months ago
ea4df49
Update test dependencies
by Gabor Mezei
· 5 months ago
dcbe4ce
Update dependencies
by Gabor Mezei
· 5 months ago
8adcfc8
Add ECDSA ciphersuite support for `resize_buffer` tests
by Gabor Mezei
· 5 months ago
ab02cd5
Revert "Delete test cases"
by Gabor Mezei
· 5 months ago
cdd3474
Fix test case name
by Gabor Mezei
· 5 months ago
973a712
Migrate to a usable ciphersuite
by Gabor Mezei
· 6 months ago
ff9b2e7
Delete test cases
by Gabor Mezei
· 6 months ago
9d7fd3d
Migrate the RSA key exchage tests
by Gabor Mezei
· 6 months ago
fc42c22
Migrate RSA key exchange tests
by Gabor Mezei
· 6 months ago
21506fd
Update documentation regarding metatest
by Harry Ramsey
· 6 months ago
1494a09
test_suite_ssl: require GCM or ChaChaPoly in handshake_serialization()
by Valerio Setti
· 6 months ago
592f682
test_suite_ssl: update description for conf_curve and conf_gruop tests
by Valerio Setti
· 7 months ago
8638603
test_suite_ssl: remove tests specific for DHE-RSA
by Valerio Setti
· 7 months ago
b8ef2a4
test_suite_ssl: adapt handshake_fragmentation() to use ECDHE-RSA
by Valerio Setti
· 7 months ago
5b7bfd8
test_suite_ssl: adapt DHE-RSA tests to ECDHE-RSA
by Valerio Setti
· 7 months ago
7e1154c
Merge pull request #9906 from mpg/rm-conf-curves
by Manuel Pégourié-Gonnard
· 6 months ago
c4e768a
Fix incorrect test function
by Manuel Pégourié-Gonnard
· 7 months ago
6487da1
tests: remove usage of mbedtls_x509write_crt_set_serial
by Valerio Setti
· 7 months ago
4c3134a
Remove useless dependency from test function
by Manuel Pégourié-Gonnard
· 7 months ago
93d4591
Remove deprecated function mbedtls_ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 7 months ago
bc7c523
Remove uses of secp244k1
by Gilles Peskine
· 7 months ago
ce3c2dd
Merge pull request #9806 from ronald-cron-arm/finalize-split-preparation-1
by Ronald Cron
· 8 months ago
6924564
Move back timing.c to mbedtls
by Ronald Cron
· 9 months ago
4f7f132
test-data: Adjusted check-feature test to seek `MBEDTLS_TIMING_C`.
by Minos Galanakis
· 9 months ago
4c58e89
Merge pull request #9613 from gilles-peskine-arm/remove-rsa-psk-key-exchange
by Gilles Peskine
· 9 months ago
ae5353b
Move new test suite to the tf-psa-crypto directory
by Gilles Peskine
· 9 months ago
7dfe7c9
Remove RSA-PSK test cases
by Gilles Peskine
· 11 months ago
f121019
Don't use Unicode in .function file
by Gilles Peskine
· 9 months ago
dc7d787
More explanation of what we do and do not test
by Gilles Peskine
· 9 months ago
091941e
Basic statistical tests for mbedtls_psa_ecp_generate_key()
by Gilles Peskine
· 9 months ago
77587ce
Unit tests for mbedtls_psa_ecp_generate_key()
by Gilles Peskine
· 9 months ago
8ed4d94
Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on
by Gilles Peskine
· 9 months ago
f8d13d8
Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues
by David Horstmann
· 9 months ago
5f6e69d
Merge pull request #9693 from Harry-Ramsey/split-revert-error-development
by Ronald Cron
· 9 months ago
9a209b8
Pair inits with declarations
by Paul Elliott
· 9 months ago
7c66860
Fix tests where tests were done prior to init
by Paul Elliott
· 10 months ago
8fd2117
Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate
by Gilles Peskine
· 11 months ago
b791a88
Fix test case dependency
by Harry Ramsey
· 10 months ago
bd77a35
Move tests for error.c from tf-psa-crypto to Mbed TLS
by Harry Ramsey
· 10 months ago
f5025e2
Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development
by Gilles Peskine
· 10 months ago
ed6feae
Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases
by Gilles Peskine
· 11 months ago
e3c64c3
Fix typo in dependency
by Gilles Peskine
· 11 months ago
f7e7acc
Move version tests from tf-psa-crypto/test/suite to test/suites
by Harry Ramsey
· 10 months ago
7d5419b
Move test_suite_constant_time_hmac back to mbedtls
by Ronald Cron
· 1 year ago
b268d27
Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development
by David Horstmann
· 10 months ago
94c3065
Fix x509 parse syntax typo
by Harry Ramsey
· 11 months ago
Next »