1. ab9dc66 psa_util: fix for correctly computing elements in array by Valerio Setti · 2 years, 4 months ago
  2. a33da45 Merge pull request #1005 from paul-elliott-arm/mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 5 months ago
  3. df2b5da Add generated files by Paul Elliott · 2 years, 5 months ago
  4. b6264f3 Update BRANCHES.md by Paul Elliott · 2 years, 5 months ago
  5. db67e99 Bump library, libcrypto and libx509 versions by Paul Elliott · 2 years, 5 months ago
  6. dbe435c Assemble Changelog for 3.4.0 release by Paul Elliott · 2 years, 5 months ago
  7. 4903139 Add security entry to ChangeLog for AES-NI by Tom Cosgrove · 2 years, 5 months ago
  8. a9c5858 Add security entry to ChangeLog for AES-CE by Tom Cosgrove · 2 years, 5 months ago
  9. e214827 Add TLS1.2 Opaque ECJPAKE changelog entry by Paul Elliott · 2 years, 5 months ago
  10. 1b59571 Add Changelog for PSA to Mbed TLS error translation unification by Paul Elliott · 2 years, 5 months ago
  11. c4d759b Update AESCE changelog entry by Tom Cosgrove · 2 years, 5 months ago
  12. dcc0ee1 Update changelog entry, splitting into two sections by Tom Cosgrove · 2 years, 5 months ago
  13. 8d3fa9b Add changelog entry for #6932 and #7203 by Jerry Yu · 2 years, 5 months ago
  14. 3201f56 Rename misnamed changelog entries by Paul Elliott · 2 years, 5 months ago
  15. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 5 months ago
  16. 3543806 Merge pull request #7190 from yanrayw/6197_rsa_get_padding_hashID by Dave Rodgman · 2 years, 5 months ago
  17. 97fd217 Merge pull request #7318 from tom-cosgrove-arm/update-mbedtls_have_asm-requirements-in-mbedtls_config.h by Dave Rodgman · 2 years, 5 months ago
  18. d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 5 months ago
  19. 43f9a25 Merge pull request #7315 from mpg/ecjpake-changelog by Dave Rodgman · 2 years, 5 months ago
  20. f586aa2 Note that MBEDTLS_HAVE_ASM is required by MBEDTLS_AESCE_C by Tom Cosgrove · 2 years, 5 months ago
  21. c5807a6 Merge pull request #6918 from yuhaoth/pr/add-gcm-with-armv8-crypto-extension by Dave Rodgman · 2 years, 5 months ago
  22. e9a6022 Add ChangeLog entry for driver-only EC J-PAKE by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  23. 4ebe2a7 Merge pull request #7300 from valeriosetti/issue7281 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  24. e91aada Merge pull request #7299 from valeriosetti/issue7280 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. c9ef476 Merge pull request #7192 from joerchan/psa-update-mbedtls by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  26. 14c194a Merge pull request #7271 from mpg/use-md-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. b46ccf2 fix line length of ChangeLog by Yanray Wang · 2 years, 5 months ago
  28. b937c92 Merge pull request #7313 from daverodgman/aes-armv8-changelog by Dave Rodgman · 2 years, 5 months ago
  29. f992e6f Changelog for AESCE support by Dave Rodgman · 2 years, 5 months ago
  30. f918d42 Tidy up ARMCE terminology by Dave Rodgman · 2 years, 5 months ago
  31. 55ef304 Merge pull request #998 from yanesca/changelog_for_7083 by Dave Rodgman · 2 years, 5 months ago
  32. 36b9e47 Fix preprocessor conditional by Gilles Peskine · 2 years, 5 months ago
  33. 30e9f2a Finish sentence in comment by Gilles Peskine · 2 years, 5 months ago
  34. 0f60d09 Add a test with all of ECC accelerated by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  35. 3831637 Handle dependency on ECP_C in ECC KDF by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  36. bb576fe psa_crypto: Fix psa_key_derivation_output_key ECC without builtin keys by Joakim Andersson · 2 years, 5 months ago
  37. 69bc840 rsa_tests: use TEST_EQUAL instead of TEST_ASSERT by Yanray Wang · 2 years, 5 months ago
  38. e05a21f rsa: add a test to check default padding mode and hash_id by Yanray Wang · 2 years, 5 months ago
  39. 15d3df7 rsa: add positive test cases for getter functions by Yanray Wang · 2 years, 5 months ago
  40. 8a7ed69 Changelog by Dave Rodgman · 2 years, 5 months ago
  41. d41684e rsa.c: rename getter function of hash_id by Yanray Wang · 2 years, 5 months ago
  42. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 5 months ago
  43. 9f02a41 Merge pull request #7009 from mprse/csr_write_san by Paul Elliott · 2 years, 5 months ago
  44. 320f7ee Merge pull request #1001 from paul-elliott-arm/development-restricted-test by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. 0d957d3 Merge pull request #7275 from valeriosetti/issue7255 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. 6ea8d34 Fix a comment by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  47. 1b5ffc6 Avoid double definition of MD_LIGHT by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  48. b33ef74 Use MD_LIGHT, not sha1.h, in RSA selftest by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  49. 8316209 Use MD_LIGHT rather than md5.h in pem.c by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  50. ec000c1 Merge pull request #7242 from mpg/md-dispatch-psa by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  51. a6b9e11 Merge pull request #994 from yanesca/threat_model_summary by Dave Rodgman · 2 years, 5 months ago
  52. 28e4dc1 Fix use of arithmetic on void* by Gilles Peskine · 2 years, 5 months ago
  53. c18cd0c Merge pull request #7230 from gabor-mezei-arm/6850_Secp256r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  54. 4a060ff Merge pull request #7303 from daverodgman/msan_bzero_testcase by Dave Rodgman · 2 years, 5 months ago
  55. 646ee7e Fix CI build after repo merge conflict by Paul Elliott · 2 years, 5 months ago
  56. 74b4223 Announce the expanded AESNI support by Gilles Peskine · 2 years, 5 months ago
  57. 0bfccfa Document the new state of AESNI support by Gilles Peskine · 2 years, 5 months ago
  58. 9c682e7 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  59. 0de8f85 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
  60. dd6021c Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
  61. 943f8dd test: remove leftovers from debug sessions by Valerio Setti · 2 years, 5 months ago
  62. 04fa1a4 Threat Model: fix copy paste by Janos Follath · 2 years, 5 months ago
  63. 3ac99fd Merge pull request #7301 from gilles-peskine-arm/msan-explicit_bzero by Dave Rodgman · 2 years, 5 months ago
  64. 0f454e4 Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
  65. 844f65d Explicitly test AES contexts with different alignments by Gilles Peskine · 2 years, 5 months ago
  66. 0a3c72d Add explanatory comment by Dave Rodgman · 2 years, 5 months ago
  67. 5fcdf49 Move copy-context testing to an auxiliary function by Gilles Peskine · 2 years, 5 months ago
  68. f99ec20 AES context copy test: have one for each key size by Gilles Peskine · 2 years, 5 months ago
  69. d50cfdd AES context copy test: clean up by Gilles Peskine · 2 years, 5 months ago
  70. 680dbd4 Merge pull request #7270 from DemiMarie/oid-fix by Dave Rodgman · 2 years, 5 months ago
  71. 5d20243 Fix missing line ending by Dave Rodgman · 2 years, 5 months ago
  72. 148cad1 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
  73. d0185f7 Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
  74. 0cd9ab7 Fix code style by Gilles Peskine · 2 years, 5 months ago
  75. ecd6492 Add tests that cover msan explicit_bzero issue by Dave Rodgman · 2 years, 5 months ago
  76. a8d2ff3 Fix Msan failure with explicit_bzero by Gilles Peskine · 2 years, 5 months ago
  77. 9d698df Further clarify a comment by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  78. ec31f29 Systematically call PSA_INIT for MD tests by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  79. a9ab4a2 Clarify a comment by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  80. f48b1f8 Rename internal function to something clearer by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  81. 9f132b7 Clarify real/dummy def of PSA_INIT/DONE by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  82. 54e3c65 Fix failures in signature accel test by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  83. 7dc8b95 Fix failures in builds without PSA_CRYPTO_C by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  84. 39a376a Finish removing HMAC from MD-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  85. c9e0ad2 Update design document by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  86. 9b14639 Dispatch according to init status. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  87. 7abdf7e Add utility function to check for drivers init by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  88. d8ea37f Add engine field to context structure by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  89. 12612e5 Implement md over PSA by Gilles Peskine · 2 years, 10 months ago
  90. 83d9e09 Switch metadata functions to the PSA-aware availability symbols by Gilles Peskine · 2 years, 10 months ago
  91. 416d0e2 Introduce preprocessor symbols for MD algorithm support via PSA by Gilles Peskine · 2 years, 10 months ago
  92. 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
  93. fea765b test: enable ec-jpake key exchanges in driver coverage analysis by Valerio Setti · 2 years, 5 months ago
  94. 889534a Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
  95. 2155176 Travis: run selftest on Windows by Gilles Peskine · 2 years, 5 months ago
  96. dde3c65 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
  97. dafeee4 Improve variable names by Gilles Peskine · 2 years, 5 months ago
  98. 02edb75 Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
  99. d671917 AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
  100. 7e67bd5 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago