X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a8b55bf0fb6d2d30466e3ad9a671d6a547835f63;hp=0f66f8d36d7644c58bab837de35210d833462efa;hb=2cbc8d7de5265aa86f739a5f7806d95eb8c31c87;hpb=9e189b9dc10786c755919e6792e923c584c918a1 diff --git a/CHANGES b/CHANGES index 0f66f8d36d..a8b55bf0fb 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,19 @@ 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 ] + *) 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 ]