X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=e8d45af0d129d95494988751a1b32ce90508a633;hb=2b975dfd5b5710abbba4182f9c214779505c529f;hp=103a74cdceda95a321e17dfb8e2d1edd4ec0173f;hpb=6ec8e63af6c1835a8b222350dbabf7bb2ace094f;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index 103a74cdce..e8d45af0d1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,19 @@ OpenSSL CHANGES _______________ - Changes between 0.9.7g and 0.9.8 [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 +786,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