aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-04-12 11:45:14 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-04-12 11:45:14 +0000
commitf9a2593163299b47fa5930516266e8dfe4a1c18f (patch)
tree3cd9ed3a5a821424cb512d4cd7c03637aaf0a251 /CHANGES
parent2f0cd19533ab15e26a6a1c59532a7f6fb25f3e0c (diff)
downloadopenssl-f9a2593163299b47fa5930516266e8dfe4a1c18f.zip
openssl-f9a2593163299b47fa5930516266e8dfe4a1c18f.tar.gz
openssl-f9a2593163299b47fa5930516266e8dfe4a1c18f.tar.bz2
Add `openssl ca -revoke <certfile>' facility which revokes a certificate
specified in <certfile> by updating the entry in the index.txt file. This way one no longer has to edit the index.txt file manually for revoking a certificate. The -revoke option does the gory details now. Submitted by: Massimiliano Pala <madwolf@openca.org> Cleaned up and integrated by: Ralf S. Engelschall
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cac99a3..d1cc3cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
Changes between 0.9.2b and 0.9.3
+ *) Add `openssl ca -revoke <certfile>' facility which revokes a certificate
+ specified in <certfile> by updating the entry in the index.txt file.
+ This way one no longer has to edit the index.txt file manually for
+ revoking a certificate. The -revoke option does the gory details now.
+ [Massimiliano Pala <madwolf@openca.org>, Ralf S. Engelschall]
+
*) Fix `openssl crl -noout -text' combination where `-noout' killed the
`-text' option at all and this way the `-noout -text' combination was
inconsistent in `openssl crl' with the friends in `openssl x509|rsa|dsa'.