summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-10-24 19:03:22 +0000
committerBodo Möller <bodo@openssl.org>2001-10-24 19:03:22 +0000
commit979689aa5cfa100ccbc1f25064e9398be4b7b05c (patch)
tree363dad35cdaaba2b61eb34898433e4fb0495bcde /CHANGES
parenta3faebd1041576a59bffe01bbd2c68495870ec5e (diff)
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
never resets s->method to s->ctx->method when called from within one of the SSL handshake functions.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fbb5d58c29..4ff8e00b44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,11 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Fix SSL handshake functions and SSL_clear() such that SSL_clear()
+ never resets s->method to s->ctx->method when called from within
+ one of the SSL handshake functions.
+ [Bodo Moeller; problem pointed out by Niko Baric]
+
+) Test for certificates which contain unsupported critical extensions.
If such a certificate is found during a verify operation it is
rejected by default: this behaviour can be overridden by either