Deleted Added
full compact
cms.pod (267256) cms.pod (269682)
1=pod
2
3=head1 NAME
4
5cms - CMS utility
6
7=head1 SYNOPSIS
8

--- 129 unchanged lines hidden (view full) ---

138=item B<-uncompress>
139
140Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
141compiled with B<zlib> support for this option to work, otherwise it will
142output an error.
143
144=item B<-EncryptedData_encrypt>
145
1=pod
2
3=head1 NAME
4
5cms - CMS utility
6
7=head1 SYNOPSIS
8

--- 129 unchanged lines hidden (view full) ---

138=item B<-uncompress>
139
140Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
141compiled with B<zlib> support for this option to work, otherwise it will
142output an error.
143
144=item B<-EncryptedData_encrypt>
145
146Encrypt suppled content using supplied symmetric key and algorithm using a CMS
146Encrypt content using supplied symmetric key and algorithm using a CMS
147B<EncrytedData> type and output the content.
148
149=item B<-sign_receipt>
150
151Generate and output a signed receipt for the supplied message. The input
152message B<must> contain a signed receipt request. Functionality is otherwise
153similar to the B<-sign> operation.
154

--- 463 unchanged lines hidden ---
147B<EncrytedData> type and output the content.
148
149=item B<-sign_receipt>
150
151Generate and output a signed receipt for the supplied message. The input
152message B<must> contain a signed receipt request. Functionality is otherwise
153similar to the B<-sign> operation.
154

--- 463 unchanged lines hidden ---