Add CHANGES entry for OCB
authorMatt Caswell <matt@openssl.org>
Mon, 8 Dec 2014 00:04:25 +0000 (00:04 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Dec 2014 10:29:11 +0000 (10:29 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
CHANGES

diff --git a/CHANGES b/CHANGES
index 389aab9b0c5fa228673828c1b2cbeedc2a3c6995..a8b55bf0fb6d2d30466e3ad9a671d6a547835f63 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.2 and 1.1.0  [xx XXX xxxx]
 
+  *) Added support for OCB mode. OpenSSL has been granted a patent license
+     compatible with the OpenSSL license for use of OCB. Details are available
+     at https://www.openssl.org/docs/misc/OCB-patent-grant-OpenSSL.pdf. Support
+     for OCB can be removed by calling config with no-ocb.
+
   *) SSLv2 support has been removed.  It still supports receiving a SSLv2
      compatible client hello.
      [Kurt Roeckx]