From 67df3e62e7e24309556a8ae11fabbf830579db59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 9 Jun 2017 14:46:27 +0200 Subject: [PATCH] Merge near-duplicate ChangeLog entries As agreed with Gilles on the PR discussion page --- ChangeLog | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2af76a93e7..dbffdf2504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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