summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-15 12:35:24 +0100
committerBodo Möller <bodo@openssl.org>2001-01-15 12:35:24 +0100
commitdfebac32c0a1611a42f1629b3dc50d31f8113396 (patch)
treed2ed07c278e0add5ab6b5a8312ad16bdef13702b /CHANGES
parentUpdate the LHASH man page. (diff)
downloadopenssl-dfebac32c0a1611a42f1629b3dc50d31f8113396.tar.xz
openssl-dfebac32c0a1611a42f1629b3dc50d31f8113396.zip
New '-extfile' option for 'openssl ca'.
This allows keeping extensions in a separate configuration file. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eb80eb6184..c11115318e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,13 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New '-extfile ...' option to 'openssl ca' for reading X.509v3
+ extensions from a separate configuration file.
+ As when reading extensions from the main configuration file,
+ the '-extensions ...' option may be used for specifying the
+ section to use.
+ [Massimiliano Pala <madwolf@comune.modena.it>]
+
*) Change PKCS12_key_gen_asc() so it can cope with non null
terminated strings whose length is passed in the passlen
parameter, for example from PEM callbacks. This was done