TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
bd28acf24004e548c9e8c5825f49d1a08b75024e
/
tests
bd28acf
ssl-opt.sh: Remove dependencies on built-in CBC and AES
by Ronald Cron
· 4 weeks ago
d5da020
depends.py: Do not fail when disabling a non-existing option
by Ronald Cron
· 5 weeks ago
83bef5b
Merge tag 'mbedtls-4.0.0-beta' into mbedtls-4.0.0-beta-mergeback
by Minos Galanakis
· 4 weeks ago
9213318
Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev
by Manuel Pégourié-Gonnard
· 5 weeks ago
0038408
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
042ee3b
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
ed87da7
Merge remote-tracking branch 'restricted/development-restricted' into future_rc
by Minos Galanakis
· 6 weeks ago
42c4bdd
Merge pull request #10245 from felixc-arm/gcc-15-remove-wnoerror-dev
by Manuel Pégourié-Gonnard
· 6 weeks ago
f68f45c
Merge pull request #10213 from valeriosetti/issue298-development
by Gilles Peskine
· 6 weeks ago
27eb014
tests: suite_x509parse: rename variable in x509parse_crt()
by Valerio Setti
· 7 weeks ago
210b611
tests: suite_x509parse: fix indentation in x509parse_crt()
by Valerio Setti
· 7 weeks ago
2747ac1
tests: x509parse: fix RSA key in DER certificates
by Valerio Setti
· 8 weeks ago
11345e9
tests: x509parse: fix return values for invalid RSA keys
by Valerio Setti
· 8 weeks ago
760608d
Properly initialize SSL endpoint objects
by Gilles Peskine
· 6 weeks ago
b836d46
Fix accidentally skipped test assertion
by Gilles Peskine
· 6 weeks ago
8e95ba9
Merge pull request #10214 from ariwo17/fix-typo
by David Horstmann
· 6 weeks ago
95c48b3
Turn Wunterminated-string-initialization back into an error
by Felix Conway
· 6 weeks ago
78b0521
Remove trailing whitespace
by Ari Weiler-Ofek
· 7 weeks ago
69f5706
Add explanatory comment above #include "../tf-psa-crypto/core/common.h"
by Ari Weiler-Ofek
· 7 weeks ago
cfbee27
Add include so psasim files can find new macro
by Felix Conway
· 7 weeks ago
5b84ae1
Replace __attribute__((nonstring)) with macro MBEDTLS_ATTRIBUTE_UNTERMINATED_STRING
by Felix Conway
· 8 weeks ago
79b5138
Add __attribute__ ((nonstring)) to remove unterminated-string-initialization warning
by Felix Conway
· 8 weeks ago
48552b6
Merge pull request #10187 from valeriosetti/ecp-restartable-development
by Manuel Pégourié-Gonnard
· 7 weeks ago
b1d3e2e
Merge pull request #9634 from gabor-mezei-arm/9144_update_depends.py_hashes_domain
by Ronald Cron
· 8 weeks ago
f5a63d1
Fix invalid test data by aligning with 3.6
by Manuel Pégourié-Gonnard
· 8 weeks ago
d2262f2
Uncomment tests now that crypto is fixed
by Manuel Pégourié-Gonnard
· 10 weeks ago
a81d6df
tests|programs: remove usage of mbedtls_ecp_set_max_ops()
by Valerio Setti
· 3 months ago
6ee4d92
Fixed the same typo in ssl-opt.sh
by Ari Weiler-Ofek
· 8 weeks ago
3795f8a
Remove temporary component created for SHA3 testing
by Gabor Mezei
· 9 weeks ago
ef013a6
Use PSA macros for the `hashes` domain
by Gabor Mezei
· 11 months ago
43c891a
Remove requirement on MBEDTLS_PLATFORM_C from configs
by Felix Conway
· 9 weeks ago
cdd91da
Merge pull request #10145 from gabor-mezei-arm/remove_sha3_config_option
by Manuel Pégourié-Gonnard
· 8 weeks ago
2649800
Do not disable `PSA_WANT_SHA3` macros when driver accel is used
by Gabor Mezei
· 9 weeks ago
b4cbc15
Merge pull request #10192 from valeriosetti/fixes-for-ecp-restartable-part2
by Gilles Peskine
· 9 weeks ago
e806134
Merge pull request #10173 from gilles-peskine-arm/oid-split-x509
by Manuel Pégourié-Gonnard
· 9 weeks ago
4aa974f
Remove `MBEDTLS_SHA3_C` config option
by Gabor Mezei
· 3 months ago
b828820
Declare oid_xxx_numeric_string only when they are defined
by Gilles Peskine
· 3 months ago
02ec585
Replace MBEDTLS_OID_C by function-specific dependencies
by Gilles Peskine
· 3 months ago
cd4c0d7
Move OID string definitions back to mbedtls/oid.h
by Gilles Peskine
· 3 months ago
4c83221
Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID
by Gilles Peskine
· 3 months ago
47f1d7b
Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL
by Gilles Peskine
· 3 months ago
32a1112
Remove MBEDTLS_OID_X509_EXT_xxx constants
by Gilles Peskine
· 4 months ago
b7ef4df
Remove OID tables that are not used in X.509
by Gilles Peskine
· 3 months ago
532e3ee
Switch library and tests to the x509_oid module
by Gilles Peskine
· 3 months ago
86a47f8
Switch to "x509_oid.h" in code that uses OID functions
by Gilles Peskine
· 3 months ago
b9d7284
Fix calling `config.py` and update comment
by Gabor Mezei
· 9 weeks ago
8e5ee47
Add temporary component for SHA3 testing
by Gabor Mezei
· 9 weeks ago
6edb76c
mbedtls_test_ssl_endpoint_init: split configuration and setup
by Gilles Peskine
· 9 weeks ago
00eb072
mbedtls_test_ssl_endpoint_init: store user_data_n in the endpoint object
by Gilles Peskine
· 9 weeks ago
a6e71f9
Don't change the configuration after mbedtls_ssl_setup
by Gilles Peskine
· 9 weeks ago
6e4d245
Move certificate and key parsing to auxiliary functions
by Gilles Peskine
· 2 months ago
fb2ce05
SSL tests: make client authentication more uniform, defaulting on
by Gilles Peskine
· 10 weeks ago
27586d8
Move more endpoint configuration into the setup function
by Gilles Peskine
· 10 weeks ago
7a8fd46
Separate test function to perform an SSL connection
by Gilles Peskine
· 10 weeks ago
bd95340
Unify SSL version checks between client and server
by Gilles Peskine
· 10 weeks ago
e23a6d1
Move serialization testing into its own function
by Gilles Peskine
· 10 weeks ago
78df6ae
Move renegotiation testing into its own function
by Gilles Peskine
· 10 weeks ago
e30b5c7
mbedtls_test_ssl_perform_handshake: make client, server pointers
by Gilles Peskine
· 10 weeks ago
07432b9
Unify identical code
by Gilles Peskine
· 10 weeks ago
ca8a9ac
Remove unused parameters to endpoint init/free
by Gilles Peskine
· 10 weeks ago
6c154e7
Move queue management into mbedtls_test_ssl_dtls_join_endpoints
by Gilles Peskine
· 10 weeks ago
b092e78
New auxiliary function mbedtls_test_ssl_dtls_join_endpoints
by Gilles Peskine
· 10 weeks ago
2996959
Move DTLS context into the endpoint structure
by Gilles Peskine
· 2 months ago
9b99368
mbedtls_test_ssl_perform_handshake: declare options as const
by Gilles Peskine
· 2 months ago
2744a43
Refactor set_ciphersuites to work on the endpoint structure
by Gilles Peskine
· 2 months ago
0677e02
Move timer into the endpoint structure
by Gilles Peskine
· 2 months ago
35a2d9b
Remove testing of mbedtls_ssl_conf_own_cert(NULL)
by Gilles Peskine
· 2 months ago
b6bb3fb
Flatten out mbedtls_test_ssl_endpoint_certificate structure
by Gilles Peskine
· 2 months ago
353eb33
Use TEST_EQUAL(a,b) instead of TEST_ASSERT(a==b)
by Gilles Peskine
· 3 months ago
03a86e7
test: suites: pkcs7/x509parse: add missing PSA_INIT and PSA_DONE
by Valerio Setti
· 10 weeks ago
5989da2
Add tests for bug in mbedtls_x509_string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
a4ffc4e
Merge remote-tracking branch 'public/development' into development-restricted
by Manuel Pégourié-Gonnard
· 10 weeks ago
80b697d
Merge pull request #10183 from felixc-arm/fix-ssl-opt-error-codes
by Gilles Peskine
· 2 months ago
4a2e7b9
tests: suite_x509parse: set PSA max operations in x509_verify_restart()
by Valerio Setti
· 2 months ago
e0ce40b
Change hardcoded error values in ssl-opt to take in the PSA error alias
by Felix Conway
· 3 months ago
b9da11f
Test with GCC 15 with sloppy union initialization
by Gilles Peskine
· 3 months ago
d31a3c3
Merge pull request #10159 from gilles-peskine-arm/union-initialization-gcc15-preliminaries-dev
by Gilles Peskine
· 3 months ago
7769c16
Merge pull request #9654 from gabor-mezei-arm/9145_update_depends.py_pkalgs_domain
by Manuel Pégourié-Gonnard
· 3 months ago
bda3ab9
Add unit test for new behaviour of string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
49b7ef6
Merge pull request #10166 from gilles-peskine-arm/oid-split-restore-x509
by Gilles Peskine
· 3 months ago
f13fd1e
Use PSA macros for the `pkalgs` domain
by Gabor Mezei
· 10 months ago
d0e799a
Improve comments
by Gilles Peskine
· 3 months ago
d69bfb9044
Allow gcc-15 to be in $PATH
by Gilles Peskine
· 6 months ago
27f0713
Enable drivers when testing with GCC 15
by Gilles Peskine
· 6 months ago
6e24504
GCC 15: Silence -Wunterminated-string-initialization
by Gilles Peskine
· 8 months ago
579475d
Test with GCC 15
by Gilles Peskine
· 8 months ago
1876efc
Merge remote-tracking branch 'development' into HEAD
by Gilles Peskine
· 3 months ago
47c8579
Copy OID files that are getting moved to tf-psa-crypto
by Gilles Peskine
· 3 months ago
b8d5649
tests: test_suite_x509: adapt RSA-PSS tests
by Valerio Setti
· 3 months ago
7f6f4e6
library: pass NULL options parameter to mbedtls_pk_verify_ext()
by Valerio Setti
· 3 months ago
d24dfad
library: x509: remove sig_opts from mbedtls_x509_sig_alg_gets()
by Valerio Setti
· 3 months ago
2439c4c
Merge pull request #10090 from valeriosetti/issue9618-development
by Gilles Peskine
· 3 months ago
1afedac
tests: scripts: add new component to configuration-platform.sh
by Valerio Setti
· 3 months ago
5f6c633
Merge pull request #10157 from diopoex/development
by Gilles Peskine
· 3 months ago
02c80e6
Fix test and formatting in ssl_context_info
by Paul Höhn
· 3 months ago
e380416
fixed the tests
by Paul Höhn
· 3 months ago
0f0304d
scripts: tests: fix component_test_full_cmake_clang
by Valerio Setti
· 4 months ago
7fb7fda
tests: scripts: fix component_test_no_platform()
by Valerio Setti
· 4 months ago
b13d29e
tests: scripts: fix test_cmake_out_of_source
by Valerio Setti
· 4 months ago
7ac1184
configs: add PLATFORM_C to configs using ENTROPY_C
by Valerio Setti
· 4 months ago
Next »