summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2000-11-29 18:06:18 +0000
committerLutz Jänicke <jaenicke@openssl.org>2000-11-29 18:06:18 +0000
commitc6a926d9e27af13da1108b821db5e508e4a19cbe (patch)
tree32cf9b1d422912c30800e83d94b13e2c93682302 /CHANGES
parentc1db5bfc08222d064883b56ee351edb78a148c1b (diff)
Log security relevant change.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a469186a27..684280d835 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Store verify_result within SSL_SESSION also for client side to
+ avoid potential security hole. (Re-used sessions on the client side
+ always resulted in verify_result==X509_V_OK, not using the original
+ result of the server certificate verification.)
+ [Lutz Jaenicke]
+
*) Make BN_mod_inverse faster by explicitly handling small quotients
in the Euclid loop. (Speed gain about 20% for small moduli [256 or
512 bits], about 30% for larger ones [1024 or 2048 bits].)