1. 579e6e9 Merge the two ARM Compiler 6 - Target ARMv8.2-A - AArch64 builds by Tom Cosgrove · 2 years, 2 months ago
  2. 46ed3a9 Add an all.sh build test that catches the unterminated pragmas by Tom Cosgrove · 2 years, 2 months ago
  3. ef2aa0e Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c by Tom Cosgrove · 2 years, 2 months ago
  4. e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
  5. 36ee2e0 Merge pull request #7706 from davidhorstmann-arm/gitignore-compile-commands-json by Gilles Peskine · 2 years, 2 months ago
  6. 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
  7. ccfb3fe Merge pull request #7708 from daverodgman/sha3-updated by Dave Rodgman · 2 years, 2 months ago
  8. 2c91f4b Fix for big-endian architectures by Dave Rodgman · 2 years, 2 months ago
  9. 2f0f998 Unify ABSORB and ABSORB8 to fix compile error by Dave Rodgman · 2 years, 2 months ago
  10. a8af4f4 Fix test dependency by Dave Rodgman · 2 years, 2 months ago
  11. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  12. 8b0deef Add HMAC DRBG SHA-3 tests by Dave Rodgman · 2 years, 2 months ago
  13. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  14. f213d0a Tidy-up by Dave Rodgman · 2 years, 2 months ago
  15. 1b42763 Remove NULL checks by Dave Rodgman · 2 years, 2 months ago
  16. f9d8f4c Remove reference to SHAKE by Dave Rodgman · 2 years, 2 months ago
  17. a35551e Use MBEDTLS_PRIVATE by Dave Rodgman · 2 years, 2 months ago
  18. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
  19. 2468ad1 Add tests for invalid paramters by Dave Rodgman · 2 years, 2 months ago
  20. c3048b3 Tidy-up definition of mbedtls_sha3_context by Dave Rodgman · 2 years, 2 months ago
  21. 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
  22. e627bef Use faster type for state index by Dave Rodgman · 2 years, 2 months ago
  23. 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
  24. bcfd79c Consume input in 8-byte chunks by Dave Rodgman · 2 years, 2 months ago
  25. feb1757 Add clangd compilation databases to gitignore by David Horstmann · 2 years, 2 months ago
  26. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  27. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  28. a5cd318 Merge pull request #7670 from lpy4105/issue/fix-wrong-command-for-ec-key-files by Gilles Peskine · 2 years, 2 months ago
  29. 259903b Merge pull request #7643 from lpy4105/issue/renew_cert_2024-01-01 by Gilles Peskine · 2 years, 2 months ago
  30. 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
  31. 63973ab Add test for invalid IP length (+use der format in tests) by Przemek Stekiel · 2 years, 2 months ago
  32. 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
  33. 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
  34. 63a4cdd Add test to parse ipV4 and ipV6 addresses by Przemek Stekiel · 2 years, 2 months ago
  35. 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
  36. 265ce7c Merge pull request #5451 from gilles-peskine-arm/psa-driver-kdf-spec by Gilles Peskine · 2 years, 2 months ago
  37. cf61a74 Add static check for macros that should be in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  38. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  39. f76c220 Remove mbedtls_psa_translate_md(). by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  40. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  41. 28f504e Use PSA-neutral function for availability check by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  42. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  43. b3b54ab Fix duplicated definition of a function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  44. 3761e9e Use function instead of macro for error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  45. a14b8f0 Add total when printing sizes in all.sh by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  46. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  47. ddbf61a Use general framework for PSA status conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  48. 1c32e37 Formally deprecate mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  49. 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  50. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  51. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  52. 36fb12e Add MD <-> PSA translation functions to MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  53. 1b180be Remove unused function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  54. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  55. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  56. 1ef26e2 Add convenience inline function to md.h by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  57. d1d08c6 Merge pull request #7699 from yuhaoth/bug/fix-file-missing-fail-on-development by Gilles Peskine · 2 years, 2 months ago
  58. abf35d4 Restore rsa_single_san_uri.crt.der by Jerry Yu · 2 years, 2 months ago
  59. b8b9cd4 Mark all_intermediate as .SECONDARY by Pengyu Lv · 2 years, 2 months ago
  60. 9770704 Remove redundant PHONY targets by Pengyu Lv · 2 years, 2 months ago
  61. c7995a8 Fix long line format by Pengyu Lv · 2 years, 2 months ago
  62. 6561f7d server5-der*.crt: Simplify the size calculation by Pengyu Lv · 2 years, 2 months ago
  63. 5e2f312 Update cert macros in tests/src/certs.c by Pengyu Lv · 2 years, 2 months ago
  64. 1ced2cc Update crl-ec-sha*.pem, crl.pem, crl_cat_*.pem by Pengyu Lv · 2 years, 2 months ago
  65. f4b568c Add rules to generate crl_cat* by Pengyu Lv · 2 years, 2 months ago
  66. 89d71e2 Update server10*.crt by Pengyu Lv · 2 years, 2 months ago
  67. 1fa4307 Update server8*.crt by Pengyu Lv · 2 years, 2 months ago
  68. 7c1781c Update server7*.crt by Pengyu Lv · 2 years, 2 months ago
  69. cd378f2 Update pkcs7 files by Pengyu Lv · 2 years, 2 months ago
  70. 0a7108f Extend the validity period of pkcs7-rsa-sha*.crt to 10 years by Pengyu Lv · 2 years, 2 months ago
  71. 193f414 Update test-int-ca*.crt by Pengyu Lv · 2 years, 2 months ago
  72. 0f5ca2d Add rules to generate test-int-ca{2,3}.crt by Pengyu Lv · 2 years, 2 months ago
  73. 465c6eb Update test-ca2_cat-*.crt and test-ca_cat*.crt by Pengyu Lv · 2 years, 2 months ago
  74. b8f15a6 Update server6.crt by Pengyu Lv · 2 years, 2 months ago
  75. 0c0f84e Update test-ca[1|2].crt[.der] by Pengyu Lv · 2 years, 2 months ago
  76. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  77. b21f32e Merge pull request #6257 from Laserdance100/development by Gilles Peskine · 2 years, 2 months ago
  78. b47fb4c Merge pull request #7676 from valeriosetti/issue7485 by Gilles Peskine · 2 years, 2 months ago
  79. 763c19a Merge pull request #7639 from Taowyoo/yx/fix-time-tls13-client-server by Gilles Peskine · 2 years, 2 months ago
  80. 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
  81. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  82. f4ba001 Clarify when key derivation entry points are mandatory/permitted by Gilles Peskine · 2 years, 2 months ago
  83. 8dd1e62 Copyediting by Gilles Peskine · 2 years, 2 months ago
  84. 21e5939 Generate PEM pub key directly from DER prv key by Pengyu Lv · 2 years, 2 months ago
  85. ede0c46 pk_internal: minor rearrangement in mbedtls_pk_get_group_id() by Valerio Setti · 2 years, 2 months ago
  86. 6c666c6 test: add key pair check verification for opaque EC keys by valerio · 2 years, 2 months ago
  87. 8cbef4d pk: allow key pair checking for opaque keys by valerio · 2 years, 2 months ago
  88. eab9a85 pk_wrap: add support for key pair check for EC opaque keys by valerio · 2 years, 2 months ago
  89. f37b94b Merge pull request #7533 from valeriosetti/issue7484 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  90. 9a676a7 Comment tidy-up by Dave Rodgman · 2 years, 2 months ago
  91. b6e0654 Rename MULADDC_PRESERVE_R1 etc to MULADDC_PRESERVE_SCRATCH etc by Dave Rodgman · 2 years, 2 months ago
  92. f89e3c5 Improve docs & check for non-gcc compilers by Dave Rodgman · 2 years, 2 months ago
  93. 4db4d6b Improve changelog by Dave Rodgman · 2 years, 2 months ago
  94. e0bd2c2 Merge branch 'development' into development by Dave Rodgman · 2 years, 2 months ago
  95. b45d58b Add armclang -O0 build test by Dave Rodgman · 2 years, 2 months ago
  96. 8c315f2 Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  97. 6df1e54 Do not use assembly on Thumb 1 / clang by Dave Rodgman · 2 years, 2 months ago
  98. 7df8ba6 Rework the description of key derivation output/verify key by Gilles Peskine · 2 years, 2 months ago
  99. dcaf104 Note that we may want to rename derive_key by Gilles Peskine · 2 years, 2 months ago
  100. f96a18e Probably resolve concern about the input size for derive_key by Gilles Peskine · 2 years, 2 months ago