Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: openssl/doc/apps/pkcs8.pod

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/doc/apps/pkcs7.pod ('k') | openssl/doc/apps/pkey.pod » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 =pod 1 =pod
2 2
3 =head1 NAME 3 =head1 NAME
4 4
5 pkcs8 - PKCS#8 format private key conversion tool 5 pkcs8 - PKCS#8 format private key conversion tool
6 6
7 =head1 SYNOPSIS 7 =head1 SYNOPSIS
8 8
9 B<openssl> B<pkcs8> 9 B<openssl> B<pkcs8>
10 [B<-topk8>] 10 [B<-topk8>]
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 The B<alg> argument is the encryption algorithm to use, valid values include 118 The B<alg> argument is the encryption algorithm to use, valid values include
119 B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used. 119 B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used.
120 120
121 =item B<-v1 alg> 121 =item B<-v1 alg>
122 122
123 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
124 list of possible algorithms is included below. 124 list of possible algorithms is included below.
125 125
126 =item B<-engine id> 126 =item B<-engine id>
127 127
128 specifying an engine (by it's unique B<id> string) will cause B<req> 128 specifying an engine (by its unique B<id> string) will cause B<pkcs8>
129 to attempt to obtain a functional reference to the specified engine, 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 130 thus initialising it if needed. The engine will then be set as the default
131 for all available algorithms. 131 for all available algorithms.
132 132
133 =back 133 =back
134 134
135 =head1 NOTES 135 =head1 NOTES
136 136
137 The encrypted form of a PEM encode PKCS#8 files uses the following 137 The encrypted form of a PEM encode PKCS#8 files uses the following
138 headers and footers: 138 headers and footers:
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 PKCS#8 using triple DES and PKCS#5 v2.0 should be the default private 234 PKCS#8 using triple DES and PKCS#5 v2.0 should be the default private
235 key format for OpenSSL: for compatibility several of the utilities use 235 key format for OpenSSL: for compatibility several of the utilities use
236 the old format at present. 236 the old format at present.
237 237
238 =head1 SEE ALSO 238 =head1 SEE ALSO
239 239
240 L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>, 240 L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>,
241 L<gendsa(1)|gendsa(1)> 241 L<gendsa(1)|gendsa(1)>
242 242
243 =cut 243 =cut
OLDNEW
« no previous file with comments | « openssl/doc/apps/pkcs7.pod ('k') | openssl/doc/apps/pkey.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698