X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fapps%2Fgenrsa.pod;h=7dcac2a779f87458474436c5234bff44146d8456;hb=0e0c6821fab18a7d180d3c8dfe18e34fdd2afc54;hp=70d35fef0ab5c4589dc3cac470fdc75a46cea695;hpb=369782ac5027b7e4d46a708eca020d84d97ad034;p=oweals%2Fopenssl.git diff --git a/doc/apps/genrsa.pod b/doc/apps/genrsa.pod index 70d35fef0a..7dcac2a779 100644 --- a/doc/apps/genrsa.pod +++ b/doc/apps/genrsa.pod @@ -15,6 +15,7 @@ B B [B<-f4>] [B<-3>] [B<-rand file(s)>] +[B<-engine id>] [B] =head1 DESCRIPTION @@ -51,9 +52,16 @@ the public exponent to use, either 65537 or 3. The default is 65537. a file or files containing random data used to seed the random number generator, or an EGD socket (see L). Multiple files can be specified separated by a OS-dependent character. -The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for +The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. +=item B<-engine id> + +specifying an engine (by its unique B string) will cause B +to attempt to obtain a functional reference to the specified engine, +thus initialising it if needed. The engine will then be set as the default +for all available algorithms. + =item B the size of the private key to generate in bits. This must be the last option