1. 22a092b Do not use --recurse-submodules by Ronald Cron · 1 year, 3 months ago
  2. bc93d0e Extend C code style check to framework files by Ronald Cron · 1 year, 3 months ago
  3. c521bad Extend basic checks of files to framework files by Ronald Cron · 1 year, 3 months ago
  4. 29c4017 Merge pull request #9131 from davidhorstmann-arm/move-mbedtls-dev-to-framework-3.6 by Bence Szépkúti · 1 year, 2 months ago
  5. a6adc93 Update framework submodule to the merge of #15 by Ronald Cron · 1 year, 2 months ago
  6. 2c3aa94 Merge pull request #9166 from gilles-peskine-arm/analyze_outcomes-generate_files-3.6 by Gilles Peskine · 1 year, 2 months ago
  7. baf6775 Merge pull request #9160 from ronald-cron-arm/crypto-config-test_ref_configs-3.6 by Ronald Cron · 1 year, 2 months ago
  8. 7fbbb43 Pacify pylint by Gilles Peskine · 1 year, 3 months ago
  9. 8941033 Generate test data before coverage analysis by Gilles Peskine · 1 year, 3 months ago
  10. 8526751 Improve test-ref-configs.pl by Ronald Cron · 1 year, 3 months ago
  11. 8b1c5eb Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
  12. 0fd2d04 Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  13. c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
  14. f313902 Fix "maybe-uninitialized" warning with GCC 11.3 by Ronald Cron · 1 year, 3 months ago
  15. 7d949ae Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  16. a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
  17. e3283ed test-ref-configs.pl: Detect automatically test with USE_PSA enabled by Ronald Cron · 1 year, 3 months ago
  18. f47f545 Fix compat.sh filters by Ronald Cron · 1 year, 3 months ago
  19. 30b5d67 config-symmetric-only.h: Add SHA3 by Ronald Cron · 1 year, 3 months ago
  20. 984e8dc config-symmetric-only.h: Remove obsolete comment by Ronald Cron · 1 year, 3 months ago
  21. 281aa2e Merge pull request #9136 from gilles-peskine-arm/ssl-opt-server2-detection-3.6 by Gilles Peskine · 1 year, 3 months ago
  22. efc47ad Merge pull request #9130 from valeriosetti/update-gitignore-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  23. f287691 Add missing dependency that isn't autodetected by Gilles Peskine · 1 year, 3 months ago
  24. d2d9bbf Remove redundant RSA dependency by Gilles Peskine · 1 year, 3 months ago
  25. 5194ff8 Explicitly use TLS 1.2 on <=1.2-specific keyUsage/extKeyusage tests by Gilles Peskine · 1 year, 3 months ago
  26. abb1c22 Fix PSK invocation: GnuTLS PSK length (more) by Gilles Peskine · 1 year, 3 months ago
  27. 89ef2fa Driver-only FFDH is not good enough for DHE support in TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  28. 21ad576 Add seme missing dependencies on renegotiation support by Gilles Peskine · 1 year, 3 months ago
  29. f9c798c Default NEXT versions to be the base executables by Gilles Peskine · 1 year, 3 months ago
  30. e373c94 Force some test cases to use TLS 1.2 by Gilles Peskine · 1 year, 3 months ago
  31. 80e54a2 Add some missing dependencies on crypto features by Gilles Peskine · 1 year, 3 months ago
  32. 02cd716 Fix PSK invocation: GnuTLS PSK length by Gilles Peskine · 1 year, 3 months ago
  33. f12359d Fix PSK invocation: GnuTLS prompting by Gilles Peskine · 1 year, 3 months ago
  34. 7fa055b Fix PSK invocation: OpenSSL client by Gilles Peskine · 1 year, 3 months ago
  35. 121a7bf Require RSA when using server1* key or certificate by Gilles Peskine · 1 year, 3 months ago
  36. b69757a Fix a compilation warning in pk.c when PSA is enabled and RSA is disabled by Gilles Peskine · 1 year, 3 months ago
  37. 1bc28fe Fix skipped tests in configurations without RSA by Gilles Peskine · 1 year, 3 months ago
  38. 7f6c81a Rename framework_path to framework_scripts_path by David Horstmann · 1 year, 3 months ago
  39. 95c7eb4 Update framework submodule to tip of branch by David Horstmann · 1 year, 3 months ago
  40. b1827cb Add mbedtls_framework to mypy checks by David Horstmann · 1 year, 3 months ago
  41. b8e1332 Add framework_path module by David Horstmann · 1 year, 3 months ago
  42. 9638ca3 Update references to mbedtls_dev by David Horstmann · 1 year, 3 months ago
  43. 04f3433 Add framework/scripts to scripts_path.py by David Horstmann · 1 year, 3 months ago
  44. b66f039 Move some files to framework repository by David Horstmann · 1 year, 3 months ago
  45. c2d6f54 gitignore: ignore .vscode folder in main repo by Valerio Setti · 1 year, 3 months ago
  46. a927e81 gitignore: ignore test_keys.h and test_certs.h by Valerio Setti · 1 year, 3 months ago
  47. f1415b6 Merge pull request #9124 from davidhorstmann-arm/fix-fuzzing-build-failures-3.6 by Gilles Peskine · 1 year, 3 months ago
  48. df097d3 Add note explaining component purpose by David Horstmann · 1 year, 3 months ago
  49. 90dddc6 Add all.sh component for programs without tests by David Horstmann · 1 year, 3 months ago
  50. 58b660c Move test generated files to main CMakeLists.txt by David Horstmann · 1 year, 3 months ago
  51. 3af19dc Merge pull request #9102 from valeriosetti/issue9010-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  52. b037785 generate_test_keys: move code for arrays and LUT generation to a separate function by Valerio Setti · 1 year, 3 months ago
  53. 6f86a4a check-generated-files: move check for generate_test_cert_macros.py by Valerio Setti · 1 year, 3 months ago
  54. 3d54a9d generate_test_[keys/cert_macros]: minor fixes by Valerio Setti · 1 year, 3 months ago
  55. d714259 generate_test_keys: move output file writing to a separate function by Valerio Setti · 1 year, 3 months ago
  56. 42efdd8 generate_test_keys: sort keys before processing them by Valerio Setti · 1 year, 3 months ago
  57. feb87a9 check-generated-files: add test_certs.h file to the list of checked items by Valerio Setti · 1 year, 3 months ago
  58. 97e4e04 generate_test_cert_macros: minor fixes by Valerio Setti · 1 year, 3 months ago
  59. e2f2dd5 generated_test_keys: minor fixes by Valerio Setti · 1 year, 3 months ago
  60. b090df2 generate_test_keys: remove left-over variable by Valerio Setti · 1 year, 3 months ago
  61. 91eefe4 tests/CMakeLists: fix indentation by Valerio Setti · 1 year, 3 months ago
  62. 1717821 generate_test_keys: do not quit script if output file already exists by Valerio Setti · 1 year, 3 months ago
  63. a875369 generate_test_keys: add missing flush at the end of script by Valerio Setti · 1 year, 3 months ago
  64. 1c56ca4 test_suite_pk: use explicit key bit size instead of RSA_KEY_SIZE by Valerio Setti · 1 year, 3 months ago
  65. 351236a generate_test_keys: use build_tree to guess the MbedTLS root path by Valerio Setti · 1 year, 3 months ago
  66. ba91d44 generate_test_cert_macros: minor fixes by Valerio Setti · 1 year, 4 months ago
  67. 911363e cmake: relocate custom commands for test_certs.h and test_keys.h generation by Valerio Setti · 1 year, 4 months ago
  68. c229319 generate_test_cert_macros: embed input args by Valerio Setti · 1 year, 4 months ago
  69. 5241f39 tests/Makefile: minor fix: specify Python binary to be used by Valerio Setti · 1 year, 4 months ago
  70. 85a0066 fix "make generated_files" for test_keys.h and test_certs.h by Valerio Setti · 1 year, 4 months ago
  71. b627199 generate_test_keys: add default output file option by Valerio Setti · 1 year, 4 months ago
  72. 4b9aebf tests: remove test_certs.h and test_keys.h as they are auto-generated by Valerio Setti · 1 year, 4 months ago
  73. a607a1b test: automatically generate test_certs.h and test_keys.h by Valerio Setti · 1 year, 4 months ago
  74. cd96473 tests: update Makefile to generate tests/src/test_keys.h by Valerio Setti · 1 year, 4 months ago
  75. c4f4ff9 Merge pull request #9085 from nileshkale123/fix/redefinition_warning_for_gnu_source_backport_3.6 by Gilles Peskine · 1 year, 3 months ago
  76. 67a92b7 Merge pull request #9090 from valeriosetti/issue9068-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  77. 7fa3134 Fix Changelog formatting by Janos Follath · 1 year, 3 months ago
  78. 82cd3d1 Merge pull request #9089 from ronald-cron-arm/add-cve-2024-30166-ref-3.6 by Gilles Peskine · 1 year, 3 months ago
  79. b82fbf5 md: fix guards for mbedtls_md_error_from_psa() by Valerio Setti · 1 year, 3 months ago
  80. 313be88 Merge pull request #9076 from gilles-peskine-arm/cpp-unbounded-write-3.6 by Gilles Peskine · 1 year, 3 months ago
  81. 51e96ad Merge pull request #9074 from Ryan-Everett-arm/8357-fix-3.6 by Gilles Peskine · 1 year, 3 months ago
  82. 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
  83. 68613a4 ChangeLog: Add missing reference to CVE in security entry by Ronald Cron · 1 year, 3 months ago
  84. 2a0a628 Fixed issue of redefinition warning messages for _GNU_SOURCE by nilesh.kale · 1 year, 4 months ago
  85. 8c2b301 Merge pull request #9050 from gilles-peskine-arm/test-dependencies-20240314-3.6 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  86. 629715a Add changelog by Ryan Everett · 1 year, 3 months ago
  87. 1a3573e Clarify psa_get_and_lock_key_slot return behaviour by Ryan Everett · 1 year, 3 months ago
  88. 231f15b Explicitly document return behaviour by Ryan Everett · 1 year, 3 months ago
  89. d4ea40d Fix potential non-NULL slot return on failure by Ryan Everett · 1 year, 3 months ago
  90. 41995be ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  91. 6238128 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  92. 6f216e4 ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  93. 73d649e ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  94. 97cc7f8 Rewrite changelog by Ryan Everett · 1 year, 9 months ago
  95. b1c3d6e Add changelog by Ryan Everett · 1 year, 9 months ago
  96. b5a20d3 Fix error handling for secure element keys in `psa_start_key_creation` by Ryan Everett · 1 year, 9 months ago
  97. 3dbb502 Merge pull request #9066 from paul-elliott-arm/fix_ubsan_mp_aead_gcm_3.6 by Gilles Peskine · 1 year, 3 months ago
  98. 4b2639c Merge pull request #9033 from valeriosetti/issue8871-backport by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  99. 405d1f6 Add Changelog entry by Paul Elliott · 1 year, 3 months ago
  100. 304766f Add early exit if zero length AEAD AD passed in. by Paul Elliott · 1 year, 3 months ago