Merge pull request #6674 from AndrzejKurek/ecjpake-changelog
Add a changelog entry explaining usage of PSA in TLS 1.2 EC J-PAKE
This commit is contained in:
commit
095c4756ee
1 changed files with 5 additions and 0 deletions
5
ChangeLog.d/ecjpake-in-tls.txt
Normal file
5
ChangeLog.d/ecjpake-in-tls.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Features
|
||||
* The TLS 1.2 EC J-PAKE key exchange can now use the PSA Crypto API.
|
||||
Additional PSA key slots will be allocated in the process of such key
|
||||
exchange for builds that enable MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED and
|
||||
MBEDTLS_USE_PSA_CRYPTO.
|
Loading…
Reference in a new issue