X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=4ff8e00b4475ef9b576c61f4c8d99ca823c676ff;hp=fbb5d58c2999c920bf43827170b15f85acf14248;hb=979689aa5cfa100ccbc1f25064e9398be4b7b05c;hpb=a3faebd1041576a59bffe01bbd2c68495870ec5e;ds=sidebyside 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