summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-11 19:43:20 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-11 19:43:20 +0000
commit88364bc2bc310d1d31baee8ed010d8190512a4e2 (patch)
tree2d9615b257d964596391555093c2126e8b0082c7 /CHANGES
parent35140f335461c6d03d08247e29a93794e4f96f86 (diff)
The pkcs12 had no way of getting a CA file or path to be used when
building a complete chain. Now added through the -CAfile and -CApath arguments.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 10a8ca5d43..d6a276b012 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Add the arguments -CAfile and -CApath to the pkcs12 utility.
+ [Richard Levitte]
+
*) The obj_dat.pl script was messing up the sorting of object
names. The reason was that it compared the quoted version
of strings as a result "OCSP" > "OCSP Signing" because