commit | e10e06d8630f7ac3e1778346749036342241f016 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Nov 06 18:15:12 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Nov 06 18:25:44 2014 +0100 |
tree | 39c0b6cae9bdbd478a0696444e8a45f2a1491952 | |
parent | d056ce0e3e0de9f45157cc1cc25982db4620d7d8 [diff] [blame] |
Blind RSA operations even without CRT
diff --git a/ChangeLog b/ChangeLog index fdcf028..23cbbac 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,7 @@ 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. = PolarSSL 1.3.9 released 2014-10-20 Security