Update ChangeLog for pk_check_pair() & Co

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-08 17:58:24 +01:00
parent 7c13d69cb5
commit de17125875

View File

@ -2,10 +2,14 @@ PolarSSL ChangeLog (Sorted per branch, date)
= PolarSSL 1.3.z branch
Features
* Add function pk_check_pair() to test if public and private keys match.
Changes
* 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).
* 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
Security