summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-03 11:45:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-03 11:45:19 +0000
commit14023fe3521db8c2b984c44eb53ecfe498b1a01e (patch)
tree5c2dbedad64d42edc95ee876b2ff29ab5c11f75e /CHANGES
parentb6b0b0d7a593afbb71786bf6bcb8bf54ba8ea48e (diff)
Merge from 1.0.0-stable branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14ffb4083e..f17154b8e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.8k and 1.0 [xx XXX xxxx]
+ *) Alter match criteria in PKCS12_parse(). It used to try to use local
+ key ids to find matching certificates and keys but some PKCS#12 files
+ don't follow the (somewhat unwritten) rules and this strategy fails.
+ Now just gather all certificates together and the first private key
+ then look for the first certificate that matches the key.
+ [Steve Henson]
+
*) Support use of registered digest and cipher names for dgst and cipher
commands instead of having to add each one as a special case. So now
you can do: