1. 01005b9 Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
  2. 8d2864d Force usage of MBEDTLS_PK_WRITE_C when PK_C and USE_PSA_CRYPTO is used by Andrzej Kurek · 3 years, 7 months ago
  3. 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  4. 7a58d52 Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months ago
  5. ee8b57f Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  6. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  7. d2da19b Merge pull request #5380 from AndrzejKurek/key-id-encodes-owner-psa-fixes by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  8. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  9. 188ed19 Merge pull request #5351 from yuhaoth/pr/remove-duplicate-supported_group_ext by Ronald Cron · 3 years, 7 months ago
  10. 73839e0 Merge pull request #5353 from gstrauss/mbedtls_ssl_config_defaults-repeat by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  11. 6bfe4e2 Merge pull request #5272 from bensze01/psa_aead_setup_error by Gilles Peskine · 3 years, 7 months ago
  12. aa3a6e4 Fix brace placement by Bence Szépkúti · 3 years, 7 months ago
  13. 39fb9d1 Rename helper function to psa_aead_check_algorithm by Bence Szépkúti · 3 years, 7 months ago
  14. d491ea4 fix comment issue by Jerry Yu · 3 years, 7 months ago
  15. dfc5c71 Merge pull request #5420 from yanesca/update_mailing_list_links by Gilles Peskine · 3 years, 7 months ago
  16. 88addc4 Update mailing list links by Janos Follath · 3 years, 7 months ago
  17. b925f21 fix comment issues by Jerry Yu · 3 years, 7 months ago
  18. f0fede5 minor performance improvement by Jerry Yu · 3 years, 7 months ago
  19. 1510cea fix coding style issues by Jerry Yu · 3 years, 7 months ago
  20. 3ad14ac Add named group IANA value check by Jerry Yu · 3 years, 7 months ago
  21. f46b016 skip some extensions if ephemeral not enabled by Jerry Yu · 3 years, 7 months ago
  22. 63282b4 Refactor write supported group by Jerry Yu · 3 years, 7 months ago
  23. 7f029d8 fix coding style issues by Jerry Yu · 3 years, 7 months ago
  24. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  25. d1d0b41 Merge pull request #5388 from bensze01/multipart_aead_compliance_tests by Gilles Peskine · 3 years, 7 months ago
  26. bac671c Fix the multipart AEAD compliance tests by Bence Szépkúti · 3 years, 7 months ago
  27. 8f9a9da Merge pull request #5386 from daverodgman/update_branches_info by Dave Rodgman · 3 years, 7 months ago
  28. 9b4d9ae Update information in BRANCHES.md by Dave Rodgman · 3 years, 7 months ago
  29. f954853 Merge pull request #5193 from SiliconLabs/codegen_1.0 by Gilles Peskine · 3 years, 7 months ago
  30. ce8a617 Merge pull request #5337 from gilles-peskine-arm/bump_version-3.1 by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  31. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  32. ffef9c5 fix alignment issue by Jerry Yu · 3 years, 8 months ago
  33. 136320b fix ci fail by Jerry Yu · 3 years, 8 months ago
  34. 1ea9d10 fix test_ref_configs build fail by Jerry Yu · 3 years, 8 months ago
  35. cee1129 Reset dhm_P and dhm_G if config call repeated by Glenn Strauss · 3 years, 8 months ago
  36. acc74b8 Merge pull request #5348 from davidhorstmann-arm/fix-ssl-debug-header-typo by Gilles Peskine · 3 years, 8 months ago
  37. 1753261 change write_supported_groups_ext prototype by Jerry Yu · 3 years, 8 months ago
  38. 9d555ac Remove TLS12 version write_supported_group_ext by Jerry Yu · 3 years, 8 months ago
  39. 7581c11 Remove tls13_write_supported_groups_ext by Jerry Yu · 3 years, 8 months ago
  40. ba07342 Add generic write_supported-groups_ext by Jerry Yu · 3 years, 8 months ago
  41. b47d0f8 Replace SUPPORTED_ELLIPTIC_CURVES with SUPPORTED_GROUPS by Jerry Yu · 3 years, 8 months ago
  42. 4a9e026 Review comments addressed by Archana · 3 years, 8 months ago
  43. 21b20c7 Add Changelog and update documentation by Archana · 3 years, 8 months ago
  44. c08248d Rename the template file from .conf to .jinja by Archana · 3 years, 8 months ago
  45. e03960e Restructure Python script to use argparse and main by Archana · 3 years, 8 months ago
  46. 947cf61 Jinja2 prerequisite set up on the docker by Archana · 3 years, 8 months ago
  47. b32eaff Add psa_crypto_driver_wrappers.c to .gitignore by Archana · 3 years, 9 months ago
  48. 6f21e45 Fix Pylint errors and improve Python script by Archana · 3 years, 9 months ago
  49. a8939b6 Restructure scripts' folder alignment by Archana · 3 years, 9 months ago
  50. fe4ce6d Fix trailing newline getting dropped by Gilles Peskine · 3 years, 9 months ago
  51. 1f1a34a Rev 1.0 of Driver Wrappers code gen by Archana · 3 years, 9 months ago
  52. 68eb2ac Deleted psa_crypto_driver_wrappers.c by Archana · 3 years, 9 months ago
  53. bff88ab Merge pull request #874 from ARMmbed/mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  54. 77d778e Merge branch 'development' into mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  55. b8c3301 Revert "Add generated files" by Dave Rodgman · 3 years, 8 months ago
  56. 3be1271 Fix typo in python script method name by David Horstmann · 3 years, 8 months ago
  57. ba57427 Merge pull request #5283 from adeaarm/development by Gilles Peskine · 3 years, 8 months ago
  58. cb4dc37 Merge pull request #5340 from gilles-peskine-arm/ssl_debug_helpers_generated.h-commit-header by Gilles Peskine · 3 years, 8 months ago
  59. 863b96a Add copyright notice to ssl_debug_helpers* by Gilles Peskine · 3 years, 8 months ago
  60. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  61. d65aeb3 Merge pull request #871 from ronald-cron-arm/mbedtls-3.1.0rc0-pr by Dave Rodgman · 3 years, 8 months ago mbedtls-3.1.0 v3.1.0
  62. 1a1e78f Remove comments indicating that the file was automatically generated by Gilles Peskine · 3 years, 8 months ago
  63. 923d5c9 Rename ssl_debug_helpers.h by Gilles Peskine · 3 years, 8 months ago
  64. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  65. 09f1ee6 Commit header file by Gilles Peskine · 3 years, 8 months ago
  66. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  67. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  68. 1ffa6a5 Changelog updates & fixes by Ronald Cron · 3 years, 8 months ago
  69. 831cf48 Assemble change log by Ronald Cron · 3 years, 8 months ago
  70. acf0df8 Add change log for #4842 by Ronald Cron · 3 years, 8 months ago
  71. be252a0 Add change log for #4859 by Ronald Cron · 3 years, 8 months ago
  72. 7e1cb12 Add change log for #4514 by Ronald Cron · 3 years, 8 months ago
  73. 5dd4d2e Fix spurious replacement in build_info.h by Gilles Peskine · 3 years, 8 months ago
  74. 2a4344d Add change log for #4883 by Ronald Cron · 3 years, 8 months ago
  75. a53779d Add missing changelog for ARIA (#4959) by Dave Rodgman · 3 years, 8 months ago
  76. 28e3bcf Fix misleading ChangeLog entry formatting. by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  77. 4e511ed Double-free goes under security, not bugfix. by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  78. 9ed3873 psa: driver wrapper: cipher: Fix unused variable warning by Ronald Cron · 3 years, 8 months ago
  79. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  80. 9fa5bf8 Merge pull request #5329 from gilles-peskine-arm/ssl_debug_helpers_generated.h-dependencies by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  81. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  82. 32d2a58 Merge pull request #5325 from gilles-peskine-arm/zeroize-tag-3.1 by Gilles Peskine · 3 years, 8 months ago
  83. cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  84. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  85. a417431 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
  86. 36d33f3 Generalize MAC zeroization changelog entry by Gilles Peskine · 3 years, 8 months ago
  87. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  88. f0fd4c3 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
  89. c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  90. 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  91. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  92. 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
  93. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  94. d5ba50e Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
  95. 6e7deb1 Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  96. c11192f Merge pull request #5290 from minosgalanakis/development by Gilles Peskine · 3 years, 8 months ago
  97. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  98. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  99. 476b157 Merge pull request #5305 from gilles-peskine-arm/test-missing-ret-check-202112-development by Gilles Peskine · 3 years, 8 months ago
  100. c10086e changelog: Addressed review comments #6 by Minos Galanakis · 3 years, 8 months ago