Commit 0c1bd7f0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Add CHANGES entry for OCB



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 3feb6305
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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]