summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-09-14 14:02:07 +0000
committerBodo Möller <bodo@openssl.org>2008-09-14 14:02:07 +0000
commite65bcbcef05007ad00e26c8132a8d5f4baa981f0 (patch)
tree00bd4391b2d8b55c1068e8fddb104919d1e56e61 /CHANGES
parente710de12ce27e5f1620eee974b1a45cfb7139ada (diff)
Fix SSL state transitions.
Submitted by: Nagendra Modadugu
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 41e23dc9ca..387a580312 100644
--- a/CHANGES
+++ b/CHANGES
@@ -705,6 +705,10 @@
Changes between 0.9.8h and 0.9.8i [xx XXX xxxx]
+ *) Fix a state transitition in s3_srvr.c and d1_srvr.c
+ (was using SSL3_ST_CW_CLNT_HELLO_B, should be ..._ST_SW_SRVR_...).
+ [Nagendra Modadugu]
+
*) The fix in 0.9.8c that supposedly got rid of unsafe
double-checked locking was incomplete for RSA blinding,
addressing just one layer of what turns out to have been