1. 710e3c6 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  2. ffabb7b Fix unused function warning in x509.c by Dave Rodgman · 2 years, 1 month ago
  3. 2fd8c2c code style by Dave Rodgman · 2 years, 1 month ago
  4. 160088d Fix comment by Dave Rodgman · 2 years, 1 month ago
  5. ad4e76b More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  6. 34152a4 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  7. 15cd28a Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  8. 28a539a Fix unused fn when MBEDTLS_AES_SETKEY_DEC_ALT and MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  9. 8c753f9 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  10. 28e2ca5 Docs improvement by Dave Rodgman · 2 years, 1 month ago
  11. 9f4fd28 Merge pull request #7808 from daverodgman/fix-ct-compile-warning by Dave Rodgman · 2 years, 1 month ago
  12. 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
  13. 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
  14. 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  15. 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
  16. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 2 months ago
  17. e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  18. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 2 months ago
  19. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  20. 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 2 months ago
  21. 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 2 months ago
  22. e6c9996 Work around updating pointers from ILP32 by Dave Rodgman · 2 years, 2 months ago
  23. 5b5dd01 code style by Dave Rodgman · 2 years, 2 months ago
  24. b5b6939 Remove redundant checks in constant_time.c by Dave Rodgman · 2 years, 2 months ago
  25. 0400ae2 Fix pointer constraint in bn_mul.h by Dave Rodgman · 2 years, 2 months ago
  26. c54f25e code style by Dave Rodgman · 2 years, 2 months ago
  27. 63e89b4 Use UINTPTR_MAX not SIZE_MAX by Dave Rodgman · 2 years, 2 months ago
  28. 85842b8 Be strict about pointer size in mbedtls_get_unaligned_volatile_uint32 by Dave Rodgman · 2 years, 2 months ago
  29. f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 2 months ago
  30. b67db91 Separate ILP32 and normal-aarch64 code paths by Dave Rodgman · 2 years, 2 months ago
  31. 04cb9ac Fix for arm64_32 (aka ILP32) on Clang (attempt 2) by Dave Rodgman · 2 years, 2 months ago
  32. b19f584 Fix for arm64_32 (aka ILP32) on Clang by Dave Rodgman · 2 years, 2 months ago
  33. a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 2 months ago
  34. 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 2 months ago
  35. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 2 months ago
  36. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  37. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  38. 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 2 months ago
  39. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
  40. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
  41. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  42. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  43. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  44. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  45. 5760bf7 Merge pull request #7641 from valeriosetti/issue7614 by Gilles Peskine · 2 years, 2 months ago
  46. de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 2 months ago
  47. 5c238d8 bignum_mod: Updated documentation. by Minos Galanakis · 2 years, 2 months ago
  48. 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  49. 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
  50. be1bf15 bignum_mod: Updated `optred_modulus_setup` to use function input. by Minos Galanakis · 2 years, 2 months ago
  51. c6e68ed bignum_mod: Added `mbedtls_mpi_opt_red_struct` structure. by Minos Galanakis · 2 years, 2 months ago
  52. 0f718c9 bignum_mod: Fixed code-style by Minos Galanakis · 2 years, 3 months ago
  53. f055ad6 bignum_mod: Added static `standard_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  54. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  55. bbe9db4 binum_mod: Added `mbedtls_mpi_mod_optred_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  56. 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  57. b46217d tls: never destroy a priavte key that is not owned/created by TLS module by Valerio Setti · 2 years, 2 months ago
  58. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  59. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  60. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  61. 0813b6f tls: optimize code in ssl_get_ecdh_params_from_cert() by Valerio Setti · 2 years, 2 months ago
  62. a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
  63. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  64. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
  65. 246e51f Add cleanup for intermediate buffer by Kusumit Ghoderao · 2 years, 2 months ago
  66. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  67. b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  68. 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
  69. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  70. d07761c add return statement by Kusumit Ghoderao · 2 years, 2 months ago
  71. 28a97ac code style by Dave Rodgman · 2 years, 2 months ago
  72. bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 2 months ago
  73. d05e7f1 Do not use NEON for AES-CBC on aarch64 by Dave Rodgman · 2 years, 2 months ago
  74. 906c63c Revert "improve cbc encrypt perf" by Dave Rodgman · 2 years, 2 months ago
  75. b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 2 months ago
  76. 257ea00 Use output block as U_accumulator by Kusumit Ghoderao · 2 years, 2 months ago
  77. 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 2 months ago
  78. 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
  79. 14f65a4 Merge pull request #7714 from daverodgman/sha3-update by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  80. 5c394ff Use a single fast-path in mbedtls_xor, gains around 1% in benchmarks by Dave Rodgman · 2 years, 2 months ago
  81. 159dc09 Code style by Dave Rodgman · 2 years, 2 months ago
  82. 360e04f Fix AES-XTS perf regression by Dave Rodgman · 2 years, 2 months ago
  83. f32176c Remove unnecessary cast by Dave Rodgman · 2 years, 2 months ago
  84. ef2aa0e Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c by Tom Cosgrove · 2 years, 2 months ago
  85. 6d4933e Replace use of MBEDTLS_SHA3_C with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  86. d9ec1af Fix failing Ci by Kusumit Ghoderao · 2 years, 2 months ago
  87. e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
  88. 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
  89. 109ee3d Use size of buffer for mac_size by Kusumit Ghoderao · 2 years, 2 months ago
  90. b821a5f Use multipart mac operation for adding salt and counter by Kusumit Ghoderao · 2 years, 2 months ago
  91. fcdd047 Replace loop zeroise with memset by Xiaokang Qian · 2 years, 2 months ago
  92. 035e5fc Add comments to 448 optimised reduction by Janos Follath · 2 years, 2 months ago
  93. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  94. 2c91f4b Fix for big-endian architectures by Dave Rodgman · 2 years, 2 months ago
  95. 2f0f998 Unify ABSORB and ABSORB8 to fix compile error by Dave Rodgman · 2 years, 2 months ago
  96. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  97. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  98. f213d0a Tidy-up by Dave Rodgman · 2 years, 2 months ago
  99. 1b42763 Remove NULL checks by Dave Rodgman · 2 years, 2 months ago
  100. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago