1. 7d0e5d2 Correct redundant framework/../framework paths by David Horstmann · 1 year, 1 month ago
  2. 9c4dd4e Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  3. c030418 Merge pull request #9341 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement-3.6 by Gilles Peskine · 1 year, 1 month ago
  4. acef7b3 Merge pull request #9132 from andre-rosa/check-overflow-when-reading-padding-len-on-aes-128-cbc-decryption-for-mbedtls-3.6 by Gilles Peskine · 1 year, 1 month ago
  5. e2ae1b4 Merge pull request #9301 from gilles-peskine-arm/test_suite_config-booleans-3.6 by Ronald Cron · 1 year, 1 month ago
  6. b47c3b3 psa_cipher_decrypt CCM*: fix rejection of messages shorter than 3 bytes by Gilles Peskine · 1 year, 1 month ago
  7. 1c52e57 New test suite to report configuration options by Gilles Peskine · 1 year, 2 months ago
  8. 3b7cde4 Code style fix by Elena Uziunaite · 1 year, 2 months ago
  9. 4c882db Fix compiler warnings in test_suite_pk.function by Elena Uziunaite · 1 year, 2 months ago
  10. 2cfa6c9 Merge pull request #9208 from davidhorstmann-arm/move-test-generation-files-3.6 by Bence Szépkúti · 1 year, 2 months ago
  11. ea09152 Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  12. 20f4488 fix typo by Turiiya · 1 year, 3 months ago
  13. baf6775 Merge pull request #9160 from ronald-cron-arm/crypto-config-test_ref_configs-3.6 by Ronald Cron · 1 year, 2 months ago
  14. f313902 Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
  15. 3711734 Add invalid `padding_len` check in `get_pkcs_padding` by Andre Goddard Rosa · 1 year, 3 months ago
  16. 1c56ca4 test_suite_pk: use explicit key bit size instead of RSA_KEY_SIZE by Valerio Setti · 1 year, 3 months ago
  17. 8c2b301 Merge pull request #9050 from gilles-peskine-arm/test-dependencies-20240314-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  18. 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  19. 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
  20. e6b6c14 Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 4 months ago
  21. 401d6dc Remove redundant dependency by Gilles Peskine · 1 year, 4 months ago
  22. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  23. e537018 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
  24. 690ab45 test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  25. e98c378 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  26. 7903385 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  27. ab4b01b test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  28. 7ee12b7 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
  29. 73932e3 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  30. 5a07cff test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  31. 83ddd43 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  32. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  33. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  34. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  35. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  36. b9a3f79 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  37. 09e9872 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  38. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  39. 88ab0d4 test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  40. 9658e77 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  41. 0b15050 test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  42. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  43. 5ec9341 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  44. cdb5a7d test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  45. 8bfa7fd test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
  46. dfc1915 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  47. 79d2587 Merge pull request #9009 from mpg/fix-wrong-dep-test-case-3.6 by Gilles Peskine · 1 year, 4 months ago gh-readonly-queue/mbedtls-3.6/pr-9009-f05f7066a12f57c105a6cd3dd6f13f0f947829f6
  48. f02af2d tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  49. 094f553 tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  50. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  51. 1fb5854 tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
  52. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  53. 4ee6ddc Merge pull request #9004 from valeriosetti/issue8903-backport by Bence Szépkúti · 1 year, 4 months ago
  54. 87747c7 Fix closing comment to match opening guard by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  55. 5aa6a64 Fix style of preprocessor expression by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  56. 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  57. a44cab0 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  58. b13c218 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  59. 64b6e4d Fix wrong dependency in psa_crypto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  60. a9d3eaf Fix wrong dependency in psa_crypto_pake suite by Pengyu Lv · 1 year, 8 months ago
  61. f3abbfe Fix typo in ssl test suite by Pengyu Lv · 1 year, 8 months ago
  62. 0dfb5bb Correct dependancy on `MBEDTLS_X509_INFO` for x509parse by Pengyu Lv · 1 year, 8 months ago
  63. b2840b0 test_suite_pk: add failing check for sign_ext() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  64. 7e9711a test_suite_pk: test check_pair() also with opaque RSA keys by Valerio Setti · 1 year, 4 months ago
  65. e146940 Merge pull request #1216 from Mbed-TLS/mbedtls-3.6.0_mergeback by minosgalanakis · 1 year, 4 months ago
  66. 9860056 Revert "Autogenerated files for 3.6.0" by Minos Galanakis · 1 year, 4 months ago
  67. e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  68. 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  69. 611f899 Merge pull request #8957 from valeriosetti/issue8836 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  70. d9d6435 Merge branch 'development-restricted' into mbedtls-3.6.0rc0-pr by Minos Galanakis · 1 year, 5 months ago
  71. 2833050 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  72. 144c27b pkwrite: add new internal symbol for the max supported public key DER length by Valerio Setti · 1 year, 5 months ago
  73. 027796c test_suite_pk: uniformly generate RSA and EC keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  74. 6fb2586 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  75. 1b533ab test_suite_pk: test also RSA OAEP in pk_wrap_rsa_decrypt_test_vec() by Valerio Setti · 1 year, 5 months ago
  76. 480dfc7 test_suite_pk: fix guards in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  77. 237424b test_suite_pk: simplify pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  78. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  79. f71c060 test_suite_pk: properly size buffers for public keys in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  80. 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
  81. 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
  82. c262561 test_suite_pk: rename some variables in pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  83. d38480b test_suite_pk: reshape pk_psa_sign() by Valerio Setti · 1 year, 5 months ago
  84. b2b9068 Merge pull request #8942 from valeriosetti/fix-null-dereference by Gilles Peskine · 1 year, 5 months ago
  85. 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
  86. d59caf4 test_suite_pk: extend pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  87. 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
  88. 78064ac Merge pull request #8901 from paul-elliott-arm/make_psa_global_data_safe by Paul Elliott · 1 year, 5 months ago
  89. a69572b pk_import_into_psa: test persistent keys by Gilles Peskine · 1 year, 5 months ago
  90. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  91. 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 1 year, 5 months ago
  92. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  93. 3de040f Use TEST_FAIL in threaded tests by Ryan Everett · 1 year, 5 months ago
  94. 6c48870 Fix typo in thread_import_key by Ryan Everett · 1 year, 5 months ago
  95. 719c2ed Bugfix by BensonLiou · 1 year, 5 months ago
  96. 3720809 Merge branch 'development' into random_bye_on_hrr by BensonLiou · 1 year, 5 months ago
  97. 368debd Merge branch 'development' of https://github.com/Mbed-TLS/mbedtls into random_bye_on_hrr by BensonLiou · 1 year, 5 months ago
  98. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  99. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  100. f111f35 Add test cases for concurrently_use_same_persistent_key by Ryan Everett · 1 year, 5 months ago