X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a695a4dc635d5bc4810bca8617f7674fb287d5a9;hp=1bc6180b3e610c294b8b40e9a5c342bd5126c90d;hb=bf3d6c0c9b58e6a78fa3ac0a60d68ef4fc0aa215;hpb=4ebb342fcd90562bce999dcc0915b16f816fbbf2 diff --git a/CHANGES b/CHANGES index 1bc6180b3e..a695a4dc63 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,15 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8 and 0.9.9 [xx XXX xxxx] + Changes between 0.9.8a and 0.9.9 [xx XXX xxxx] + + *) Support for PKCS#1 RSAPublicKey format on rsa utility command line. + [Steve Henson] + + *) Remove the ancient ASN1_METHOD code. This was only ever used in one + place for the (very old) "NETSCAPE" format certificates which are now + handled using new ASN1 code equivalents. + [Steve Henson] *) Let the TLSv1_method() etc. functions return a 'const' SSL_METHOD pointer and make the SSL_METHOD parameter in SSL_CTX_new, @@ -19,6 +27,12 @@ Changes between 0.9.8 and 0.9.8a [XX xxx XXXX] + *) Avoid small subgroup attacks in Diffie-Hellman. + [Nick Mathewson and Ben Laurie] + + *) Add functions for well-known primes. + [Nick Mathewson] + *) Extended Windows CE support. [Satoshi Nakamura and Andy Polyakov]