Searched refs:signedData (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/cms/ |
| H A D | cms_sd.c | 29 return cms->d.signedData; in cms_get0_signed() 35 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init() 36 if (!cms->d.signedData) { in cms_signed_data_init() 40 cms->d.signedData->version = 1; in cms_signed_data_init() 41 cms->d.signedData->encapContentInfo->eContentType = in cms_signed_data_init() 43 cms->d.signedData->encapContentInfo->partial = 1; in cms_signed_data_init() 46 return cms->d.signedData; in cms_signed_data_init() 126 ASN1_OBJECT *ctype = cms->d.signedData->encapContentInfo->eContentType; in cms_set_si_contentType_attr() 652 cms->d.signedData->encapContentInfo->partial = 0; in cms_SignedData_final() 783 if (cms->d.signedData->encapContentInfo->partial) in cms_SignedData_init_bio()
|
| H A D | cms_lib.c | 165 return &cms->d.signedData->encapContentInfo->eContent; in CMS_get0_content() 201 return &cms->d.signedData->encapContentInfo->eContentType; in cms_get0_econtent_type() 346 return &cms->d.signedData->certificates; in STACK_OF() 423 return &cms->d.signedData->crls; in STACK_OF()
|
| H A D | cms_io.c | 74 mdalgs = cms->d.signedData->digestAlgorithms; in SMIME_write_CMS()
|
| H A D | cms_local.h | 51 CMS_SignedData *signedData; member
|
| H A D | cms_asn1.c | 272 … ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP(CMS_ContentInfo, d.signedData, CMS_SignedData, 0)),
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | CMS_get0_SignerInfos.pod | 8 - 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 D | PKCS7_sign.pod | 5 PKCS7_sign - create a PKCS#7 signedData structure 16 PKCS7_sign() creates and returns a PKCS#7 signedData structure. B<signcert> is 50 The signedData structure includes several PKCS#7 authenticatedAttributes
|
| H A D | PKCS7_verify.pod | 5 PKCS7_verify, PKCS7_get0_signers - verify a PKCS#7 signedData structure 18 PKCS7_verify() verifies a PKCS#7 signedData structure. B<p7> is the PKCS7 37 be signedData. There must be at least one signature on the data and if
|
| H A D | SMIME_write_PKCS7.pod | 27 this option only makes sense for signedData where B<PKCS7_DETACHED>
|
| H A D | PKCS7_sign_add_signer.pod | 59 The signedData structure includes several PKCS#7 authenticatedAttributes
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | cms.asn1 | 14 id-pkcs7-signedData OBJECT IDENTIFIER ::= { id-pkcs7 2 }
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 100 error_code DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED, "Digest in signedData not accepted"
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 1847 building for clients sending incomplete path in the signedData. 1852 building for clients sending incomplete path in the signedData. 1856 signedData.
|
| H A D | ChangeLog.2005 | 385 store it though), don't check the oid of the DH signedData for
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 1893 signedData 1895 * hxtool.c: Allow passing in pool and anchor to signedData
|
| /freebsd-13.1/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 211 pkcs7 2 : : pkcs7-signedData
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 2970 When verifying a signedData message the CMS code can enter an infinite loop 2972 denial of service against any system which verifies signedData messages using 4657 support for data, signedData, compressedData, digestedData and 4997 to an existing PKCS#7 signedData structure. Also -md option to use an 6267 CRLs, for example PKCS#7 signedData. Modify PKCS7_verify() to use any CRLs
|