1. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  2. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  3. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  4. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  5. a4700fa mbedtls_psa_ffdh_export_public_key: allow bigger output buffer by Przemek Stekiel · 2 years, 2 months ago
  6. 152bb46 Adapt function names by Przemek Stekiel · 2 years, 2 months ago
  7. 33c91eb Add driver support for DH import key and export public key by Przemek Stekiel · 2 years, 2 months ago
  8. a59255f Adapt guards in ffdh driver by Przemek Stekiel · 2 years, 3 months ago
  9. 837d2d1 mbedtls_psa_export_ffdh_public_key: return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  10. 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
  11. e1621a4 mbedtls_psa_ffdh_generate_key: optimize code and return fixed key size by Przemek Stekiel · 2 years, 3 months ago
  12. 75095cc mbedtls_psa_ffdh_set_prime_generator: use switch instead if-else by Przemek Stekiel · 2 years, 3 months ago
  13. 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
  14. cf0156f mbedtls_psa_ffdh_generate_key: Fix random number generation by Przemek Stekiel · 2 years, 3 months ago
  15. 6fd72b6 Optimize code (if-else format, action on error) by Przemek Stekiel · 2 years, 3 months ago
  16. 9275d5d mbedtls_psa_ffdh_set_prime_generator: check if key size is equal and use sizeof by Przemek Stekiel · 2 years, 3 months ago
  17. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  18. a9ca131 Move check of the key type to mbedtls_psa_key_agreement_ffdh by Przemek Stekiel · 2 years, 8 months ago
  19. 359f462 Move FFDH layer to separate file by Przemek Stekiel · 2 years, 8 months ago