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

Side by Side Diff: openssl/doc/apps/spkac.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/speed.pod ('k') | openssl/doc/apps/ts.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 spkac - SPKAC printing and generating utility 5 spkac - SPKAC printing and generating utility
6 6
7 =head1 SYNOPSIS 7 =head1 SYNOPSIS
8 8
9 B<openssl> B<spkac> 9 B<openssl> B<spkac>
10 [B<-in filename>] 10 [B<-in filename>]
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 output the public key of an SPKAC (not used if an SPKAC is 75 output the public key of an SPKAC (not used if an SPKAC is
76 being created). 76 being created).
77 77
78 =item B<-verify> 78 =item B<-verify>
79 79
80 verifies the digital signature on the supplied SPKAC. 80 verifies the digital signature on the supplied SPKAC.
81 81
82 =item B<-engine id> 82 =item B<-engine id>
83 83
84 specifying an engine (by it's unique B<id> string) will cause B<req> 84 specifying an engine (by its unique B<id> string) will cause B<spkac>
85 to attempt to obtain a functional reference to the specified engine, 85 to attempt to obtain a functional reference to the specified engine,
86 thus initialising it if needed. The engine will then be set as the default 86 thus initialising it if needed. The engine will then be set as the default
87 for all available algorithms. 87 for all available algorithms.
88 88
89 =back 89 =back
90 90
91 =head1 EXAMPLES 91 =head1 EXAMPLES
92 92
93 Print out the contents of an SPKAC: 93 Print out the contents of an SPKAC:
94 94
(...skipping 29 matching lines...) Expand all
124 string some guarantee is given that the user knows the private key 124 string some guarantee is given that the user knows the private key
125 corresponding to the public key being certified. This is important in 125 corresponding to the public key being certified. This is important in
126 some applications. Without this it is possible for a previous SPKAC 126 some applications. Without this it is possible for a previous SPKAC
127 to be used in a "replay attack". 127 to be used in a "replay attack".
128 128
129 =head1 SEE ALSO 129 =head1 SEE ALSO
130 130
131 L<ca(1)|ca(1)> 131 L<ca(1)|ca(1)>
132 132
133 =cut 133 =cut
OLDNEW
« no previous file with comments | « openssl/doc/apps/speed.pod ('k') | openssl/doc/apps/ts.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698