1. 77049b8 Dependency fixes by Dave Rodgman · 2 years, 1 month ago
  2. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  3. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  4. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  5. 0ffb68e Use fewer bits for iv_size by Dave Rodgman · 2 years, 1 month ago
  6. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  7. 6c6c842 Use fewer bits for key_bitlen by Dave Rodgman · 2 years, 1 month ago
  8. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  9. 3319ae9 Re-order mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  10. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
  11. e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  12. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 1 month ago
  13. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  14. 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 1 month ago
  15. 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 1 month ago
  16. f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 1 month ago
  17. a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 2 months ago
  18. 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 2 months ago
  19. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 2 months ago
  20. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  21. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  22. 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 2 months ago
  23. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
  24. 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
  25. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  26. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  27. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  28. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  29. 5760bf7 Merge pull request #7641 from valeriosetti/issue7614 by Gilles Peskine · 2 years, 2 months ago
  30. de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 2 months ago
  31. 5c238d8 bignum_mod: Updated documentation. by Minos Galanakis · 2 years, 2 months ago
  32. 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  33. 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
  34. be1bf15 bignum_mod: Updated `optred_modulus_setup` to use function input. by Minos Galanakis · 2 years, 2 months ago
  35. c6e68ed bignum_mod: Added `mbedtls_mpi_opt_red_struct` structure. by Minos Galanakis · 2 years, 2 months ago
  36. 0f718c9 bignum_mod: Fixed code-style by Minos Galanakis · 2 years, 3 months ago
  37. f055ad6 bignum_mod: Added static `standard_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  38. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  39. bbe9db4 binum_mod: Added `mbedtls_mpi_mod_optred_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  40. 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  41. b46217d tls: never destroy a priavte key that is not owned/created by TLS module by Valerio Setti · 2 years, 2 months ago
  42. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  43. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  44. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  45. 0813b6f tls: optimize code in ssl_get_ecdh_params_from_cert() by Valerio Setti · 2 years, 2 months ago
  46. a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
  47. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  48. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
  49. 246e51f Add cleanup for intermediate buffer by Kusumit Ghoderao · 2 years, 2 months ago
  50. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  51. b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  52. 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
  53. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  54. d07761c add return statement by Kusumit Ghoderao · 2 years, 2 months ago
  55. 28a97ac code style by Dave Rodgman · 2 years, 2 months ago
  56. bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 2 months ago
  57. d05e7f1 Do not use NEON for AES-CBC on aarch64 by Dave Rodgman · 2 years, 2 months ago
  58. 906c63c Revert "improve cbc encrypt perf" by Dave Rodgman · 2 years, 2 months ago
  59. b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 2 months ago
  60. 257ea00 Use output block as U_accumulator by Kusumit Ghoderao · 2 years, 2 months ago
  61. 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 2 months ago
  62. 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
  63. 14f65a4 Merge pull request #7714 from daverodgman/sha3-update by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  64. 5c394ff Use a single fast-path in mbedtls_xor, gains around 1% in benchmarks by Dave Rodgman · 2 years, 2 months ago
  65. 159dc09 Code style by Dave Rodgman · 2 years, 2 months ago
  66. 360e04f Fix AES-XTS perf regression by Dave Rodgman · 2 years, 2 months ago
  67. f32176c Remove unnecessary cast by Dave Rodgman · 2 years, 2 months ago
  68. ef2aa0e Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c by Tom Cosgrove · 2 years, 2 months ago
  69. 6d4933e Replace use of MBEDTLS_SHA3_C with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  70. d9ec1af Fix failing Ci by Kusumit Ghoderao · 2 years, 2 months ago
  71. e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
  72. 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
  73. 109ee3d Use size of buffer for mac_size by Kusumit Ghoderao · 2 years, 2 months ago
  74. b821a5f Use multipart mac operation for adding salt and counter by Kusumit Ghoderao · 2 years, 2 months ago
  75. fcdd047 Replace loop zeroise with memset by Xiaokang Qian · 2 years, 2 months ago
  76. 035e5fc Add comments to 448 optimised reduction by Janos Follath · 2 years, 2 months ago
  77. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  78. 2c91f4b Fix for big-endian architectures by Dave Rodgman · 2 years, 2 months ago
  79. 2f0f998 Unify ABSORB and ABSORB8 to fix compile error by Dave Rodgman · 2 years, 2 months ago
  80. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  81. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  82. f213d0a Tidy-up by Dave Rodgman · 2 years, 2 months ago
  83. 1b42763 Remove NULL checks by Dave Rodgman · 2 years, 2 months ago
  84. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
  85. 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
  86. 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
  87. bcfd79c Consume input in 8-byte chunks by Dave Rodgman · 2 years, 2 months ago
  88. 2070c20 Avoid possible NEON alignment issue by Dave Rodgman · 2 years, 2 months ago
  89. 9d1635e Revert not-useful changes to AES-CBC decrypt by Dave Rodgman · 2 years, 2 months ago
  90. f1e396c improve cbc encrypt perf by Dave Rodgman · 2 years, 2 months ago
  91. 3f47b3f Extend NEON use to 32-bit Arm by Dave Rodgman · 2 years, 2 months ago
  92. c40a1b5 Remove references to x509_invasive.h by Andrzej Kurek · 2 years, 2 months ago
  93. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  94. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  95. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  96. 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
  97. 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
  98. 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
  99. 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
  100. f6a0d57 Add pbkdf2 function to key_derivation_output_bytes by Kusumit Ghoderao · 2 years, 2 months ago