summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-03-19 19:19:53 +0000
committerBodo Möller <bodo@openssl.org>2003-03-19 19:19:53 +0000
commit02da5bcd83083c323eab2382336fec0d7388247e (patch)
treeae04463695e6041ccd0ec440ceb8f23f7798ca28 /CHANGES
parent9ed1fa481312c1f2d18d3cf7cf44d3538213bab8 (diff)
countermeasure against new Klima-Pokorny-Rosa atack
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bf9d55c4a5..ea29f5abfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -460,6 +460,16 @@
Changes between 0.9.7a and 0.9.7b [xx XXX 2003]
+ *) Countermeasure against the Klima-Pokorny-Rosa extension of
+ Bleichbacher's attack on PKCS #1 v1.5 padding: treat
+ a protocol version number mismatch like a decryption error
+ in ssl3_get_client_key_exchange (ssl/s3_srvr.c).
+ [Bodo Moeller]
+
+yet to be integrated into this CVS branch:
+- RSA blinding changes
+- Geoff's ENGINE_set_default() fix
+
*) Target "mingw" now allows native Windows code to be generated in
the Cygwin environment as well as with the MinGW compiler.
[Ulf Moeller]