diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/openssl.1 | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 253ced7f66..c9f0895c99 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: openssl.1,v 1.102 2019/06/07 05:53:46 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.103 2019/07/04 13:00:42 inoguchi 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 | .\" |
| @@ -110,7 +110,7 @@ | |||
| 110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
| 111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
| 112 | .\" | 112 | .\" |
| 113 | .Dd $Mdocdate: June 7 2019 $ | 113 | .Dd $Mdocdate: July 4 2019 $ |
| 114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
| 115 | .Os | 115 | .Os |
| 116 | .Sh NAME | 116 | .Sh NAME |
| @@ -308,29 +308,31 @@ into a nested structure. | |||
| 308 | .Op Fl crldays Ar days | 308 | .Op Fl crldays Ar days |
| 309 | .Op Fl crlexts Ar section | 309 | .Op Fl crlexts Ar section |
| 310 | .Op Fl crlhours Ar hours | 310 | .Op Fl crlhours Ar hours |
| 311 | .Op Fl crlsec Ar seconds | ||
| 311 | .Op Fl days Ar arg | 312 | .Op Fl days Ar arg |
| 312 | .Op Fl enddate Ar date | 313 | .Op Fl enddate Ar date |
| 313 | .Op Fl extensions Ar section | 314 | .Op Fl extensions Ar section |
| 314 | .Op Fl extfile Ar section | 315 | .Op Fl extfile Ar file |
| 315 | .Op Fl gencrl | 316 | .Op Fl gencrl |
| 316 | .Op Fl in Ar file | 317 | .Op Fl in Ar file |
| 317 | .Op Fl infiles | 318 | .Op Fl infiles |
| 318 | .Op Fl key Ar password | 319 | .Op Fl key Ar password |
| 319 | .Op Fl keyfile Ar arg | 320 | .Op Fl keyfile Ar file |
| 320 | .Op Fl keyform Cm pem | der | 321 | .Op Fl keyform Cm pem | der |
| 321 | .Op Fl md Ar arg | 322 | .Op Fl md Ar alg |
| 322 | .Op Fl msie_hack | 323 | .Op Fl msie_hack |
| 323 | .Op Fl multivalue\-rdn | 324 | .Op Fl multivalue\-rdn |
| 324 | .Op Fl name Ar section | 325 | .Op Fl name Ar section |
| 325 | .Op Fl noemailDN | 326 | .Op Fl noemailDN |
| 326 | .Op Fl notext | 327 | .Op Fl notext |
| 327 | .Op Fl out Ar file | 328 | .Op Fl out Ar file |
| 328 | .Op Fl outdir Ar dir | 329 | .Op Fl outdir Ar directory |
| 329 | .Op Fl passin Ar arg | 330 | .Op Fl passin Ar arg |
| 330 | .Op Fl policy Ar arg | 331 | .Op Fl policy Ar arg |
| 331 | .Op Fl preserveDN | 332 | .Op Fl preserveDN |
| 332 | .Op Fl revoke Ar file | 333 | .Op Fl revoke Ar file |
| 333 | .Op Fl selfsign | 334 | .Op Fl selfsign |
| 335 | .Op Fl sigopt Ar nm:v | ||
| 334 | .Op Fl spkac Ar file | 336 | .Op Fl spkac Ar file |
| 335 | .Op Fl ss_cert Ar file | 337 | .Op Fl ss_cert Ar file |
| 336 | .Op Fl startdate Ar date | 338 | .Op Fl startdate Ar date |
| @@ -521,6 +523,9 @@ the certificate database (see the configuration option | |||
| 521 | .Cm database ) | 523 | .Cm database ) |
| 522 | and uses the same serial number counter as all other certificates | 524 | and uses the same serial number counter as all other certificates |
| 523 | signed with the self-signed certificate. | 525 | signed with the self-signed certificate. |
| 526 | .It Fl sigopt Ar nm:v | ||
| 527 | Pass options to the signature algorithm during sign or certify operations. | ||
| 528 | The names and values of these options are algorithm-specific. | ||
| 524 | .It Fl spkac Ar file | 529 | .It Fl spkac Ar file |
| 525 | A file containing a single Netscape signed public key and challenge, | 530 | A file containing a single Netscape signed public key and challenge, |
| 526 | and additional field values to be signed by the CA. | 531 | and additional field values to be signed by the CA. |
| @@ -593,7 +598,7 @@ is case insensitive. | |||
| 593 | Setting any revocation reason will make the CRL v2. | 598 | Setting any revocation reason will make the CRL v2. |
| 594 | In practice, removeFromCRL is not particularly useful because it is only used | 599 | In practice, removeFromCRL is not particularly useful because it is only used |
| 595 | in delta CRLs which are not currently implemented. | 600 | in delta CRLs which are not currently implemented. |
| 596 | .It Fl crldays Ar num | 601 | .It Fl crldays Ar days |
| 597 | The number of days before the next CRL is due. | 602 | The number of days before the next CRL is due. |
| 598 | This is the days from now to place in the CRL | 603 | This is the days from now to place in the CRL |
| 599 | .Cm nextUpdate | 604 | .Cm nextUpdate |
| @@ -611,8 +616,10 @@ It should be noted that some software can't handle V2 CRLs. | |||
| 611 | See the | 616 | See the |
| 612 | .Xr x509v3.cnf 5 | 617 | .Xr x509v3.cnf 5 |
| 613 | manual page for details of the extension section format. | 618 | manual page for details of the extension section format. |
| 614 | .It Fl crlhours Ar num | 619 | .It Fl crlhours Ar hours |
| 615 | The number of hours before the next CRL is due. | 620 | The number of hours before the next CRL is due. |
| 621 | .It Fl crlsec Ar seconds | ||
| 622 | The number of seconds before the next CRL is due. | ||
| 616 | .It Fl gencrl | 623 | .It Fl gencrl |
| 617 | Generate a CRL based on information in the index file. | 624 | Generate a CRL based on information in the index file. |
| 618 | .It Fl revoke Ar file | 625 | .It Fl revoke Ar file |
