aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-12 14:50:44 +0000
committerBodo Möller <bodo@openssl.org>2001-01-12 14:50:44 +0000
commitc67cdb50d2ef09c917c96d8a7e8a65d698ed9b8c (patch)
tree0d1791212e2e7da260076f271fb7cea49f61cf60 /CHANGES
parentaf5473c45a61add4928a4373503a2e080cd4f8d8 (diff)
downloadopenssl-c67cdb50d2ef09c917c96d8a7e8a65d698ed9b8c.tar.gz
New 'openssl ca -status <serial>' and 'openssl ca -updatedb'
commands. 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 0213d865db..0970f62b42 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,13 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) New subcommands for 'openssl ca':
+ 'openssl ca -status <serial>' prints the status of the cert with
+ the given serial number (according to the index file).
+ 'openssl ca -updatedb' updates the expiry status of certificates
+ in the index file.
+ [Massimiliano Pala <madwolf@comune.modena.it>]
+
*) New '-newreq-nodes' command option to CA.pl. This is like
'-newreq', but calls 'openssl req' with the '-nodes' option
so that the resulting key is not encrypted.