RT3548: Remove some obsolete platforms
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 066c279046be9c058263b98c94d4bf87f647da49..4510706333ebbbb49e2c9b83735a09db23f3c442 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,24 @@
 
  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]
+
   *) Increased the minimal RSA keysize from 256 to 512 bits [Rich Salz],
      done while fixing the error code for the key-too-small case.
      [Annie Yousar <a.yousar@informatik.hu-berlin.de>]
 
+  *) Remove various unsupported platforms:
+       Sony NEWS4
+       Remove BEOS and BEOS_R5
+     [Rich Salz]
+
   *) Experimental support for a new, fast, unbiased prime candidate generator,
      bn_probable_prime_dh_coprime(). Not currently used by any prime generator.
      [Felix Laurie von Massenbach <felix@erbridge.co.uk>]