summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2009-04-06 18:57:07 +0000
committerjmc <>2009-04-06 18:57:07 +0000
commitd64a4c8b1ec0f930995e448a4d8b771d81497bd9 (patch)
treeff9baa99f97fd623e545474e820bae8c5814927b
parent475ebdf26d02af2756c8cf641eb082ef76f1ec02 (diff)
downloadopenbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.tar.gz
openbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.tar.bz2
openbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.zip
sync with 0.9.8k;
-rw-r--r--src/usr.sbin/openssl/openssl.128
1 files changed, 19 insertions, 9 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index a6929eacbd..11c7a0a224 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.62 2008/11/03 14:49:23 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.63 2009/04/06 18:57:07 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: November 3 2008 $ 115.Dd $Mdocdate: April 6 2009 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -7393,6 +7393,7 @@ option was added in
7393.Op Fl fingerprint 7393.Op Fl fingerprint
7394.Op Fl hash 7394.Op Fl hash
7395.Op Fl issuer 7395.Op Fl issuer
7396.Op Fl issuer_hash
7396.Op Fl md2 | md5 | sha1 7397.Op Fl md2 | md5 | sha1
7397.Op Fl modulus 7398.Op Fl modulus
7398.Op Fl noout 7399.Op Fl noout
@@ -7403,6 +7404,7 @@ option was added in
7403.Op Fl serial 7404.Op Fl serial
7404.Op Fl startdate 7405.Op Fl startdate
7405.Op Fl subject 7406.Op Fl subject
7407.Op Fl subject_hash
7406.Op Fl text 7408.Op Fl text
7407.Op Fl trustout 7409.Op Fl trustout
7408.Op Fl x509toreq 7410.Op Fl x509toreq
@@ -7534,15 +7536,15 @@ Prints out the digest of the DER-encoded version of the whole certificate
7534(see 7536(see
7535.Sx DIGEST OPTIONS ) . 7537.Sx DIGEST OPTIONS ) .
7536.It Fl hash 7538.It Fl hash
7537Outputs the 7539A synonym for
7538.Qq hash 7540.Fl subject_hash ,
7539of the certificate subject name. 7541for backwards compatibility.
7540This is used in
7541.Nm OpenSSL
7542to form an index to allow certificates in a directory to be looked up
7543by subject name.
7544.It Fl issuer 7542.It Fl issuer
7545Outputs the issuer name. 7543Outputs the issuer name.
7544.It Fl issuer_hash
7545Outputs the
7546.Qq hash
7547of the certificate issuer name.
7546.It Fl modulus 7548.It Fl modulus
7547This option prints out the value of the modulus of the public key 7549This option prints out the value of the modulus of the public key
7548contained in the certificate. 7550contained in the certificate.
@@ -7571,6 +7573,14 @@ Prints out the start date of the certificate; that is, the
7571date. 7573date.
7572.It Fl subject 7574.It Fl subject
7573Outputs the subject name. 7575Outputs the subject name.
7576.It Fl subject_hash
7577Outputs the
7578.Qq hash
7579of the certificate subject name.
7580This is used in
7581.Nm OpenSSL
7582to form an index to allow certificates in a directory to be looked up
7583by subject name.
7574.It Fl text 7584.It Fl text
7575Prints out the certificate in text form. 7585Prints out the certificate in text form.
7576Full details are output including the public key, signature algorithms, 7586Full details are output including the public key, signature algorithms,