Merge near-duplicate ChangeLog entries

As agreed with Gilles on the PR discussion page
This commit is contained in:
Manuel Pégourié-Gonnard 2017-06-09 14:46:27 +02:00
parent 89306daef5
commit 67df3e62e7

View File

@ -11,9 +11,7 @@ Security
* Wipe stack buffers in RSA private key operations
(rsa_rsaes_pkcs1_v15_decrypt(), rsa_rsaes_oaep_decrypt).
Found by Laurent Simon.
* Tighten ASN.1 parsing of RSA PKCS#1 v1.5 signatures, to avoid a
potential Bleichenbacher-style attack.
* Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a
Tighten parsing of RSA PKCS#1 v1.5 signatures, to avoid a
potential Bleichenbacher/BERserk-style attack.
Bugfix