1. f22999e Merge pull request #8093 from yuhaoth/pr/add-target-architecture-macros by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8093-da0bb9fae87fbf636cb9060fb8df04862fc3f172
  2. da0bb9f Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpage by Dave Rodgman · 1 year, 11 months ago
  3. 0934b20 Merge pull request #8190 from paul-elliott-arm/update_cmake_min_ver by Paul Elliott · 1 year, 11 months ago
  4. 31beb2d Merge pull request #8166 from gilles-peskine-arm/p256-m-zeroize by Dave Rodgman · 1 year, 11 months ago
  5. 4923640 Merge pull request #8189 from tom-cosgrove-arm/fix-ct-error-padlen-correct by Dave Rodgman · 1 year, 11 months ago
  6. 2e38a0d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  7. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  8. 4843278 Allow "Mbed TLS" as the project name in Doxygen by Gilles Peskine · 2 years ago
  9. bc519a5 Merge pull request #8188 from paul-elliott-arm/fix_pkcs7_use_uninit by Tom Cosgrove · 1 year, 11 months ago
  10. a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
  11. 9d8a7d6 Use the correct variable when tracking padding length by Tom Cosgrove · 1 year, 11 months ago
  12. 1d9e8f1 Merge pull request #7797 from gilles-peskine-arm/python-cryptography-on-windows by Gilles Peskine · 1 year, 11 months ago
  13. 45b6e5e Prevent potential use of uninitialised data in pkcs7 tests by Paul Elliott · 1 year, 11 months ago
  14. 2b0d53a Merge pull request #7590 from daverodgman/ct-x86-asm by Dave Rodgman · 1 year, 11 months ago
  15. 9b9ac4c Merge pull request #8175 from ronald-cron-arm/fix-query-config-generation-with-cmake by Ronald Cron · 1 year, 11 months ago
  16. ad2f351 Merge pull request #8171 from ronald-cron-arm/misc-minor-fixes by Ronald Cron · 1 year, 11 months ago
  17. 7fda906 Merge pull request #8161 from gilles-peskine-arm/config-boolean-options-wrong-section-202309 by Dave Rodgman · 1 year, 11 months ago
  18. 82fe082 Merge pull request #8180 from daverodgman/sha2-zeroize by Dave Rodgman · 1 year, 11 months ago
  19. aafd1e0 Ensure all md_<hash>_finish functions perform zeroization by Dave Rodgman · 1 year, 11 months ago
  20. ce1bb3d Merge pull request #8178 from tom-cosgrove-arm/remove-tautological-null-pointer-check-sha3_c by Paul Elliott · 1 year, 11 months ago gh-readonly-queue/development/pr-8178-33fbd373bea54711ce935a376e5e594f85f9d020
  21. 876346e Remove always-false null pointer check in sha3.c that Coverity complains about by Tom Cosgrove · 1 year, 11 months ago
  22. 3f8e483 Mark y as modified in x86 asm for mbedtls_ct_uint_lt by Dave Rodgman · 1 year, 11 months ago
  23. 4a97e73 Eliminate a redundant not from x86 asm by Dave Rodgman · 1 year, 11 months ago
  24. b6b8f6c Make variable name consistent in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  25. 5f24985 Better register allocation for x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  26. 99f0cdc Remove not-needed mov in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  27. d7a983a Fix generate_query_config.pl usage by Ronald Cron · 1 year, 11 months ago
  28. eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 2 years ago
  29. 33fbd37 Merge pull request #8174 from Mbed-TLS/fix-pkwrite-test-dependencies by Ronald Cron · 1 year, 11 months ago
  30. 8ece2e9 Fix incorrect test dependencies in pkwrite tests by David Horstmann · 1 year, 11 months ago fix-pkwrite-test-dependencies
  31. 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 11 months ago
  32. d3d566f PSA config: Add comment about HKDF by Ronald Cron · 1 year, 11 months ago
  33. b9c7953 pkwrite: Fix defined but not used warning by Ronald Cron · 1 year, 11 months ago
  34. 8cae2c2 Use the zeroize function from Mbed TLS by Gilles Peskine · 1 year, 11 months ago
  35. 5859098 Merge pull request #8160 from daverodgman/warn-unreachable by Gilles Peskine · 1 year, 11 months ago
  36. d1ce030 Merge pull request #8159 from gilles-peskine-arm/split-config_psa-split by Gilles Peskine · 1 year, 11 months ago
  37. 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
  38. b7b8c09 Update bignum_core.c by Dave Rodgman · 1 year, 11 months ago
  39. f9e4caf Comment out default definition by Gilles Peskine · 1 year, 11 months ago
  40. ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 11 months ago
  41. d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 11 months ago
  42. da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 11 months ago
  43. a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  44. 7e1e7be Simplify fixes for unreachable code by Dave Rodgman · 1 year, 11 months ago
  45. cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
  46. 0364c8a Introduce MBEDTLS_IGNORE_UNREACHABLE_BEGIN by Dave Rodgman · 1 year, 11 months ago
  47. 945d674 Merge pull request #8157 from actonlang/fix-include-psa-utils-internals by Paul Elliott · 1 year, 11 months ago
  48. edc2379 Split build_info.h: create and populate mbedtls/config_adjust_ssl.h by Gilles Peskine · 1 year, 11 months ago
  49. dc720b0 Split build_info.h: create mbedtls/config_adjust_x509.h by Gilles Peskine · 1 year, 11 months ago
  50. 9d6a63b Split build_info.h: create and populate mbedtls/config_adjust_legacy_crypto.h by Gilles Peskine · 1 year, 11 months ago
  51. 4fb1542 Split config_psa.h: create and populate mbedtls/config_adjust_legacy_from_psa.h by Gilles Peskine · 1 year, 11 months ago
  52. 10c6f07 Split config_psa.h: create and populate mbedtls/config_adjust_psa_from_legacy.h by Gilles Peskine · 1 year, 11 months ago
  53. eca0178 Split config_psa.h: create and populate mbedtls/config_adjust_psa_superset_legacy.h by Gilles Peskine · 1 year, 11 months ago
  54. 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
  55. 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
  56. b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
  57. 8bd8a46 Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1 by Tom Cosgrove · 1 year, 11 months ago
  58. a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
  59. 8595984 Merge pull request #8143 from tom-cosgrove-arm/check-mbedtls_platform_zeroize-calls by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8143-4f69668558f5578302aa250ad7a69b3b1f3944e8
  60. b2fafa5 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
  61. d9572c0 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  62. 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  63. daddf11 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  64. 351a391 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  65. 42b02a9 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  66. 4f69668 Merge pull request #8082 from daverodgman/misc-code-size by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8082-662c497395c01f083e11f3463b14b001ce874e2b
  67. 662c497 Merge pull request #8144 from daverodgman/zeroize-stronger by Dave Rodgman · 1 year, 11 months ago
  68. 1dab445 Update guard for ecp by Dave Rodgman · 1 year, 11 months ago
  69. 16a7672 Merge pull request #8068 from paul-elliott-arm/fix_tls_zeroization by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/development/pr-8068-02ad791f2973f5f5b86e1d7a1c1d72401f78f70b
  70. 02ad791 Merge pull request #8116 from gilles-peskine-arm/config_psa-changelog-3.5 by Tom Cosgrove · 1 year, 11 months ago
  71. 83ae22d Add Changelog entry by Paul Elliott · 2 years ago
  72. fe55320 Avoid error from old gcc version by Dave Rodgman · 1 year, 11 months ago
  73. 5f6060a Code style by Dave Rodgman · 1 year, 11 months ago
  74. ba67451 Fix gcc compile warnings by Dave Rodgman · 1 year, 11 months ago
  75. ac3cf7c Add more protection to mbedtls_platform_zeroize by Dave Rodgman · 1 year, 11 months ago
  76. 6147511 Merge pull request #7955 from davidhorstmann-arm/psa-crypto-script-changes by Paul Elliott · 1 year, 11 months ago
  77. 6ebe7d2 Merge pull request #8095 from davidhorstmann-arm/initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  78. c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  79. b5d9715 Merge pull request #7857 from minosgalanakis/bugifx/address_curve_bits by Paul Elliott · 1 year, 11 months ago
  80. 4f47f3d Covert PSA guards to MBEDTLS by Dave Rodgman · 1 year, 11 months ago
  81. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 1 year, 11 months ago
  82. dea266f Use MBEDTLS_MD_LIGHT instead of MBEDTLS_MD_C by Dave Rodgman · 1 year, 11 months ago
  83. 8d706f6 Simplify camellia error conversion macros by Dave Rodgman · 1 year, 11 months ago
  84. 09a9e58 Add missing error conversion case by Dave Rodgman · 1 year, 11 months ago
  85. 68efcf5 Remove not-needed #include by Dave Rodgman · 1 year, 11 months ago
  86. f763238 Merge pull request #8130 from davidhorstmann-arm/fix-unnecessary-include-prefixes by Gilles Peskine · 1 year, 11 months ago
  87. 793654b Merge pull request #8137 from paul-elliott-arm/regen_coverity_token by Paul Elliott · 1 year, 11 months ago
  88. 7990a32 Explain the story about cryptography version requirements by Gilles Peskine · 2 years ago
  89. 7b2b76a Merge pull request #7165 from yanrayw/7094-collect-compatsh-test-cases by Gilles Peskine · 1 year, 11 months ago
  90. 5a387c8 Merge pull request #8140 from daverodgman/sha3-zeroize by Tom Cosgrove · 1 year, 11 months ago
  91. 984309c Call mbedtls_platform_zeroize via mbedtls_sha3_free by Dave Rodgman · 2 years ago
  92. dbddb00 Ensure mbedtls_sha3_finish zeroizes the context by Dave Rodgman · 2 years ago
  93. 240240d Regenerate coverity scan token by Paul Elliott · 2 years ago
  94. 22ec2ae Fix unnecessary header prefixes in tests by David Horstmann · 2 years ago
  95. 63f0abe check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  96. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 2 years ago
  97. 8f3ec8e Use '--target' instead of shortened '-t' by David Horstmann · 2 years ago
  98. ab717b5 Merge remote-tracking branch 'origin/development' into 7094-collect-compatsh-test-cases by Yanray Wang · 2 years ago
  99. 3ed1871 Disable pylint error for non-uppercase names by David Horstmann · 2 years ago
  100. 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago