- 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
- 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
- 4de4cc4 Merge pull request #8891 from Ryan-Everett-arm/document-SE_C-not-threadsafe by Paul Elliott · 1 year, 5 months ago
- 3b20bda Merge pull request #8899 from gilles-peskine-arm/pk_copy_public_from_psa by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 68f4641 Merge pull request #8894 from daverodgman/quietbuild2 by Gilles Peskine · 1 year, 5 months ago gh-readonly-queue/development/pr-8894-d7e7f48323a0fe06e705849512c7ced2a33edf46
- 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
- 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
- d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
- d6a710a Fix copypasta by Gilles Peskine · 1 year, 5 months ago
- 0dc79a7 Fix and test pk_copy_from_psa with an unsupported algorithm by Gilles Peskine · 1 year, 5 months ago
- 17d5b6b Test mbedtls_pk_copy_public_from_psa on non-exportable keys by Gilles Peskine · 1 year, 5 months ago
- bf69f2e New function mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
- d7e7f48 Merge pull request #8774 from valeriosetti/issue8709 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 235799b Simplify locating original tool by Dave Rodgman · 1 year, 5 months ago
- 294a3c2 Remove unnecessary use of export by Dave Rodgman · 1 year, 5 months ago
- ec4ed8e Merge pull request #8857 from ronald-cron-arm/tls13-cli-max-early-data-size by Ronald Cron · 1 year, 5 months ago
- a7f3c4e Merge pull request #8822 from daverodgman/sha3-perf by Dave Rodgman · 1 year, 5 months ago
- 6fbde6e test_suite_pk: revert erroneous missing initialization of PSA key IDs by Valerio Setti · 1 year, 5 months ago
- 8b3c6ff test_suite_pk: add comment for pk_copy_from_psa_builtin_fail by Valerio Setti · 1 year, 5 months ago
- 43edc75 Merge pull request #8882 from Ryan-Everett-arm/threading-key-tests by Janos Follath · 1 year, 5 months ago
- 9cc01cc Merge pull request #8831 from yanesca/switch_to_new_exp by Dave Rodgman · 1 year, 5 months ago
- e095a67 pk: improve mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
- 6f5f9f5 test_suite_pk: fix some comments by Valerio Setti · 1 year, 5 months ago
- ab7ddbc test_suite_pk: when ANY_HASH is used then pick any available MD alg in the build by Valerio Setti · 1 year, 5 months ago
- 3433f83 test_suite_pk: improve PSA alg selection in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
- 039bbba test_suite_pk: destroy original xkey after pk_copy_from_psa() in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
- 4114a54 test_suite_pk: add description for psa_pub_key_from_priv() by Valerio Setti · 1 year, 5 months ago
- 42a58a5 test_suite_pk: minor fixes for test failures by Valerio Setti · 1 year, 5 months ago
- e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
- f22eff9 test_suite_pk: add new test case for an algorithm only avaible in driver by Valerio Setti · 1 year, 5 months ago
- a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
- 1015985 test_suite_pk: add more test cases for pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
- d2ccc2f test_suite_pk: various minor fixes by Valerio Setti · 1 year, 5 months ago
- 61a47a4 test_suite_pk: extend testing in pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
- aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 5 months ago
- 88e2dac test_suite_pk: rename PK context variables by Valerio Setti · 1 year, 6 months ago
- e8fe3e7 test_suite_pk: add key pair check in pk_copy_from_psa_success() by Valerio Setti · 1 year, 6 months ago
- 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
- f9a6893 Changelog: Added entry for ssl_session accessors. by Minos Galanakis · 1 year, 5 months ago
- 61532e9 test_suite_pk: fix typos by Valerio Setti · 1 year, 6 months ago
- 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
- a41654d all.sh: add test component based on full config without PK_[PARSE|WRITE]_C by Valerio Setti · 1 year, 6 months ago
- 452d2d2 test_suite_pk: add some initial testing for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
- af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 61fd13c Merge remote-tracking branch 'mbedtls/development' into tls13-cli-max-early-data-size by Ronald Cron · 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
- e1295fa tests: ssl: early data: Fix comments by Ronald Cron · 1 year, 5 months ago
- 080a517 Merge pull request #8861 from ronald-cron-arm/tls13-srv-select-kex by Janos Follath · 1 year, 5 months ago
- 5247210 tests: suite: early data: Add comments by Ronald Cron · 1 year, 5 months ago
- 4facb0a tests: ssl: Improve early data test code by Ronald Cron · 1 year, 5 months ago
- 1a13e2f tests: ssl: Improve test code for very small max_early_data_size by Ronald Cron · 1 year, 5 months ago
- e14770f ssl-opt.sh: Fix early data test option by Ronald Cron · 1 year, 5 months ago
- 1f63fe4 tls13: srv: Fix resume flag in case of cancelled PSK by Ronald Cron · 1 year, 5 months ago
- cf28456 tls13: srv: Determine best key exchange mode for a PSK by Ronald Cron · 1 year, 6 months ago
- 12e72f1 tls13: srv: Always parse the pre-shared key extension by Ronald Cron · 1 year, 6 months ago
- 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
- 4c4f1f1 Avoid recursion for relative paths by Dave Rodgman · 1 year, 5 months ago
- c02c5b1 Follow-up for less verbose logging by Dave Rodgman · 1 year, 5 months ago
- 63c1cf7 Remove MBEDTLS_THREADING_C check in check_test_dependencies by Ryan Everett · 1 year, 5 months ago
- 16d5160 Allow the use of threading dependancies in PSA tests. by Paul Elliott · 1 year, 5 months ago
- b0b3c0d Disable MBEDTLS_SELF_TEST in the TSan config by Ryan · 1 year, 5 months ago
- 2066d04 Add test cases for concurrently_generate_keys by Ryan · 1 year, 5 months ago
- 3a1b786 Add a concurrent key generation test function by Ryan · 1 year, 5 months ago
- 8a2062c Merge pull request #8892 from paul-elliott-arm/add_threading_to_drivers by Paul Elliott · 1 year, 5 months ago
- 411cb6c test_suite_ssl: Added ssl_session_id_accessors_check. by Minos Galanakis · 1 year, 5 months ago
- 31403a4 Merge pull request #8678 from daverodgman/quietbuild by Gilles Peskine · 1 year, 5 months ago
- 71cc260 Merge pull request #8728 from minosgalanakis/features/add_mbedtls_x509_crt_get_ca_istrue_accesor_6151 by Gilles Peskine · 1 year, 5 months ago
- 3c4166a Merge pull request #8863 from minosgalanakis/feature/add_ecdh_context_5016 by Dave Rodgman · 1 year, 5 months ago
- 581e636 test_suite_x509parse: Added test-case for legacy certificate by Minos Galanakis · 1 year, 5 months ago
- 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago
- 6caf84f Explicitely remove the deprecated driver interface from the TSan config by Ryan · 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
- 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
- fad79fc Merge remote-tracking branch 'development' into ecp-write-ext-3.6 by Gilles Peskine · 1 year, 5 months ago
- a83ada4 tests: Added test for `mbedtls_x509_crt_get_ca_istrue()` by Minos Galanakis · 1 year, 7 months ago
- e93cd1b tests: ssl: Free write/read test buffers by Ronald Cron · 1 year, 5 months ago
- 7c07aab tests: write early data: Improve tls13_cli_max_early_data_size by Ronald Cron · 1 year, 5 months ago
- ae6f9a5 tests: write early data: Allocate buffer to write/read by Ronald Cron · 1 year, 5 months ago
- ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
- aab4a54 tests: Set the default conf then customize by Ronald Cron · 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
- de9b03d tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
- aad8523 tests: ssl: Test enforcement of maximum early data size by Ronald Cron · 1 year, 6 months ago
- 5c4fc91 tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
- fcbf776 tests: ssl: Restore write_early_data test function by Ronald Cron · 1 year, 5 months ago
- 25ad10a tests: ssl: Improve tls13_srv_max_early_data_size() by Ronald Cron · 1 year, 5 months ago
- 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
- 70eab45 tls13: generic: Fix log by Ronald Cron · 1 year, 5 months ago
- dc81b73 tests: srv max early data size: Add reach_max test arg by Ronald Cron · 1 year, 5 months ago
- 01d273d Enforce maximum size of early data in case of HRR by Ronald Cron · 1 year, 6 months ago
- 919e596 Enforce maximum size of early data when rejected by Ronald Cron · 1 year, 6 months ago
- 2160bfe tests: ssl: Test enforcement of maximum early data size by Ronald Cron · 1 year, 6 months ago
- 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
- 79aaaa4 Fix formatting by Dave Rodgman · 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
- 87218b3 blank line for readability by Dave Rodgman · 1 year, 5 months ago