- 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 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, 1 month 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
- 7031a4e generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
- 59c614b generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
- 862d14e generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
- 4c81c34 Fix copy-pasta in top-of-file comment by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 6bda5f5 generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
- ebdca79 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
- a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- 3e22bf2 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
- 7126ba5 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
- 5670813 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
- 8d15e01 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
- 18b92a1 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
- 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
- 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 1 year, 5 months ago
- 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
- 6de38ac Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self by Ryan Everett · 1 year, 5 months ago
- 0a8abde Update wrapper generation script and regenerate by David Horstmann · 1 year, 5 months ago
- 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
- 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
- 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
- 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
- fbf815d Add key_destroyable parameter to key export smoke tests by Ryan Everett · 1 year, 5 months ago
- 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
- 13beaa2 psa_crypto_stubs: extend stub functions for the CRYPTO_CLIENT tests by Valerio Setti · 1 year, 5 months ago
- 80a5dbd Regenerate PSA wrappers for new PSA functions by David Horstmann · 1 year, 5 months ago
- 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
- c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
- d48fc10 Add key_destroyable parameter to exercise_asymmetric_encryption_key by Ryan Everett · 1 year, 5 months ago
- 6edd408 Add key_destroyable parameter to exercise_signature_key by Ryan Everett · 1 year, 5 months ago
- fbe703d Add key_destroyable parameter to exercise_aead_key by Ryan Everett · 1 year, 5 months ago
- 70691f3 Add key_destroyable parameter to psa_exercise_cipher_key by Ryan Everett · 1 year, 5 months ago
- 7763550 Add key_destroyable parameter to exercise_mac_key by Ryan Everett · 1 year, 5 months ago
- f08a93f Add key_destroyable parameter to check_key_attributes_sanity by Ryan Everett · 1 year, 5 months ago
- 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- 5d64c6a Generate memory poisoning in wrappers by David Horstmann · 1 year, 5 months ago
- 63dfb45 Merge pull request #1181 from tom-daubney-arm/key_agreement_buffer_protection by David Horstmann · 1 year, 5 months ago
- af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
- 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
- d4c57c0 Merge branch 'development-restricted' into key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- a517563 Merge branch 'development-restricted' into copying-pake by David Horstmann · 1 year, 5 months ago
- 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
- 716cf2d Merge branch 'development-restricted' into buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
- 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
- ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
- 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
- e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
- 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
- c5688a2 Merge branch 'development-restricted' into generate-random-buffer-protection by David Horstmann · 1 year, 5 months ago
- 840dfe8 Merge branch 'development-restricted' into asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
- b74ac66 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
- b8f97a1 Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
- 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
- a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
- ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272
- 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
- 075c5fb Generate test wrappers for psa_generate_random() by David Horstmann · 1 year, 6 months ago