1. 68613a4 ChangeLog: Add missing reference to CVE in security entry by Ronald Cron · 1 year, 3 months ago
  2. 8c2b301 Merge pull request #9050 from gilles-peskine-arm/test-dependencies-20240314-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  3. 3dbb502 Merge pull request #9066 from paul-elliott-arm/fix_ubsan_mp_aead_gcm_3.6 by Gilles Peskine · 1 year, 3 months ago
  4. 4b2639c Merge pull request #9033 from valeriosetti/issue8871-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  5. 405d1f6 Add Changelog entry by Paul Elliott · 1 year, 3 months ago
  6. 304766f Add early exit if zero length AEAD AD passed in. by Paul Elliott · 1 year, 3 months ago
  7. 2890798 Convert recent RSA key files in PEM format from PKCS8 to PKCS1 by Gilles Peskine · 1 year, 3 months ago
  8. 69eba51 Fix rsa_pkcs1_*_clear.der to actually be PKCS#1 files by Gilles Peskine · 1 year, 3 months ago
  9. 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  10. 0a2d482 Add some test RSA keys of sizes 768 and up by Gilles Peskine · 1 year, 3 months ago
  11. dfb7afe Cleartext RSA keys: also make DER formats available by Gilles Peskine · 1 year, 3 months ago
  12. f6275b7 Merge pull request #9021 from mpg/compat-fixes-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  13. 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
  14. e6b6c14 Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 4 months ago
  15. 401d6dc Remove redundant dependency by Gilles Peskine · 1 year, 4 months ago
  16. 763b240 Fix full invocation of ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  17. b9f9c0e Merge pull request #9042 from valeriosetti/asn1-missing-guard-in-rsa-backport by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  18. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  19. e537018 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
  20. 5868548 generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  21. 0595dc6 changelog: fix text by Valerio Setti · 1 year, 4 months ago
  22. 82c3b40 add changelog by Valerio Setti · 1 year, 4 months ago
  23. 11530fd adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 4 months ago
  24. e7987b6 Simplify full invocation of compat.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  25. 690ab45 test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  26. e98c378 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  27. 7903385 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  28. ab4b01b test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  29. 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
  30. 73932e3 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  31. 5a07cff test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  32. 83ddd43 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  33. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  34. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  35. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  36. ea9c8bd generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  37. eba7f8c asymmetric_key_data: fix public RSA-2048 key by Valerio Setti · 1 year, 4 months ago
  38. 2b0242b generate_test_keys: fix mypy issue for imported path by Valerio Setti · 1 year, 4 months ago
  39. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  40. b9a3f79 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  41. 001ec96 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  42. 09e9872 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  43. 4a350ca pk: fix unused variable in copy_from_psa() by Valerio Setti · 1 year, 4 months ago
  44. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  45. 88ab0d4 test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  46. 9658e77 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  47. 0b15050 test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  48. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  49. 5ec9341 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  50. cdb5a7d test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  51. 8bfa7fd test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
  52. dfc1915 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  53. 8b3a272 test-data: add predefined RSA and EC keys by Valerio Setti · 1 year, 5 months ago
  54. c50bf95 Merge pull request #9028 from ronald-cron-arm/openssl3-3.6 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  55. cfb9f4d ssl-opt.sh: Fix some test dependencies by Ronald Cron · 1 year, 4 months ago
  56. 561181c Use latest installed OpenSSL 3 as OPENSSL_NEXT by Ronald Cron · 1 year, 4 months ago
  57. b3cdd4b ssl-opt.sh: Adapt tests to OpenSSL 3 by Ronald Cron · 1 year, 4 months ago
  58. 0e711e1 Add RSA key certificates by Ronald Cron · 1 year, 4 months ago
  59. 48395bc compat.sh: properly skip unsupported DTLS 1.2 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  60. 8488254 compat.sh: properly report skipped tests by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  61. 974006b Merge pull request #9000 from tom-cosgrove-arm/fix-compilation-when-memcpy-is-function-like-macro-3.6 by Gilles Peskine · 1 year, 4 months ago gh-readonly-queue/mbedtls-3.6/pr-9000-79d25877ff5bb11536a09fd6e14fd0b6eba88d68
  62. 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
  63. f05f706 Merge pull request #9014 from ronald-cron-arm/nofa_no_session_tickets-3.6 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  64. 05c1ba2 Add change log by Ronald Cron · 1 year, 4 months ago
  65. 8d63084 tls13: Do not initiate at all resumption if tickets not supported by Ronald Cron · 1 year, 4 months ago
  66. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  67. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  68. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  69. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  70. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  71. 698c8e9 ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket by Ronald Cron · 1 year, 4 months ago
  72. 6a8e4eb all.sh: Use full instead of default as the base for the new component by Ronald Cron · 1 year, 4 months ago
  73. f02af2d tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  74. 54a9b11 ssl-opt.sh: Add tests where tickets are ignored by Ronald Cron · 1 year, 4 months ago
  75. 6071f61 tls13: cli: Ignore tickets if not supported by Ronald Cron · 1 year, 4 months ago
  76. c93fc86 ssl-opt.sh: Add missing MBEDTLS_SSL_SESSION_TICKETS dependencies by Norbert Fabritius · 2 years, 4 months ago
  77. 06d9934 all.sh: Add component testing default minus session tickets by Norbert Fabritius · 2 years, 4 months ago
  78. 094f553 tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  79. 346b818 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  80. 1fb5854 tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
  81. 8196369 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  82. 93b2c32 Constify parameter of ssl_tls13_session_load by Norbert Fabritius · 2 years, 6 months ago
  83. ba1de9f Enable ssl_tls13_get_ciphersuite_hash_alg only if macro is active by Norbert Fabritius · 2 years, 6 months ago
  84. b6ff610 Unconditionally define session variable by Norbert Fabritius · 2 years, 6 months ago
  85. 5e297b9 tls13: srv: Fix guards of _is_psk_(ephemeral_)available by Ronald Cron · 1 year, 4 months ago
  86. da0d169 Guard ticket specific TLS 1.3 function with macro by Norbert Fabritius · 2 years, 7 months ago
  87. 4ee6ddc Merge pull request #9004 from valeriosetti/issue8903-backport by Bence Szépkúti · 1 year, 4 months ago
  88. ec17c1c Merge pull request #9005 from valeriosetti/issue8712-backport by Bence Szépkúti · 1 year, 4 months ago
  89. 87747c7 Fix closing comment to match opening guard by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  90. 5aa6a64 Fix style of preprocessor expression by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  91. 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  92. a44cab0 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  93. b13c218 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  94. 64b6e4d Fix wrong dependency in psa_crypto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  95. a9d3eaf Fix wrong dependency in psa_crypto_pake suite by Pengyu Lv · 1 year, 8 months ago
  96. f3abbfe Fix typo in ssl test suite by Pengyu Lv · 1 year, 8 months ago
  97. 0dfb5bb Correct dependancy on `MBEDTLS_X509_INFO` for x509parse by Pengyu Lv · 1 year, 8 months ago
  98. 387aaff Merge pull request #9007 from mpg/checkbox-3.6 by Tom Cosgrove · 1 year, 4 months ago
  99. b76573c We now have two LTS branches to backport to. by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  100. fd0e2f3 pk: fix documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago