Merge pull request #8277 from mpg/cl-ffdh-psa

Fix ChangeLog entry for FFDH in PSA
This commit is contained in:
Gilles Peskine 2023-09-29 13:17:53 +00:00 committed by GitHub
commit 673fec0c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
Features
* Add a driver dispatch layer for FFDH keys, enabling alternative
* Add support for the FFDH algorithm and DH key types in PSA, with
parameters from RFC 7919. This includes a built-in implementation based
on MBEDTLS_BIGNUM_C, and a driver dispatch layer enabling alternative
implementations of FFDH through the driver entry points.