Correctly handle the return value from EVP_Cipher() in the CMAC code
[openssl.git] / CHANGES.md
index ca60b9c2e463765a97274f0e7cce0227fe44bec1..24fb86fddb405b694422be744f5c6b88857688c4 100644 (file)
@@ -23,6 +23,11 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+ * Handshake now fails if Extended Master Secret extension is dropped
+   on renegotiation.
+
+   *Tomas Mraz*
+
  * Dropped interactive mode from the 'openssl' program.  From now on,
    the `openssl` command without arguments is equivalent to `openssl
    help`.