- 4bb98be initial remove of MBEDTLS_USE_PSA_CRYPTO by Ben Taylor · 3 months ago
- 1819a91 Include limits.h where needed by Gilles Peskine · 2 weeks ago
- 361ce2b Rename mbedtls_pk_setup_opaque to mbedtls_pk_wrap_psa by Ben Taylor · 5 weeks ago
- 27125ce Update references to tf-psa-crypto/core/common.h by Bence Szépkúti · 3 weeks ago
- c801d32 include private pk.h internally by Ben Taylor · 5 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 · 2 months ago
- 78df6ae Move renegotiation testing into its own function by Gilles Peskine · 2 months ago
- e30b5c7 mbedtls_test_ssl_perform_handshake: make client, server pointers by Gilles Peskine · 2 months ago
- 07432b9 Unify identical code by Gilles Peskine · 2 months ago
- ca8a9ac Remove unused parameters to endpoint init/free by Gilles Peskine · 2 months ago
- 6c154e7 Move queue management into mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 2 months ago
- b092e78 New auxiliary function mbedtls_test_ssl_dtls_join_endpoints by Gilles Peskine · 2 months 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
- 97c45bb Merge pull request #10120 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408 by Gilles Peskine · 3 months ago
- 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 4 months ago
- 946bf14 Fix some test helper functions returning 0 on some failures by Gilles Peskine · 4 months ago
- 55b8bb4 Check the status of mbedtls_ssl_set_hostname() by Gilles Peskine · 4 months ago
- ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
- ee467aa mbedtls_test_ssl_do_handshake_with_endpoints: Zeroize endpoints by Max Fillinger · 9 months ago
- ea1e777 Coding style cleanup by Max Fillinger · 9 months ago
- 8f12e31 Exportert tests: Free endpoints and options by Max Fillinger · 9 months ago
- cf007ca Add more tests for keying material export by Max Fillinger · 9 months ago
- e57ea21 Merge pull request #10042 from bjwtaylor/remove-ssl-conf by Manuel Pégourié-Gonnard · 4 months ago
- 99226e9 cmake: Generate test_keys.h and test_certs.h in the build tree by Ronald Cron · 6 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
- 6637ef7 New test function inject_client_content_on_the_wire() by Manuel Pégourié-Gonnard · 6 months ago
- 856a370 Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests by Gilles Peskine · 6 months ago
- 3ed75c5 Move psa_test_wrappers.h/c to tf-psa-crypto by Ronald Cron · 9 months ago
- b30233f Change key param to mbedtls_svc_key_id_t in psa_export_public_key_iop_setup() by Waleed Elmelegy · 9 months ago
- f366938 Merge pull request #9778 from waleed-elmelegy-arm/add-iop-export-pub-key-headers by Janos Follath · 9 months ago
- 531adaf Move some test helpers out of Mbed TLS by David Horstmann · 9 months ago
- fad77f1 Add iop export public-key generated test wrappers by Waleed Elmelegy · 9 months ago
- 66d7bcb Add key export on successful key agreement by Paul Elliott · 9 months ago
- 2c9d398 Add new psa_key_agreement() to key exercises by Paul Elliott · 11 months ago
- d118cd2 Fix definition of psa_generate_key_iop_complete() by Paul Elliott · 9 months ago
- a2891a9 Add PSA interuptable key agreement APIs by Waleed Elmelegy · 12 months ago
- 6986829 Merge pull request #9430 from davidhorstmann-arm/align-development-3.6-test-helpers by Manuel Pégourié-Gonnard · 9 months ago
- f8d13d8 Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues by David Horstmann · 9 months ago
- a698976 Add const specifiers to pacify armclang by Paul Elliott · 10 months ago
- 08ccf6a Tidy up header guards by David Horstmann · 10 months ago
- 34d79ce Only guard with CRYPTO_CLIENT when version >= 4 by David Horstmann · 10 months ago
- 0d8287c Align tests/src and include/src with 3.6 version by David Horstmann · 1 year ago
- bef54c5 Remove unnecessary if defined by Harry Ramsey · 10 months ago
- 924dca9 Move mbedtls_test_hook_error_add from error.c to helpers.c by Harry Ramsey · 10 months ago
- 69c489c Move PSA drivers to drivers/builtin/src by Ronald Cron · 1 year ago
- bae154d Merge pull request #9385 from eleuzi01/replace-ecdsa-some by David Horstmann · 11 months ago
- b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
- a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
- 3106013 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
- 514e62c Move bignum code path testing out of the library by Janos Follath · 12 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
- 2dc5fa3 Add generated files for new iop key generation funcs by Paul Elliott · 1 year, 1 month ago
- 1176e6f Merge pull request #9410 from paul-elliott-arm/add_docs_iop_key_agreement by Janos Follath · 12 months ago
- 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
- c1cd26b Revert commit 33af72df in order to not depend on test code by Michael Schuster · 1 year, 1 month ago
- 0aaa493 Add missing include in tests/src/psa_memory_poisoning_wrappers.c to fix missing-prototype error by Michael Schuster · 1 year, 2 months ago
- 8f60655 Fix tests build with MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS enabled by Michael Schuster · 1 year, 2 months ago
- bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
- 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
- 4595e68 Move print_buf into mbedtls_test_print_buf helper function in sample programs by Michael Schuster · 1 year, 2 months ago
- 2b87afb Add missing include in tests/src/asn1_helpers.c by Michael Schuster · 1 year, 2 months ago
- aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
- fe8fc75 PSA_DONE: account for MBEDTLS_TEST_PSA_INTERNAL_KEYS by Gilles Peskine · 12 months ago
- 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
- 35f0573 Keep track of PSA keys used interally by Gilles Peskine · 1 year, 1 month ago
- bdd16d4 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
- 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
- 7db1bcd Update generated PSA wrappers by Gilles Peskine · 1 year ago
- b45af2f Update PSA wrappers by Gilles Peskine · 1 year, 2 months ago
- ea7fff4 Merge pull request #8775 from tgonzalezorlandoarm/tg/mbedtls_test_ssl_message_queue_pop_info by Bence Szépkúti · 1 year ago
- 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- b16b8c2 Updated auto-generated psa_test_wrappers. by Ronald Cron · 1 year ago
- c884b29 Add generated files for new iop key agreement funcs by Paul Elliott · 1 year, 1 month ago
- 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
- b2bdb78 Adapt libtestdriver1 build by Ronald Cron · 1 year, 1 month ago
- 8473390 tests: fix guards in test suites to allow testing with PSASIM by Valerio Setti · 1 year, 1 month ago
- 7062d3d tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
- 1451a76 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
- b0a524f tests: remove test_certs.h and test_keys.h as they are auto-generated by Valerio Setti · 1 year, 4 months ago
- 8284f3d test: automatically generate test_certs.h and test_keys.h by Valerio Setti · 1 year, 4 months ago
- 024d3da Merge pull request #8986 from valeriosetti/issue8871 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
- 3618821 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
- 9aa4fa9 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago