X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=76406f27a1dadbb9dd48b54bded72d82da824f47;hp=20c88a49b17387da00eb2a5c6d0c9687e65a4564;hb=20a85e9f69b6eed758667d59a718190ff43c11b8;hpb=05338b58ceb259ff7dab33b7884d76deb7c7ee09 diff --git a/CHANGES b/CHANGES index 20c88a49b1..76406f27a1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,23 @@ 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] + + *) + + Changes between 0.9.7h and 0.9.8 [xx XXX xxxx] + + *) Correct naming of the 'chil' and '4758cca' ENGINEs. This + involves renaming the source and generated shared-libs for + both. The engines will accept the corrected or legacy ids + ('ncipher' and '4758_cca' respectively) when binding. NB, + this only applies when building 'shared'. + [Corinna Vinschen 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 +790,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_nid() - EC_GROUP_get_nid() - [Nils Larsch