Lines Matching refs:content

94 [B<-content> I<filename>]
214 computing it from the original message content. Cannot be combined with B<-in>
227 Verify a CMS B<DigestedData> type and output the content.
236 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
242 Encrypt content using supplied symmetric key and algorithm using a CMS
243 B<EncryptedData> type and output the content.
247 Decrypt content using supplied symmetric key and algorithm using a CMS
248 B<EncryptedData> type and output the content.
256 B<Data> type and output the content.
317 the encapsulated content type. This option is normally used with detached
318 content and an output signature format of DER. This option is not normally
320 content format is detected.
338 content encryption key using an AES key in the B<KEKRecipientInfo> type.
491 such as signing time and content type are still included.
520 =item B<-content> I<filename>
522 This specifies a file containing the detached content for operations taking
524 structure is using the detached signature form where the content is
525 not included. This option will override any content if the input format
526 is S/MIME and it uses the multipart/signed MIME content type.
530 Do not verify signed content signatures.
576 Set the encapsulated content type to I<type> if not supplied the B<Data> type
670 B<-sign> operation if the content is not detached.
673 since the content is no longer part of the CMS structure the encoding
840 openssl cms -verify -inform PEM -in signature.pem -content content.txt
844 openssl cms -verify -inform DER -in signature.der -content content.txt