summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-03 16:33:11 +0000
committerBodo Möller <bodo@openssl.org>1999-09-03 16:33:11 +0000
commit074309b7ee16d7f124833e837cac2c9d847ae56d (patch)
treeb800b219d74543d2fc46ed376a0ccdaed79d94d8 /CHANGES
parent77fa04a9bca6686b7123bdbe80c4dd4c2a3cc8cb (diff)
Fix server behaviour when facing backwards-compatible client hellos.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 649de47179..f2d1cd8eb3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Use client_version from client hello to select the protocol
+ (s23_srvr.c) and for RSA client key exchange verification
+ (s3_srvr.c), as required by the SSL 3.0/TLS 1.0 specifications.
+ [Bodo Moeller]
+
*) Add various utility functions to handle SPKACs, these were previously
handled by poking round in the structure internals. Added new function
NETSCAPE_SPKI_print() to print out SPKAC and a new utility 'spkac' to