diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/pkcs8.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/pkcs8.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/apps/pkcs8.pod b/src/lib/libssl/src/doc/apps/pkcs8.pod index a56b2dd002..68ecd65b10 100644 --- a/src/lib/libssl/src/doc/apps/pkcs8.pod +++ b/src/lib/libssl/src/doc/apps/pkcs8.pod | |||
@@ -21,6 +21,7 @@ B<openssl> B<pkcs8> | |||
21 | [B<-nsdb>] | 21 | [B<-nsdb>] |
22 | [B<-v2 alg>] | 22 | [B<-v2 alg>] |
23 | [B<-v1 alg>] | 23 | [B<-v1 alg>] |
24 | [B<-engine id>] | ||
24 | 25 | ||
25 | =head1 DESCRIPTION | 26 | =head1 DESCRIPTION |
26 | 27 | ||
@@ -122,6 +123,13 @@ B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used. | |||
122 | This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete | 123 | This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete |
123 | list of possible algorithms is included below. | 124 | list of possible algorithms is included below. |
124 | 125 | ||
126 | =item B<-engine id> | ||
127 | |||
128 | specifying an engine (by it's unique B<id> string) will cause B<req> | ||
129 | to attempt to obtain a functional reference to the specified engine, | ||
130 | thus initialising it if needed. The engine will then be set as the default | ||
131 | for all available algorithms. | ||
132 | |||
125 | =back | 133 | =back |
126 | 134 | ||
127 | =head1 NOTES | 135 | =head1 NOTES |