mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:35:44 +01:00
Update ChangeLog for pk_check_pair() & Co
This commit is contained in:
parent
7c13d69cb5
commit
de17125875
@ -2,10 +2,14 @@ PolarSSL ChangeLog (Sorted per branch, date)
|
|||||||
|
|
||||||
= PolarSSL 1.3.z branch
|
= PolarSSL 1.3.z branch
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Add function pk_check_pair() to test if public and private keys match.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Use deterministic nonces for AEAD ciphers in TLS by default (possible to
|
* Use deterministic nonces for AEAD ciphers in TLS by default (possible to
|
||||||
switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
|
switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
|
||||||
* Blind RSA private operations even when POLARSSL_RSA_NO_CRT is defined.
|
* Blind RSA private operations even when POLARSSL_RSA_NO_CRT is defined.
|
||||||
|
* ssl_set_own_cert() now returns an error on key-certificate mismatch.
|
||||||
|
|
||||||
= PolarSSL 1.3.9 released 2014-10-20
|
= PolarSSL 1.3.9 released 2014-10-20
|
||||||
Security
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user