- 0e7aaae Merge pull request #9017 from valeriosetti/issue9010 by Manuel Pégourié-Gonnard · 1 year, 3 months ago gh-readonly-queue/development/pr-9017-ca73fc6627283f54c52f8eba18a68cda2b907217
- 898066b Merge pull request #9049 from gilles-peskine-arm/test-dependencies-20240314-development by Manuel Pégourié-Gonnard · 1 year, 3 months ago
- c21147e test_suite_pk: use explicit key bit size instead of RSA_KEY_SIZE by Valerio Setti · 1 year, 3 months ago
- 024d3da Merge pull request #8986 from valeriosetti/issue8871 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
- cbb4507 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
- 1f4e039 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 3 months ago
- 6b3a9ee Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 3 months ago
- 57a0b91 Remove redundant dependency by Gilles Peskine · 1 year, 4 months ago
- 3618821 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
- 40eaf12 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
- 37bc93c test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
- 57d23e2 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
- 50e5979 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
- 186f458 test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
- 42f2e21 test_suite_pk: use pk_setup() instead of mbedtls_rsa_gen_key() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 4 months ago
- 4d14581 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
- 1f6dab7 test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
- 91fdff0 test_suite_pk: fix get_predefined_key_data() return value 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
- 6bda5f5 generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
- f53112e Fix closing comment to match opening guard by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- 0a4ffa4 Fix style of preprocessor expression by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- ebdca79 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
- 057ceb2 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
- 03fe253 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
- 7cca290 Fix wrong dependency in psa_crypto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
- b482a47 Fix wrong dependency in psa_crypto_pake suite by Pengyu Lv · 1 year, 8 months ago
- 7ee2833 Fix typo in ssl test suite by Pengyu Lv · 1 year, 8 months ago
- e2776d1 Correct dependancy on `MBEDTLS_X509_INFO` for x509parse 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
- e4d9013 Merge pull request #8987 from valeriosetti/issue8903 by Bence Szépkúti · 1 year, 4 months ago
- a376f84 Merge pull request #8937 from valeriosetti/issue8712 by Bence Szépkúti · 1 year, 4 months ago
- ab38fc7 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
- 26bc9c2 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
- d64fcee tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
- 7126ba5 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
- 28c41ad test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
- d8896d6 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
- fdef82c test_suite_pk: fix key_id initialization value 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
- e146940 Merge pull request #1216 from Mbed-TLS/mbedtls-3.6.0_mergeback by minosgalanakis · 1 year, 4 months ago
- 9860056 Revert "Autogenerated files for 3.6.0" by Minos Galanakis · 1 year, 4 months ago
- 5b94a02 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
- d44f99a test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
- c43a7a5 test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
- 414daf1 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
- 161e14f tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
- 8d15e01 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
- ad0ee1a tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
- 18b92a1 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
- ec2cfb0 test_suite_pk: test check_pair() also with opaque RSA keys by Valerio Setti · 1 year, 4 months ago
- e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
- f0d4c9a test_suite_pk: add failing check for sign_ext() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
- 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
- 611f899 Merge pull request #8957 from valeriosetti/issue8836 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- d9d6435 Merge branch 'development-restricted' into mbedtls-3.6.0rc0-pr by Minos Galanakis · 1 year, 5 months ago
- 2833050 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- 144c27b pkwrite: add new internal symbol for the max supported public key DER length by Valerio Setti · 1 year, 5 months ago
- 027796c test_suite_pk: uniformly generate RSA and EC keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- 6fb2586 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- 1b533ab test_suite_pk: test also RSA OAEP in pk_wrap_rsa_decrypt_test_vec() by Valerio Setti · 1 year, 5 months ago
- 480dfc7 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- 237424b test_suite_pk: simplify pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
- f71c060 test_suite_pk: properly size buffers for public keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- aa9cc49 test_suite_pk: test also RSA keys with PKCS1 v2.1 padding mode in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- d971b78 test_suite_pk: fix RSA issue in pk_psa_sign() when !PK_[PARSE|WRITE]_C are defined by Valerio Setti · 1 year, 5 months ago
- c262561 test_suite_pk: rename some variables in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- d38480b test_suite_pk: reshape pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
- b2b9068 Merge pull request #8942 from valeriosetti/fix-null-dereference by Gilles Peskine · 1 year, 5 months ago
- da47518 test_suite_pk: always test verify_ext with opaque keys in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
- d59caf4 test_suite_pk: extend pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
- 1053da8 Merge pull request #8921 from gilles-peskine-arm/pk_import_into_psa-test-lifetime by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 78064ac Merge pull request #8901 from paul-elliott-arm/make_psa_global_data_safe by Paul Elliott · 1 year, 5 months ago
- a69572b pk_import_into_psa: test persistent keys by Gilles Peskine · 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
- 3de040f Use TEST_FAIL in threaded tests by Ryan Everett · 1 year, 5 months ago
- 6c48870 Fix typo in thread_import_key by Ryan Everett · 1 year, 5 months ago
- 719c2ed Bugfix by BensonLiou · 1 year, 5 months ago
- 3720809 Merge branch 'development' into random_bye_on_hrr by BensonLiou · 1 year, 5 months ago
- 368debd Merge branch 'development' of https://github.com/Mbed-TLS/mbedtls into random_bye_on_hrr by BensonLiou · 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
- f111f35 Add test cases for concurrently_use_same_persistent_key by Ryan Everett · 1 year, 5 months ago
- 5061999 Add test function for concurrently using the same persistent key 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
- 0493ab5 Add PSA threaded init tests by Paul Elliott · 1 year, 5 months ago
- bedd251 fix code style by BensonLiou · 1 year, 5 months ago
- 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
- 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
- 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
- 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