diff options
author | Bodo Möller <bodo@openssl.org> | 2001-01-15 12:35:24 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-01-15 12:35:24 +0100 |
commit | dfebac32c0a1611a42f1629b3dc50d31f8113396 (patch) | |
tree | d2ed07c278e0add5ab6b5a8312ad16bdef13702b /CHANGES | |
parent | Update the LHASH man page. (diff) | |
download | openssl-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |