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

Side by Side Diff: openssl/doc/apps/pkcs7.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/pkcs12.pod ('k') | openssl/doc/apps/pkcs8.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 pkcs7 - PKCS#7 utility 5 pkcs7 - PKCS#7 utility
6 6
7 =head1 SYNOPSIS 7 =head1 SYNOPSIS
8 8
9 B<openssl> B<pkcs7> 9 B<openssl> B<pkcs7>
10 [B<-inform PEM|DER>] 10 [B<-inform PEM|DER>]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 prints out certificates details in full rather than just subject and 55 prints out certificates details in full rather than just subject and
56 issuer names. 56 issuer names.
57 57
58 =item B<-noout> 58 =item B<-noout>
59 59
60 don't output the encoded version of the PKCS#7 structure (or certificates 60 don't output the encoded version of the PKCS#7 structure (or certificates
61 is B<-print_certs> is set). 61 is B<-print_certs> is set).
62 62
63 =item B<-engine id> 63 =item B<-engine id>
64 64
65 specifying an engine (by it's unique B<id> string) will cause B<req> 65 specifying an engine (by its unique B<id> string) will cause B<pkcs7>
66 to attempt to obtain a functional reference to the specified engine, 66 to attempt to obtain a functional reference to the specified engine,
67 thus initialising it if needed. The engine will then be set as the default 67 thus initialising it if needed. The engine will then be set as the default
68 for all available algorithms. 68 for all available algorithms.
69 69
70 =back 70 =back
71 71
72 =head1 EXAMPLES 72 =head1 EXAMPLES
73 73
74 Convert a PKCS#7 file from PEM to DER: 74 Convert a PKCS#7 file from PEM to DER:
75 75
(...skipping 20 matching lines...) Expand all
96 There is no option to print out all the fields of a PKCS#7 file. 96 There is no option to print out all the fields of a PKCS#7 file.
97 97
98 This PKCS#7 routines only understand PKCS#7 v 1.5 as specified in RFC2315 they 98 This PKCS#7 routines only understand PKCS#7 v 1.5 as specified in RFC2315 they
99 cannot currently parse, for example, the new CMS as described in RFC2630. 99 cannot currently parse, for example, the new CMS as described in RFC2630.
100 100
101 =head1 SEE ALSO 101 =head1 SEE ALSO
102 102
103 L<crl2pkcs7(1)|crl2pkcs7(1)> 103 L<crl2pkcs7(1)|crl2pkcs7(1)>
104 104
105 =cut 105 =cut
OLDNEW
« no previous file with comments | « openssl/doc/apps/pkcs12.pod ('k') | openssl/doc/apps/pkcs8.pod » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698