1. 85a0066 fix "make generated_files" for test_keys.h and test_certs.h by Valerio Setti · 1 year, 4 months ago
  2. b627199 generate_test_keys: add default output file option by Valerio Setti · 1 year, 4 months ago
  3. 4b9aebf tests: remove test_certs.h and test_keys.h as they are auto-generated by Valerio Setti · 1 year, 4 months ago
  4. a607a1b test: automatically generate test_certs.h and test_keys.h by Valerio Setti · 1 year, 4 months ago
  5. cd96473 tests: update Makefile to generate tests/src/test_keys.h by Valerio Setti · 1 year, 4 months ago
  6. 67a92b7 Merge pull request #9090 from valeriosetti/issue9068-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  7. 82cd3d1 Merge pull request #9089 from ronald-cron-arm/add-cve-2024-30166-ref-3.6 by Gilles Peskine · 1 year, 3 months ago
  8. b82fbf5 md: fix guards for mbedtls_md_error_from_psa() by Valerio Setti · 1 year, 3 months ago
  9. 313be88 Merge pull request #9076 from gilles-peskine-arm/cpp-unbounded-write-3.6 by Gilles Peskine · 1 year, 3 months ago
  10. 51e96ad Merge pull request #9074 from Ryan-Everett-arm/8357-fix-3.6 by Gilles Peskine · 1 year, 3 months ago
  11. 209704a Merge pull request #9077 from Ryan-Everett-arm/3.6-fix-get-and-lock-key-slot-threading-bug by Gilles Peskine · 1 year, 3 months ago
  12. 68613a4 ChangeLog: Add missing reference to CVE in security entry by Ronald Cron · 1 year, 3 months ago
  13. 8c2b301 Merge pull request #9050 from gilles-peskine-arm/test-dependencies-20240314-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  14. 629715a Add changelog by Ryan Everett · 1 year, 3 months ago
  15. 1a3573e Clarify psa_get_and_lock_key_slot return behaviour by Ryan Everett · 1 year, 3 months ago
  16. 231f15b Explicitly document return behaviour by Ryan Everett · 1 year, 3 months ago
  17. d4ea40d Fix potential non-NULL slot return on failure by Ryan Everett · 1 year, 3 months ago
  18. 41995be ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  19. 6238128 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  20. 6f216e4 ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  21. 73d649e ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  22. 97cc7f8 Rewrite changelog by Ryan Everett · 1 year, 9 months ago
  23. b1c3d6e Add changelog by Ryan Everett · 1 year, 9 months ago
  24. b5a20d3 Fix error handling for secure element keys in `psa_start_key_creation` by Ryan Everett · 1 year, 9 months ago
  25. 3dbb502 Merge pull request #9066 from paul-elliott-arm/fix_ubsan_mp_aead_gcm_3.6 by Gilles Peskine · 1 year, 3 months ago
  26. 4b2639c Merge pull request #9033 from valeriosetti/issue8871-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  27. 405d1f6 Add Changelog entry by Paul Elliott · 1 year, 3 months ago
  28. 304766f Add early exit if zero length AEAD AD passed in. by Paul Elliott · 1 year, 3 months ago
  29. 2890798 Convert recent RSA key files in PEM format from PKCS8 to PKCS1 by Gilles Peskine · 1 year, 3 months ago
  30. 69eba51 Fix rsa_pkcs1_*_clear.der to actually be PKCS#1 files by Gilles Peskine · 1 year, 3 months ago
  31. 786dff6 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  32. 0a2d482 Add some test RSA keys of sizes 768 and up by Gilles Peskine · 1 year, 3 months ago
  33. dfb7afe Cleartext RSA keys: also make DER formats available by Gilles Peskine · 1 year, 3 months ago
  34. f6275b7 Merge pull request #9021 from mpg/compat-fixes-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  35. 09569d1 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
  36. e6b6c14 Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 4 months ago
  37. 401d6dc Remove redundant dependency by Gilles Peskine · 1 year, 4 months ago
  38. 763b240 Fix full invocation of ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  39. b9f9c0e Merge pull request #9042 from valeriosetti/asn1-missing-guard-in-rsa-backport by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  40. 5e96584 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  41. e537018 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
  42. 5868548 generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  43. 0595dc6 changelog: fix text by Valerio Setti · 1 year, 4 months ago
  44. 82c3b40 add changelog by Valerio Setti · 1 year, 4 months ago
  45. 11530fd adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 4 months ago
  46. e7987b6 Simplify full invocation of compat.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  47. 690ab45 test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  48. e98c378 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  49. 7903385 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  50. ab4b01b test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  51. 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
  52. 73932e3 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  53. 5a07cff test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  54. 83ddd43 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  55. 04ee264 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  56. 65953e2 generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  57. f38640d generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  58. ea9c8bd generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  59. eba7f8c asymmetric_key_data: fix public RSA-2048 key by Valerio Setti · 1 year, 4 months ago
  60. 2b0242b generate_test_keys: fix mypy issue for imported path by Valerio Setti · 1 year, 4 months ago
  61. 7affeef generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  62. b9a3f79 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  63. 001ec96 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  64. 09e9872 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  65. 4a350ca pk: fix unused variable in copy_from_psa() by Valerio Setti · 1 year, 4 months ago
  66. bdb7ae1 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  67. 88ab0d4 test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  68. 9658e77 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  69. 0b15050 test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  70. cca2d43 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  71. 5ec9341 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  72. cdb5a7d test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  73. 8bfa7fd test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
  74. dfc1915 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  75. 8b3a272 test-data: add predefined RSA and EC keys by Valerio Setti · 1 year, 5 months ago
  76. c50bf95 Merge pull request #9028 from ronald-cron-arm/openssl3-3.6 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  77. cfb9f4d ssl-opt.sh: Fix some test dependencies by Ronald Cron · 1 year, 4 months ago
  78. 561181c Use latest installed OpenSSL 3 as OPENSSL_NEXT by Ronald Cron · 1 year, 4 months ago
  79. b3cdd4b ssl-opt.sh: Adapt tests to OpenSSL 3 by Ronald Cron · 1 year, 4 months ago
  80. 0e711e1 Add RSA key certificates by Ronald Cron · 1 year, 4 months ago
  81. 48395bc compat.sh: properly skip unsupported DTLS 1.2 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  82. 8488254 compat.sh: properly report skipped tests by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  83. 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
  84. 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
  85. 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
  86. 05c1ba2 Add change log by Ronald Cron · 1 year, 4 months ago
  87. 8d63084 tls13: Do not initiate at all resumption if tickets not supported by Ronald Cron · 1 year, 4 months ago
  88. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  89. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  90. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  91. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  92. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  93. 698c8e9 ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticket by Ronald Cron · 1 year, 4 months ago
  94. 6a8e4eb all.sh: Use full instead of default as the base for the new component by Ronald Cron · 1 year, 4 months ago
  95. f02af2d tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  96. 54a9b11 ssl-opt.sh: Add tests where tickets are ignored by Ronald Cron · 1 year, 4 months ago
  97. 6071f61 tls13: cli: Ignore tickets if not supported by Ronald Cron · 1 year, 4 months ago
  98. c93fc86 ssl-opt.sh: Add missing MBEDTLS_SSL_SESSION_TICKETS dependencies by Norbert Fabritius · 2 years, 4 months ago
  99. 06d9934 all.sh: Add component testing default minus session tickets by Norbert Fabritius · 2 years, 4 months ago
  100. 094f553 tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago