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

Side by Side Diff: openssl/doc/apps/rsa.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/req.pod ('k') | openssl/doc/apps/s_client.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 1
2 =pod 2 =pod
3 3
4 =head1 NAME 4 =head1 NAME
5 5
6 rsa - RSA key processing tool 6 rsa - RSA key processing tool
7 7
8 =head1 SYNOPSIS 8 =head1 SYNOPSIS
9 9
10 B<openssl> B<rsa> 10 B<openssl> B<rsa>
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 option a public key is read instead. 113 option a public key is read instead.
114 114
115 =item B<-pubout> 115 =item B<-pubout>
116 116
117 by default a private key is output: with this option a public 117 by default a private key is output: with this option a public
118 key will be output instead. This option is automatically set if 118 key will be output instead. This option is automatically set if
119 the input is a public key. 119 the input is a public key.
120 120
121 =item B<-engine id> 121 =item B<-engine id>
122 122
123 specifying an engine (by it's unique B<id> string) will cause B<req> 123 specifying an engine (by its unique B<id> string) will cause B<rsa>
124 to attempt to obtain a functional reference to the specified engine, 124 to attempt to obtain a functional reference to the specified engine,
125 thus initialising it if needed. The engine will then be set as the default 125 thus initialising it if needed. The engine will then be set as the default
126 for all available algorithms. 126 for all available algorithms.
127 127
128 =back 128 =back
129 129
130 =head1 NOTES 130 =head1 NOTES
131 131
132 The PEM private key format uses the header and footer lines: 132 The PEM private key format uses the header and footer lines:
133 133
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 180
181 There should be an option that automatically handles .key files, 181 There should be an option that automatically handles .key files,
182 without having to manually edit them. 182 without having to manually edit them.
183 183
184 =head1 SEE ALSO 184 =head1 SEE ALSO
185 185
186 L<pkcs8(1)|pkcs8(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>, 186 L<pkcs8(1)|pkcs8(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>,
187 L<gendsa(1)|gendsa(1)> 187 L<gendsa(1)|gendsa(1)>
188 188
189 =cut 189 =cut
OLDNEW
« no previous file with comments | « openssl/doc/apps/req.pod ('k') | openssl/doc/apps/s_client.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698