Lines Matching refs:content

93 [B<-content> I<filename>]
216 Verify a CMS B<DigestedData> type and output the content.
225 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
231 Encrypt content using supplied symmetric key and algorithm using a CMS
232 B<EncryptedData> type and output the content.
236 Decrypt content using supplied symmetric key and algorithm using a CMS
237 B<EncryptedData> type and output the content.
245 B<Data> type and output the content.
306 the encapsulated content type. This option is normally used with detached
307 content and an output signature format of DER. This option is not normally
309 content format is detected.
327 content encryption key using an AES key in the B<KEKRecipientInfo> type.
479 such as signing time and content type are still included.
508 =item B<-content> I<filename>
510 This specifies a file containing the detached content for operations taking
512 structure is using the detached signature form where the content is
513 not included. This option will override any content if the input format
514 is S/MIME and it uses the multipart/signed MIME content type.
518 Do not verify signed content signatures.
564 Set the encapsulated content type to I<type> if not supplied the B<Data> type
658 B<-sign> operation if the content is not detached.
661 since the content is no longer part of the CMS structure the encoding
828 openssl cms -verify -inform PEM -in signature.pem -content content.txt
832 openssl cms -verify -inform DER -in signature.der -content content.txt