diff options
author | jmc <> | 2009-04-06 18:57:07 +0000 |
---|---|---|
committer | jmc <> | 2009-04-06 18:57:07 +0000 |
commit | d64a4c8b1ec0f930995e448a4d8b771d81497bd9 (patch) | |
tree | ff9baa99f97fd623e545474e820bae8c5814927b | |
parent | 475ebdf26d02af2756c8cf641eb082ef76f1ec02 (diff) | |
download | openbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.tar.gz openbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.tar.bz2 openbsd-d64a4c8b1ec0f930995e448a4d8b771d81497bd9.zip |
sync with 0.9.8k;
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 28 |
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 |
7537 | Outputs the | 7539 | A synonym for |
7538 | .Qq hash | 7540 | .Fl subject_hash , |
7539 | of the certificate subject name. | 7541 | for backwards compatibility. |
7540 | This is used in | ||
7541 | .Nm OpenSSL | ||
7542 | to form an index to allow certificates in a directory to be looked up | ||
7543 | by subject name. | ||
7544 | .It Fl issuer | 7542 | .It Fl issuer |
7545 | Outputs the issuer name. | 7543 | Outputs the issuer name. |
7544 | .It Fl issuer_hash | ||
7545 | Outputs the | ||
7546 | .Qq hash | ||
7547 | of the certificate issuer name. | ||
7546 | .It Fl modulus | 7548 | .It Fl modulus |
7547 | This option prints out the value of the modulus of the public key | 7549 | This option prints out the value of the modulus of the public key |
7548 | contained in the certificate. | 7550 | contained in the certificate. |
@@ -7571,6 +7573,14 @@ Prints out the start date of the certificate; that is, the | |||
7571 | date. | 7573 | date. |
7572 | .It Fl subject | 7574 | .It Fl subject |
7573 | Outputs the subject name. | 7575 | Outputs the subject name. |
7576 | .It Fl subject_hash | ||
7577 | Outputs the | ||
7578 | .Qq hash | ||
7579 | of the certificate subject name. | ||
7580 | This is used in | ||
7581 | .Nm OpenSSL | ||
7582 | to form an index to allow certificates in a directory to be looked up | ||
7583 | by subject name. | ||
7574 | .It Fl text | 7584 | .It Fl text |
7575 | Prints out the certificate in text form. | 7585 | Prints out the certificate in text form. |
7576 | Full details are output including the public key, signature algorithms, | 7586 | Full details are output including the public key, signature algorithms, |