1. a86b776 Remove invalid comment from mbedtls_cipher_set_padding_mode() by Waleed Elmelegy · 1 year, 11 months ago
  2. 3643947 Add correct dependencies for AES-192/256 cipher tests by Waleed Elmelegy · 1 year, 11 months ago
  3. f4e6651 Add more tests to check setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
  4. 071b69f Add correct dependency to DES3 test by Waleed Elmelegy · 1 year, 11 months ago
  5. 6d2c5d5 Adjust cipher tests to new requirement of specifying padding mode by Waleed Elmelegy · 1 year, 11 months ago
  6. 2b143c6 Add changelog entry for checking set_padding() before cipher_finish() by Waleed Elmelegy · 1 year, 11 months ago
  7. a7d206f Check set_padding has been called in mbedtls_cipher_finish by Waleed Elmelegy · 1 year, 11 months ago
  8. 31d49cd Merge pull request #1053 from waleed-elmelegy-arm/Improve-and-test-mbedtls_pkcs12_pbe by Gilles Peskine · 1 year, 11 months ago
  9. 1f59ee0 Add correct dependencies to pkcs12 tests by Waleed Elmelegy · 1 year, 11 months ago
  10. 0960170 Fix identation error in pkcs12 tests by Waleed Elmelegy · 1 year, 11 months ago
  11. 75b9eb3 Change pkcs12 test comparison macro to the new macro by Waleed Elmelegy · 1 year, 11 months ago
  12. 8317e91 Change pkcs12 test allocation macros to the new macros by Waleed Elmelegy · 1 year, 11 months ago
  13. 15de809 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  14. 255db80 Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  15. 1a7d387 Merge pull request #1041 from waleed-elmelegy-arm/add-new-pkcs5-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
  16. 3574ec2 Merge pull request #1052 from yanesca/add_everest_to_threat_model by Janos Follath · 1 year, 11 months ago
  17. 4d43f2e Add Everest to threat model by Janos Follath · 1 year, 11 months ago
  18. c5fef82 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 2 years ago
  19. 1a8ebe3 Merge pull request #1050 from Mbed-TLS/update-restricted-2023-08-30 by Gilles Peskine · 2 years ago
  20. 21d7d85 Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  21. 730bbee Merge remote-tracking branch 'origin/development' into update-restricted-2023-08-30 by Dave Rodgman · 2 years ago
  22. f3a4168 Merge pull request #8126 from daverodgman/p256-m-aarch64 by Gilles Peskine · 2 years ago
  23. a878b66 Merge pull request #8090 from silabs-Kusumit/PBKDF2_higher_cost_tests by Gilles Peskine · 2 years ago
  24. 4ac8619 Improve mbedtls_pkcs5_pbes2_ext changelog description by Waleed Elmelegy · 2 years ago
  25. 79b6e26 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  26. 024a3b3 Disable p256-m asm on aarch64 by Dave Rodgman · 2 years ago
  27. d395590 Merge pull request #7579 from daverodgman/safer-ct-asm by Dave Rodgman · 2 years ago
  28. 8ca2041 Merge pull request #8074 from tgonzalezorlandoarm/tg/allowlist by Gilles Peskine · 2 years ago
  29. 2a29672 Merge pull request #8084 from AgathiyanB/remove-type-qualifier-in-assignment-casts by Gilles Peskine · 2 years ago
  30. d43cab3 Correct analyze_outcomes identation by Tomás González · 2 years ago
  31. 41d689f Merge pull request #7985 from tom-cosgrove-arm/single-source-of-truth-for-licensing by Tom Cosgrove · 2 years ago
  32. 1515f35 Remove IAR warning fixes to 2.28 from changelog by Agathiyan Bragadeesh · 2 years ago
  33. c5eb13d Reword IAR changelog for fixing compiler warnings by Agathiyan Bragadeesh · 2 years ago
  34. 3d2d599 Merge pull request #7996 from gilles-peskine-arm/small_primes-gaps by Tom Cosgrove · 2 years ago
  35. e65bba4 Merge pull request #7803 from gilles-peskine-arm/psa-low-hash-mac-size by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7803-17d5081ffb27e1be0807d52ede3edffdc722482a
  36. a063144 Correct analyze_outcomes.py identation by Tomás González · 2 years ago
  37. 30b0378 Fix off-by-one error by Gilles Peskine · 2 years ago
  38. 5022311 Tidy up allow list definition by Tomás González · 2 years ago
  39. 7ebb18f Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  40. ad7725d Fix type annotation by Gilles Peskine · 2 years ago
  41. 6d14c2b Remove dead code by Gilles Peskine · 2 years ago
  42. c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 2 months ago
  43. e20d688 Fix missing operand modifier by Dave Rodgman · 2 years ago
  44. 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
  45. d50562c Merge pull request #7827 from davidhorstmann-arm/reword-net-free-description-2544 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7827-31b2d7414d245a19cc01321179bc7cbe21cc9ce0
  46. fdb7223 Move PSA information and dependency automation into their own module by Gilles Peskine · 2 years, 2 months ago
  47. 0c99a90 Avoid signed right shift UB by Dave Rodgman · 2 years ago
  48. 31b2d74 Merge pull request #8053 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy by Tom Cosgrove · 2 years ago
  49. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  50. 0addbe6 Merge pull request #8069 from paul-elliott-arm/fix_ecjpake_deadcode by Gilles Peskine · 2 years ago
  51. d686c2a Merge pull request #7971 from AgathiyanB/fix-data-files-makefile by Gilles Peskine · 2 years ago
  52. 65204f8 Merge pull request #8035 from daverodgman/aesce-support-perf by Dave Rodgman · 2 years ago
  53. ea4fc97 Restore a comment and fix it by Gilles Peskine · 2 years, 3 months ago
  54. 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
  55. 44243e1 Remove obsolete header inclusions by Gilles Peskine · 2 years, 3 months ago
  56. 7b7ecf5 Fix condition to include MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 2 years, 3 months ago
  57. a458d48 Move the inclusion of the PSA config file(s) into build_info.h by Gilles Peskine · 2 years, 3 months ago
  58. 8cd1da4 Remove spurious extern "C" by Gilles Peskine · 2 years, 3 months ago
  59. d296480 Merge pull request #8017 from ivq/unchecked_return by Tom Cosgrove · 2 years ago
  60. e220d25 Merge pull request #8086 from yanesca/remove-new-bignum by Janos Follath · 2 years ago gh-readonly-queue/development/pr-8086-1fdc884ed831927600838a3656b6d74a0417d52b
  61. 0ce0fbc Simplify aarch64 asm for mbedtls_ct_uint_lt by Dave Rodgman · 2 years ago
  62. 3ab114e Move non-function-specific macro outside of function definition by Dave Rodgman · 2 years ago
  63. f2249ec Rename mbedtls_aesce_has_support macro to satisfy case rules by Dave Rodgman · 2 years ago
  64. b30adce Use -1 as uninitialised marker by Dave Rodgman · 2 years ago
  65. 4566132 Make mbedtls_aesce_has_support more efficient by Dave Rodgman · 2 years ago
  66. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  67. 0a6272d revert padlock from aesni module by Jerry Yu · 2 years ago
  68. 61fc5ed improve readability of error message by Jerry Yu · 2 years ago
  69. 372f7a0 Add missing check by Jerry Yu · 2 years ago
  70. 5cad47d Modify test description by Kusumit Ghoderao · 2 years ago
  71. 505dffd Merge pull request #7937 from yanrayw/code_size_compare_improvement by Bence Szépkúti · 2 years ago
  72. eeaad50 Merge pull request #8079 from adeaarm/port_IAR_build_fix by Gilles Peskine · 2 years ago
  73. e4d634c Add tests with higher input costs for pbkdf2 by Kusumit Ghoderao · 2 years ago
  74. dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  75. 1a89170 Add changelog entry for new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  76. 8e9d6b9 Remove the workaround for psa_key_agreement_internal by Antonio de Angelis · 2 years ago
  77. 12dd040 Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  78. f2334b7 Remove new bignum when not needed by Janos Follath · 2 years ago
  79. 4a0a989 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  80. 87bc1e1 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  81. 5d3f315 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  82. 48eae13 Fix formatting in changelog by Agathiyan Bragadeesh · 2 years ago
  83. 2c01874 Add newline at end of changelog by Agathiyan Bragadeesh · 2 years ago
  84. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  85. 9608447 replace padlock_c with padlock_have_code by Jerry Yu · 2 years ago
  86. 3a0f044 improve readability by Jerry Yu · 2 years ago
  87. 9ebfa7f Fix style by Agathiyan Bragadeesh · 2 years ago
  88. 6c6b9f6 Change document to match real status by Jerry Yu · 2 years ago
  89. da8c587 Add ChangeLog entry by Agathiyan Bragadeesh · 2 years ago
  90. e9c6b53 remove return-type when runtime detection enabled without plain c by Jerry Yu · 2 years ago
  91. f258d17 remove aesni + padlock - plain c tests by Jerry Yu · 2 years ago
  92. 1b4c7ed add hardware only check for padlock by Jerry Yu · 2 years ago
  93. 9e62862 Add via padlock detection macro by Jerry Yu · 2 years ago
  94. 2319af0 Change the order of runtime detection by Jerry Yu · 2 years ago
  95. 35b59d7 exclude arm64ec mode for aesni by Jerry Yu · 2 years ago
  96. 285f85f Remove unnecessary const type qualifiers in casts by Agathiyan Bragadeesh · 2 years ago
  97. f1adc2a Use asm instead of __asm in constant_time.c by Antonio de Angelis · 2 years ago
  98. 1ee4d12 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  99. e4f6d79 BUILD: Update For IAR support by TTornblom · 5 years ago
  100. bdd96b9 disable aesni for componets without cpu modifiers by Jerry Yu · 2 years ago