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