1. 2b0d53a Merge pull request #7590 from daverodgman/ct-x86-asm by Dave Rodgman · 1 year, 11 months ago
  2. 9b9ac4c Merge pull request #8175 from ronald-cron-arm/fix-query-config-generation-with-cmake by Ronald Cron · 1 year, 11 months ago
  3. ad2f351 Merge pull request #8171 from ronald-cron-arm/misc-minor-fixes by Ronald Cron · 1 year, 11 months ago
  4. 7fda906 Merge pull request #8161 from gilles-peskine-arm/config-boolean-options-wrong-section-202309 by Dave Rodgman · 1 year, 11 months ago
  5. 82fe082 Merge pull request #8180 from daverodgman/sha2-zeroize by Dave Rodgman · 1 year, 11 months ago
  6. aafd1e0 Ensure all md_<hash>_finish functions perform zeroization by Dave Rodgman · 1 year, 11 months ago
  7. 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
  8. 876346e Remove always-false null pointer check in sha3.c that Coverity complains about by Tom Cosgrove · 1 year, 11 months ago
  9. 3f8e483 Mark y as modified in x86 asm for mbedtls_ct_uint_lt by Dave Rodgman · 1 year, 11 months ago
  10. 4a97e73 Eliminate a redundant not from x86 asm by Dave Rodgman · 1 year, 11 months ago
  11. b6b8f6c Make variable name consistent in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  12. 5f24985 Better register allocation for x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  13. 99f0cdc Remove not-needed mov in x86_64 asm by Dave Rodgman · 1 year, 11 months ago
  14. d7a983a Fix generate_query_config.pl usage by Ronald Cron · 1 year, 11 months ago
  15. eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 2 years ago
  16. 33fbd37 Merge pull request #8174 from Mbed-TLS/fix-pkwrite-test-dependencies by Ronald Cron · 1 year, 11 months ago
  17. 8ece2e9 Fix incorrect test dependencies in pkwrite tests by David Horstmann · 1 year, 11 months ago fix-pkwrite-test-dependencies
  18. 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 11 months ago
  19. d3d566f PSA config: Add comment about HKDF by Ronald Cron · 1 year, 11 months ago
  20. b9c7953 pkwrite: Fix defined but not used warning by Ronald Cron · 1 year, 11 months ago
  21. 5859098 Merge pull request #8160 from daverodgman/warn-unreachable by Gilles Peskine · 1 year, 11 months ago
  22. d1ce030 Merge pull request #8159 from gilles-peskine-arm/split-config_psa-split by Gilles Peskine · 1 year, 11 months ago
  23. 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
  24. b7b8c09 Update bignum_core.c by Dave Rodgman · 1 year, 11 months ago
  25. f9e4caf Comment out default definition by Gilles Peskine · 1 year, 11 months ago
  26. ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 11 months ago
  27. d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 11 months ago
  28. da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 11 months ago
  29. a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  30. 7e1e7be Simplify fixes for unreachable code by Dave Rodgman · 1 year, 11 months ago
  31. cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
  32. 0364c8a Introduce MBEDTLS_IGNORE_UNREACHABLE_BEGIN by Dave Rodgman · 1 year, 11 months ago
  33. 945d674 Merge pull request #8157 from actonlang/fix-include-psa-utils-internals by Paul Elliott · 1 year, 11 months ago
  34. edc2379 Split build_info.h: create and populate mbedtls/config_adjust_ssl.h by Gilles Peskine · 1 year, 11 months ago
  35. dc720b0 Split build_info.h: create mbedtls/config_adjust_x509.h by Gilles Peskine · 1 year, 11 months ago
  36. 9d6a63b Split build_info.h: create and populate mbedtls/config_adjust_legacy_crypto.h by Gilles Peskine · 1 year, 11 months ago
  37. 4fb1542 Split config_psa.h: create and populate mbedtls/config_adjust_legacy_from_psa.h by Gilles Peskine · 1 year, 11 months ago
  38. 10c6f07 Split config_psa.h: create and populate mbedtls/config_adjust_psa_from_legacy.h by Gilles Peskine · 1 year, 11 months ago
  39. eca0178 Split config_psa.h: create and populate mbedtls/config_adjust_psa_superset_legacy.h by Gilles Peskine · 1 year, 11 months ago
  40. 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
  41. 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
  42. b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
  43. 8bd8a46 Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1 by Tom Cosgrove · 1 year, 11 months ago
  44. a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
  45. 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
  46. 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
  47. d9572c0 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  48. 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  49. daddf11 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  50. 351a391 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  51. 42b02a9 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  52. 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
  53. 662c497 Merge pull request #8144 from daverodgman/zeroize-stronger by Dave Rodgman · 1 year, 11 months ago
  54. 1dab445 Update guard for ecp by Dave Rodgman · 1 year, 11 months ago
  55. 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
  56. 02ad791 Merge pull request #8116 from gilles-peskine-arm/config_psa-changelog-3.5 by Tom Cosgrove · 1 year, 11 months ago
  57. 83ae22d Add Changelog entry by Paul Elliott · 2 years ago
  58. fe55320 Avoid error from old gcc version by Dave Rodgman · 1 year, 11 months ago
  59. 5f6060a Code style by Dave Rodgman · 1 year, 11 months ago
  60. ba67451 Fix gcc compile warnings by Dave Rodgman · 1 year, 11 months ago
  61. ac3cf7c Add more protection to mbedtls_platform_zeroize by Dave Rodgman · 1 year, 11 months ago
  62. 6147511 Merge pull request #7955 from davidhorstmann-arm/psa-crypto-script-changes by Paul Elliott · 1 year, 11 months ago
  63. 6ebe7d2 Merge pull request #8095 from davidhorstmann-arm/initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  64. c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  65. b5d9715 Merge pull request #7857 from minosgalanakis/bugifx/address_curve_bits by Paul Elliott · 2 years ago
  66. 4f47f3d Covert PSA guards to MBEDTLS by Dave Rodgman · 2 years ago
  67. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 2 years ago
  68. dea266f Use MBEDTLS_MD_LIGHT instead of MBEDTLS_MD_C by Dave Rodgman · 2 years ago
  69. 8d706f6 Simplify camellia error conversion macros by Dave Rodgman · 2 years ago
  70. 09a9e58 Add missing error conversion case by Dave Rodgman · 2 years ago
  71. 68efcf5 Remove not-needed #include by Dave Rodgman · 2 years ago
  72. f763238 Merge pull request #8130 from davidhorstmann-arm/fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
  73. 793654b Merge pull request #8137 from paul-elliott-arm/regen_coverity_token by Paul Elliott · 2 years ago
  74. 7b2b76a Merge pull request #7165 from yanrayw/7094-collect-compatsh-test-cases by Gilles Peskine · 2 years ago
  75. 5a387c8 Merge pull request #8140 from daverodgman/sha3-zeroize by Tom Cosgrove · 2 years ago
  76. 984309c Call mbedtls_platform_zeroize via mbedtls_sha3_free by Dave Rodgman · 2 years ago
  77. dbddb00 Ensure mbedtls_sha3_finish zeroizes the context by Dave Rodgman · 2 years ago
  78. 240240d Regenerate coverity scan token by Paul Elliott · 2 years ago
  79. 22ec2ae Fix unnecessary header prefixes in tests by David Horstmann · 2 years ago
  80. 63f0abe check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  81. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 2 years ago
  82. 8f3ec8e Use '--target' instead of shortened '-t' by David Horstmann · 2 years ago
  83. ab717b5 Merge remote-tracking branch 'origin/development' into 7094-collect-compatsh-test-cases by Yanray Wang · 2 years ago
  84. 3ed1871 Disable pylint error for non-uppercase names by David Horstmann · 2 years ago
  85. 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago
  86. 9cc6b2f Add missing import in test_psa_compliance.py by David Horstmann · 2 years ago
  87. fd9264e Fix pylint errors by David Horstmann · 2 years ago
  88. f3a4168 Merge pull request #8126 from daverodgman/p256-m-aarch64 by Gilles Peskine · 2 years ago
  89. a878b66 Merge pull request #8090 from silabs-Kusumit/PBKDF2_higher_cost_tests by Gilles Peskine · 2 years ago
  90. 41c316d Move -B switch into a single argument by David Horstmann · 2 years ago
  91. 7870115 Fully replace mbedtls_psa_safer_memcmp by Dave Rodgman · 2 years ago
  92. b48822c Appease pylint by renaming variables by David Horstmann · 2 years ago
  93. beaee26 Test PSA compliance: Build only the crypto target by David Horstmann · 2 years ago
  94. c69074d Tidy up reference to Mbed TLS in help message by David Horstmann · 2 years ago
  95. 024a3b3 Disable p256-m asm on aarch64 by Dave Rodgman · 2 years ago
  96. 2ba89be Disable pylint error in CMake command by David Horstmann · 2 years ago
  97. 3b8984a Remove or qualify references to Mbed TLS by David Horstmann · 2 years ago
  98. f757069 Rename 'mbedtls_dir' -> 'root_dir' by David Horstmann · 2 years ago
  99. 98af198 Correctly detect presence of the built library by David Horstmann · 2 years ago
  100. 58cf7c6 Use repo detection functions at start of all.sh by David Horstmann · 2 years ago