Home
last modified time | relevance | path

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

/openssl/doc/
H A Dfingerprints.txt7 The signature is a detached cleartxt signature, with the same name
/openssl/doc/man3/
H A DPKCS7_verify.pod22 present in B<p7> (that is it is detached). The content is written to B<out>
38 the content is detached B<indata> cannot be B<NULL>. If the content is
39 not detached and B<indata> is not B<NULL>, then the structure has both
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 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_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_verify.pod55 the content is detached I<detached_data> cannot be NULL.
143 be held in memory if it is not detached.
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.pod29 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/man1/
H A Dopenssl-smime.pod.in136 large files. Streaming is automatically set for S/MIME signing with detached
148 This specifies a file containing the detached content, this is only
150 structure is using the detached signature form where the content is
332 B<-sign> operation if the content is not detached.
334 Streaming is always used for the B<-sign> operation with detached data but
424 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
521 This specifies a file containing the detached content for operations taking
523 structure is using the detached signature form where the content is
669 B<-sign> operation if the content is not detached.
671 Streaming is always used for the B<-sign> operation with detached data but
830 detached signature format. You can use this program to verify the
/openssl/crypto/cms/
H A Dcms_lib.c383 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached() argument
390 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.c785 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) { in PKCS7_dataFinal()
795 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.txt1565 TS_R_DETACHED_CONTENT:134:detached content
/openssl/
H A DCHANGES.md3190 Where a CMS detached signature is used with text content the text goes
3197 could mean that detached text data signed with an earlier version of
10073 only supported if data is detached: setting the streaming flag is
15031 PKCS7_verify() fails with non detached data.
15342 * Disable the check for content being present when verifying detached
18565 the detached data encoding was wrong and public keys obtained using

Completed in 81 milliseconds