Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 22 of 22) sorted by relevance

/openssl/doc/man3/
H A DPKCS7_verify.pod28 I<indata> refers to the signed data if the content is detached from I<p7>.
43 the content is detached I<indata> cannot be NULL. If the content is
44 not detached and I<indata> is not NULL then the structure has both
127 be held in memory if it is not detached.
H A DCMS_verify.pod35 I<detached_data> refers to the signed data if the content is detached from I<cms>.
61 the content is detached I<detached_data> cannot be NULL.
151 be held in memory if it is not detached.
H A DCMS_uncompress.pod20 is detached. It will normally be set to NULL.
H A DCMS_final.pod21 processing: this is only used with detached data and will usually be set to
H A DCMS_EncryptedData_decrypt.pod26 I<dcont> is used in the rare case where the encrypted content is detached. It
H A DSMIME_write_CMS.pod42 length constructed encoding except in the case of signed data with detached
H A DSMIME_write_PKCS7.pod43 length constructed encoding except in the case of signed data with detached
H A DCMS_sign.pod52 CMS_ContentInfo detached signatures which are used in S/MIME plaintext signed
128 The B<CMS_STREAM> flag is only supported for detached data in OpenSSL 0.9.8,
H A DSMIME_write_ASN1.pod59 length constructed encoding except in the case of signed data with detached
H A DASN1_aux_cb.pod187 Invoked immediately prior to processing the B<ASN1_VALUE> data as a "detached"
193 Invoked immediately after processing the B<ASN1_VALUE> data as a "detached"
H A DCMS_decrypt.pod35 is detached. It will normally be set to NULL.
H A DPKCS7_sign.pod46 detached signatures which are used in S/MIME plaintext signed messages for
/openssl/doc/
H A Dfingerprints.txt7 The signature is a detached cleartxt signature, with the same name
/openssl/doc/man1/
H A Dopenssl-smime.pod.in138 large files. Streaming is automatically set for S/MIME signing with detached
150 This specifies a file containing the detached content, this is only
152 structure is using the detached signature form where the content is
327 B<-sign> operation if the content is not detached.
329 Streaming is always used for the B<-sign> operation with detached data but
419 detached signature format. You can use this program to verify the
H A Dopenssl-cms.pod.in291 large files. Streaming is automatically set for S/MIME signing with detached
317 the encapsulated content type. This option is normally used with detached
522 This specifies a file containing the detached content for operations taking
524 structure is using the detached signature form where the content is
670 B<-sign> operation if the content is not detached.
672 Streaming is always used for the B<-sign> operation with detached data but
831 detached signature format. You can use this program to verify the
/openssl/crypto/cms/
H A Dcms_lib.c373 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached() argument
380 if (detached) { in CMS_set_detached()
/openssl/crypto/pkcs7/
H A Dpk7_lib.c31 ret = p7->detached = (int)larg; in PKCS7_ctrl()
51 p7->detached = ret; in PKCS7_ctrl()
H A Dpk7_doit.c783 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) { in PKCS7_dataFinal()
793 if (PKCS7_type_is_data(p7->d.digest->contents) && p7->detached) { in PKCS7_dataFinal()
/openssl/include/openssl/
H A Dpkcs7.h.in147 int detached; member
H A Dcms.h.in107 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
/openssl/crypto/err/
H A Dopenssl.txt1702 TS_R_DETACHED_CONTENT:134:detached content
/openssl/
H A DCHANGES.md4668 Where a CMS detached signature is used with text content the text goes
4675 could mean that detached text data signed with an earlier version of
11551 only supported if data is detached: setting the streaming flag is
16509 PKCS7_verify() fails with non detached data.
16820 * Disable the check for content being present when verifying detached
20043 the detached data encoding was wrong and public keys obtained using

Completed in 111 milliseconds