Ensure we check i2d_X509 return val
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index d0bc8347e66d9574d16e02a1aeb790ac6b0723d0..2d73627aaa9ed875e4063be381594ca761b59b74 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,18 @@
 
  Changes between 1.0.2g and 1.0.2h [xx XXX xxxx]
 
+  *) Modify behavior of ALPN to invoke callback after SNI/servername
+     callback, such that updates to the SSL_CTX affect ALPN.
+     [Todd Short]
+
   *) Remove LOW from the DEFAULT cipher list.  This removes singles DES from the
      default.
      [Kurt Roeckx]
 
+  *) Only remove the SSLv2 methods with the no-ssl2-method option. When the
+     methods are enabled and ssl2 is disabled the methods return NULL.
+     [Kurt Roeckx]
+
  Changes between 1.0.2f and 1.0.2g [1 Mar 2016]
 
   * Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.