summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2005-05-29 19:14:21 +0000
committerGeoff Thorpe <geoff@openssl.org>2005-05-29 19:14:21 +0000
commita2c32e2d7fbd275d22b42532139ef237bc83aa06 (patch)
treedcd472f1fdf73d837f1d2fe9aadc2d03cf1299fb /CHANGES
parent80b168a5a932c804d402486abd417494427d9b4c (diff)
Change the source and output paths for 'chil' and '4758cca' engines so that
dynamic loading is consistent with respect to engine ids.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3b68628fb2..76406f27a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,13 @@
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 <vinschen@redhat.com> 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.