X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=7a7ca266e0a98f53eb92796746768b999610bc50;hp=589d9fc46f3e68e65dcd615c4175f7d0b8bc22b1;hb=6321c3a034d2ff5652ee24c957a0a1a3ca9d5c29;hpb=0f4499360e9411c4dae9c6ce4b766bb4b1f25ffe diff --git a/CHANGES b/CHANGES index 589d9fc46f..7a7ca266e0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,50 @@ OpenSSL CHANGES _______________ - Changes between 0.9.7g and 0.9.8 [xx XXX xxxx] + Changes between 0.9.8 and 0.9.9 [xx XXX xxxx] + + *) Modify CRL distribution points extension code to print out previously + unsupported fields. Enhance extension setting code to allow setting of + all fields. + [Steve Henson] + + *) Add print and set support for Issuing Distribution Point CRL extension. + [Steve Henson] + + Changes between 0.9.8 and 0.9.8a [XX xxx XXXX] + + *) + + Changes between 0.9.7h and 0.9.8 [05 Jul 2005] + + *) Add libcrypto.pc and libssl.pc for those who feel they need them. + [Richard Levitte] + + *) Change CA.sh and CA.pl so they don't bundle the CSR and the private + key into the same file any more. + [Richard Levitte] + + *) Add initial support for Win64, both IA64 and AMD64/x64 flavors. + [Andy Polyakov] + + *) Add -utf8 command line and config file option to 'ca'. + [Stefan and Geoff Thorpe] + + *) Add attribute functions to EVP_PKEY structure. Modify + PKCS12_create() to recognize a CSP name attribute and + use it. Make -CSP option work again in pkcs12 utility. + [Steve Henson] *) Add new functionality to the bn blinding code: - automatic re-creation of the BN_BLINDING parameters after @@ -774,14 +817,14 @@ *) Include some named elliptic curves, and add OIDs from X9.62, SECG, and WAP/WTLS. Each curve can be obtained from the new function - EC_GROUP_new_by_nid(), + EC_GROUP_new_by_curve_name(), and the list of available named curves can be obtained with EC_get_builtin_curves(). Also add a 'curve_name' member to EC_GROUP objects, which can be accessed via EC_GROUP_set_curve_name() EC_GROUP_get_curve_name() - [Nils Larsch