summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-07-03 20:45:09 +0000
committerRichard Levitte <levitte@openssl.org>2003-07-03 20:45:09 +0000
commit94805c84d104310305c29a0c25fb0c6f0330b378 (patch)
tree985a361b478678e221b706fed12fff99ca88a90c /doc
parent6f2f534b5848ba9088462fc85b09ae0a7aa97502 (diff)
Add -issuer_hash and make -subject_hash the default way to get the
subject hash, with -hash a synonym kept around for backward compatibility reasons. PR: 650
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/x509.pod12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 50343cd685..21bdfccb9a 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -17,6 +17,8 @@ B<openssl> B<x509>
[B<-out filename>]
[B<-serial>]
[B<-hash>]
+[B<-subject_hash>]
+[B<-issuer_hash>]
[B<-subject>]
[B<-issuer>]
[B<-nameopt option>]
@@ -141,12 +143,20 @@ contained in the certificate.
outputs the certificate serial number.
-=item B<-hash>
+=item B<-subject_hash>
outputs the "hash" of the certificate subject name. This is used in OpenSSL to
form an index to allow certificates in a directory to be looked up by subject
name.
+=item B<-issuer_hash>
+
+outputs the "hash" of the certificate issuer name.
+
+=item B<-hash>
+
+synonym for "-hash" for backward compatibility reasons.
+
=item B<-subject>
outputs the subject name.