1. 3ab146f Add builtin pbkdf2 cmac guard for all the pbkdf2 functions by Kusumit Ghoderao · 2 years, 2 months ago
  2. 443589a Merge pull request #7870 from valeriosetti/fix-tls13-guards by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  3. 9b20c6f Merge pull request #7840 from yanrayw/7381_aes_gen_table by Tom Cosgrove · 2 years, 1 month ago
  4. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago
  5. 9cf17da Merge pull request #7851 from daverodgman/fix-unused-aes by Dave Rodgman · 2 years, 1 month ago
  6. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  7. 45e009a Merge pull request #7814 from valeriosetti/issue7746 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  8. f7cd419 pk: ignore opaque EC keys in pk_setup when they are not supported by Valerio Setti · 2 years, 1 month ago
  9. 35d1dac pk_wrap: fix: always clear buffer holding private key in eckey_check_pair_psa by Valerio Setti · 2 years, 1 month ago
  10. 38913c1 pk_wrap: do not support opaque EC keys when !PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  11. c4a760c Merge pull request #7849 from davidhorstmann-arm/fix-string-to-names-retcode by Tom Cosgrove · 2 years, 1 month ago
  12. a2c1a38 Merge pull request #7630 from daverodgman/prefer-intrinsics by Dave Rodgman · 2 years, 1 month ago
  13. 88a3aee pk_wrap: use PK_HAVE_ECC_KEYS as guard for ecdsa_opaque_check_pair_wrap by Valerio Setti · 2 years, 1 month ago
  14. d9d74c2 pk_wrap: guard all ECDSA function with MBEDTLS_PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  15. 4d1daf8 pk_wrap: minor fixes for guards by Valerio Setti · 2 years, 1 month ago
  16. 97976e3 pk_wrap: always fill all the fields of the pk_info structures by Valerio Setti · 2 years, 1 month ago
  17. 76d0f96 pk: uniform naming of functions and structures in pk/pk_wrap by Valerio Setti · 2 years, 1 month ago
  18. 884c1ec pk_wrap: share code for selecting the psa_alg in ECDSA sign by Valerio Setti · 2 years, 1 month ago
  19. 574a00b pk_wrap: minor reorganization for opaque keys by Valerio Setti · 2 years, 2 months ago
  20. 5c26b30 pk_wrap: add missing labels to #else and #endif by Valerio Setti · 2 years, 2 months ago
  21. bb7603a pk_wrap: optimize eckey_check_pair() by Valerio Setti · 2 years, 2 months ago
  22. f69514a pk_wrap: name all the fields of the pk_info structs by Valerio Setti · 2 years, 2 months ago
  23. e773077 pk_wrap: add support for ECDSA verify for opaque keys by Valerio Setti · 2 years, 2 months ago
  24. ed7d6af pk_wrap: optimize code for ECDSA verify by Valerio Setti · 2 years, 2 months ago
  25. 4657f10 pk_wrap: optimize code for ECDSA sign by Valerio Setti · 2 years, 2 months ago
  26. f032c98 Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  27. afe85db Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  28. 1be2463 Correct #endif comments by Dave Rodgman · 2 years, 1 month ago
  29. 710e3c6 Correct comments on #endif's by Dave Rodgman · 2 years, 1 month ago
  30. 92a55bf Merge pull request #7793 from minosgalanakis/ecp/6025_fast_reduction_dispatch by Paul Elliott · 2 years, 1 month ago
  31. ffabb7b Fix unused function warning in x509.c by Dave Rodgman · 2 years, 1 month ago
  32. c439c67 Merge pull request #7719 from davidhorstmann-arm/second-jpake-state-machine-rework by Janos Follath · 2 years, 1 month ago
  33. 7dda271 Fix description of functions by Przemek Stekiel · 2 years, 1 month ago
  34. db041cc Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size by Tom Cosgrove · 2 years, 1 month ago
  35. 2fd8c2c code style by Dave Rodgman · 2 years, 1 month ago
  36. 160088d Fix comment by Dave Rodgman · 2 years, 1 month ago
  37. ad4e76b More dependency fixes by Dave Rodgman · 2 years, 1 month ago
  38. 34152a4 Fix unused variable by Dave Rodgman · 2 years, 1 month ago
  39. 15cd28a Fix unused variable if MBEDTLS_AES_SETKEY_ENC_ALT and MBEDTLS_AES_DECRYPT_ALT set by Dave Rodgman · 2 years, 1 month ago
  40. 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
  41. 8c753f9 Fix unused function when MBEDTLS_AES_SETKEY_ENC_ALT set by Dave Rodgman · 2 years, 1 month ago
  42. 8fd98d6 Return an error when no name is parsed by David Horstmann · 2 years, 1 month ago
  43. 28e2ca5 Docs improvement by Dave Rodgman · 2 years, 1 month ago
  44. 9f4fd28 Merge pull request #7808 from daverodgman/fix-ct-compile-warning by Dave Rodgman · 2 years, 1 month ago
  45. c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  46. fe944ce aes.c: use uint8_t for local x, y, z in aes_gen_tables to save RAM by Yanray Wang · 2 years, 1 month ago
  47. 5c86b17 aes.c: use uint8_t for array of pow and log to save RAM by Yanray Wang · 2 years, 1 month ago
  48. 246ec5a Replace unnecessary '>=' with '==' by David Horstmann · 2 years, 1 month ago
  49. 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
  50. 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
  51. 53a16b3 bignum_mod_raw: Updated documentation for mpi_mod_raw_mul by Minos Galanakis · 2 years, 1 month ago
  52. 7666945 Adapt guards in ssl_write_client_hello_body by Przemek Stekiel · 2 years, 1 month ago
  53. 98d7933 Update guards for supported groups by Przemek Stekiel · 2 years, 1 month ago
  54. 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  55. 8eb6104 bignum_mod_raw: Fixed a documentation typo. by Minos Galanakis · 2 years, 1 month ago
  56. c7408a4 bignum_mod_raw: Adjusted OPT_RED limb size requirements for mod_raw_mul(). by Minos Galanakis · 2 years, 1 month ago
  57. 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
  58. 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
  59. 7b10932 bignum_mod_raw: Updated documentation for mbedtls_mpi_mod_raw_mul by Minos Galanakis · 2 years, 2 months ago
  60. 2ed8fb7 ecp_mod_raw: Enabled fast reduction. by Minos Galanakis · 2 years, 2 months ago
  61. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
  62. 57727cd Explain the sequence of mbedtls_psa_pake_ calls by David Horstmann · 2 years, 2 months ago
  63. 88d25f0 Remove unnecessary checks in psa_jpake_prologue() by David Horstmann · 2 years, 2 months ago
  64. e5b374a Remove comment explaining the state machine by David Horstmann · 2 years, 2 months ago
  65. 74a3d8c Simplify logic of driver step conversion by David Horstmann · 2 years, 2 months ago
  66. 5d878f6 Tweak wording for clarity by David Horstmann · 2 years, 2 months ago
  67. 1b54fae Remove unnecessary initialization of state by David Horstmann · 2 years, 2 months ago
  68. 16f0151 Use memset for initialization by David Horstmann · 2 years, 2 months ago
  69. 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
  70. 00ad6bf Rename function_mode to io_mode by David Horstmann · 2 years, 2 months ago
  71. 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
  72. e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
  73. e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  74. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 2 months ago
  75. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  76. 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 2 months ago
  77. 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 2 months ago
  78. e6c9996 Work around updating pointers from ILP32 by Dave Rodgman · 2 years, 2 months ago
  79. 5b5dd01 code style by Dave Rodgman · 2 years, 2 months ago
  80. b5b6939 Remove redundant checks in constant_time.c by Dave Rodgman · 2 years, 2 months ago
  81. 0400ae2 Fix pointer constraint in bn_mul.h by Dave Rodgman · 2 years, 2 months ago
  82. c54f25e code style by Dave Rodgman · 2 years, 2 months ago
  83. 63e89b4 Use UINTPTR_MAX not SIZE_MAX by Dave Rodgman · 2 years, 2 months ago
  84. 85842b8 Be strict about pointer size in mbedtls_get_unaligned_volatile_uint32 by Dave Rodgman · 2 years, 2 months ago
  85. f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 2 months ago
  86. b67db91 Separate ILP32 and normal-aarch64 code paths by Dave Rodgman · 2 years, 2 months ago
  87. 04cb9ac Fix for arm64_32 (aka ILP32) on Clang (attempt 2) by Dave Rodgman · 2 years, 2 months ago
  88. b19f584 Fix for arm64_32 (aka ILP32) on Clang by Dave Rodgman · 2 years, 2 months ago
  89. a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 2 months ago
  90. 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 2 months ago
  91. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 2 months ago
  92. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  93. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  94. 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 2 months ago
  95. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
  96. 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
  97. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  98. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  99. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  100. 086e137 code style by Dave Rodgman · 2 years, 2 months ago