Add `openssl ca -revoke <certfile>' facility which revokes a certificate
authorRalf S. Engelschall <rse@openssl.org>
Mon, 12 Apr 1999 11:45:14 +0000 (11:45 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Mon, 12 Apr 1999 11:45:14 +0000 (11:45 +0000)
commitf9a2593163299b47fa5930516266e8dfe4a1c18f
tree3cd9ed3a5a821424cb512d4cd7c03637aaf0a251
parent2f0cd19533ab15e26a6a1c59532a7f6fb25f3e0c
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
CHANGES
apps/ca.c