X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fgenpkey.pod;h=8a789463cd1a403c5c01b2bcd9354718900c5c35;hp=5d61b73d53a60585ae9ff77d3a65fdf021f5f58d;hb=77a795e4b0ac541b305561811bab355f5bb316fd;hpb=1bc74519a2a57ef8e67484ca92890fa94d3dd66f diff --git a/doc/apps/genpkey.pod b/doc/apps/genpkey.pod index 5d61b73d53..8a789463cd 100644 --- a/doc/apps/genpkey.pod +++ b/doc/apps/genpkey.pod @@ -73,14 +73,14 @@ implementation. See B below for more details. =item B<-genparam> generate a set of parameters instead of a private key. If used this option must -precede and B<-algorithm>, B<-paramfile> or B<-pkeyopt> options. +precede any B<-algorithm>, B<-paramfile> or B<-pkeyopt> options. =item B<-paramfile filename> Some public key algorithms generate a private key based on a set of parameters. They can be supplied using this option. If this option is used the public key algorithm used is determined by the parameters. If used this option must -precede and B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> +precede any B<-pkeyopt> options. The options B<-paramfile> and B<-algorithm> are mutually exclusive. =item B<-text> @@ -258,8 +258,6 @@ Generate EC key directly: The ability to use NIST curve names, and to generate an EC key directly, were added in OpenSSL 1.0.2. -=cut - =head1 COPYRIGHT Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.