diff options
Diffstat (limited to 'secure/usr.bin/openssl/man/gendsa.1')
| -rw-r--r-- | secure/usr.bin/openssl/man/gendsa.1 | 43 | 
1 files changed, 29 insertions, 14 deletions
| diff --git a/secure/usr.bin/openssl/man/gendsa.1 b/secure/usr.bin/openssl/man/gendsa.1 index 60ceaeb60461..cfeb4292059d 100644 --- a/secure/usr.bin/openssl/man/gendsa.1 +++ b/secure/usr.bin/openssl/man/gendsa.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.23) +.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)  .\"  .\" Standard preamble:  .\" ======================================================================== @@ -38,6 +38,8 @@  .    ds PI \(*p  .    ds L" ``  .    ds R" '' +.    ds C` +.    ds C'  'br\}  .\"  .\" Escape single quotes in literal strings from groff's Unicode transform. @@ -48,17 +50,24 @@  .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index  .\" entries marked with X<> in POD.  Of course, you'll have to process the  .\" output yourself in some meaningful fashion. -.ie \nF \{\ -.    de IX -.    tm Index:\\$1\t\\n%\t"\\$2" +.\" +.\" Avoid warning from groff about undefined register 'F'. +.de IX  .. -.    nr % 0 -.    rr F -.\} -.el \{\ -.    de IX +.nr rF 0 +.if \n(.g .if rF .nr rF 1 +.if (\n(rF:(\n(.g==0)) \{ +.    if \nF \{ +.        de IX +.        tm Index:\\$1\t\\n%\t"\\$2"  .. +.        if !\nF==2 \{ +.            nr % 0 +.            nr F 2 +.        \} +.    \}  .\} +.rr rF  .\"  .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).  .\" Fear.  Run.  Save yourself.  No user-serviceable parts. @@ -124,7 +133,7 @@  .\" ========================================================================  .\"  .IX Title "GENDSA 1" -.TH GENDSA 1 "2013-02-11" "1.0.1e" "OpenSSL" +.TH GENDSA 1 "2015-01-15" "1.0.1l" "OpenSSL"  .\" For nroff, turn off justification.  Always turn off hyphenation; it makes  .\" way too many mistakes in technical documents.  .if n .ad l @@ -135,6 +144,12 @@ gendsa \- generate a DSA private key from a set of parameters  .IX Header "SYNOPSIS"  \&\fBopenssl\fR \fBgendsa\fR  [\fB\-out filename\fR] +[\fB\-aes128\fR] +[\fB\-aes192\fR] +[\fB\-aes256\fR] +[\fB\-camellia128\fR] +[\fB\-camellia192\fR] +[\fB\-camellia256\fR]  [\fB\-des\fR]  [\fB\-des3\fR]  [\fB\-idea\fR] @@ -147,10 +162,10 @@ The \fBgendsa\fR command generates a \s-1DSA\s0 private key from a \s-1DSA\s0 pa  (which will be typically generated by the \fBopenssl dsaparam\fR command).  .SH "OPTIONS"  .IX Header "OPTIONS" -.IP "\fB\-des|\-des3|\-idea\fR" 4 -.IX Item "-des|-des3|-idea" -These options encrypt the private key with the \s-1DES\s0, triple \s-1DES\s0, or the  -\&\s-1IDEA\s0 ciphers respectively before outputting it. A pass phrase is prompted for. +.IP "\fB\-aes128|\-aes192|\-aes256|\-camellia128|\-camellia192|\-camellia256|\-des|\-des3|\-idea\fR" 4 +.IX Item "-aes128|-aes192|-aes256|-camellia128|-camellia192|-camellia256|-des|-des3|-idea" +These options encrypt the private key with specified +cipher before outputting it. A pass phrase is prompted for.  If none of these options is specified no encryption is used.  .IP "\fB\-rand file(s)\fR" 4  .IX Item "-rand file(s)" | 
