Home
last modified time | relevance | path

Searched refs:signedData (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_sd.c33 return cms->d.signedData; in cms_get0_signed()
39 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init()
40 if (!cms->d.signedData) { in cms_signed_data_init()
44 cms->d.signedData->version = 1; in cms_signed_data_init()
45 cms->d.signedData->encapContentInfo->eContentType = in cms_signed_data_init()
47 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init()
50 return cms->d.signedData; in cms_signed_data_init()
129 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr()
848 cms->d.signedData->encapContentInfo->partial = 0; in ossl_cms_SignedData_final()
1018 if (cms->d.signedData->encapContentInfo->partial) in ossl_cms_SignedData_init_bio()
[all …]
H A Dcms_lib.c271 return &cms->d.signedData->encapContentInfo->eContent; in CMS_get0_content()
311 return &cms->d.signedData->encapContentInfo->eContentType; in cms_get0_econtent_type()
497 return &cms->d.signedData->certificates; in STACK_OF()
580 return &cms->d.signedData->crls; in STACK_OF()
814 || ASN1_item_i2d_bio(ASN1_ITEM_rptr(CMS_SignedData), signbio, signcms->d.signedData) <= 0) in ossl_cms_sign_encrypt()
H A Dcms_io.c89 mdalgs = cms->d.signedData->digestAlgorithms; in SMIME_write_CMS()
H A Dcms_local.h56 CMS_SignedData *signedData; member
H A Dcms_asn1.c296 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_SignerInfos.pod8 - CMS signedData signer functions
25 associated with a CMS signedData structure.
60 error which can occur is if the B<cms> structure is not of type signedData
H A DPKCS7_sign.pod6 - create a PKCS#7 signedData structure
20 PKCS7_sign_ex() creates and returns a PKCS#7 signedData structure.
54 The signedData structure includes several PKCS#7 authenticatedAttributes
H A DSMIME_write_PKCS7.pod27 this option only makes sense for signedData where B<PKCS7_DETACHED>
H A DPKCS7_verify.pod5 PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure
19 It verifies a PKCS#7 signedData structure given in I<p7>.
H A DPKCS7_sign_add_signer.pod60 The signedData structure includes several PKCS#7 authenticatedAttributes
/freebsd/crypto/krb5/src/tests/asn.1/
H A Dpkinit.asn149 -- is id-signedData (1.2.840.113549.1.7.2),
183 -- is id-signedData (1.2.840.113549.1.7.2).
198 -- id-signedData (1.2.840.113549.1.7.2), and the
/freebsd/crypto/heimdal/lib/asn1/
H A Dcms.asn114 id-pkcs7-signedData OBJECT IDENTIFIER ::= { id-pkcs7 2 }
/freebsd/crypto/openssl/test/
H A Dcmsapitest.c310 CMS_SignedData_verify(cms->d.signedData, NULL, NULL, NULL, in test_d2i_CMS_bio_NULL()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et100 error_code DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED, "Digest in signedData not accepted"
/freebsd/crypto/heimdal/
H A DChangeLog.20061847 building for clients sending incomplete path in the signedData.
1852 building for clients sending incomplete path in the signedData.
1856 signedData.
H A DChangeLog.2005385 store it though), don't check the oid of the DH signedData for
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog1893 signedData
1895 * hxtool.c: Allow passing in pool and anchor to signedData
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt214 pkcs7 2 : : pkcs7-signedData
/freebsd/crypto/openssl/
H A DCHANGES.md7600 When verifying a signedData message the CMS code can enter an infinite loop
7602 denial of service against any system which verifies signedData messages using
8771 When verifying a signedData message the CMS code can enter an infinite loop
8773 denial of service against any system which verifies signedData messages using
9844 When verifying a signedData message the CMS code can enter an infinite loop
9846 denial of service against any system which verifies signedData messages using
10771 support for data, signedData, compressedData, digestedData and
11149 to an existing PKCS#7 signedData structure. Also -md option to use an
12602 CRLs, for example PKCS#7 signedData. Modify PKCS7_verify() to use any CRLs