Home
last modified time | relevance | path

Searched refs:CMS_SignerInfo (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/cms/
H A Dcms_att.c70 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) in CMS_signed_get_attr_count()
103 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_OBJ()
112 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_NID()
120 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_txt()
130 void *CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, in CMS_signed_get0_data_by_OBJ()
137 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) in CMS_unsigned_get_attr_count()
148 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, in CMS_unsigned_get_attr_by_OBJ()
171 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_OBJ()
180 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_NID()
189 int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, in CMS_unsigned_add1_attr_by_txt()
[all …]
H A Dcms_sd.c70 CMS_SignerInfo *si; in cms_sd_set_version()
139 STACK_OF(CMS_SignerInfo) *sinfos; in cms_copy_messageDigest()
140 CMS_SignerInfo *sitmp; in cms_copy_messageDigest()
339 CMS_SignerInfo *si = NULL; in CMS_add1_signer()
541 CMS_SignerInfo *si; in ossl_cms_SignerInfos_set_cmsctx()
542 STACK_OF(CMS_SignerInfo) *sinfos; in ossl_cms_SignerInfos_set_cmsctx()
606 STACK_OF(CMS_SignerInfo) *sinfos; in STACK_OF()
607 CMS_SignerInfo *si; in STACK_OF()
651 CMS_SignerInfo *si; in CMS_set1_signers_certs()
813 STACK_OF(CMS_SignerInfo) *sinfos; in ossl_cms_SignedData_final()
[all …]
H A Dcms_ess.c26 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr) in IMPLEMENT_ASN1_FUNCTIONS()
52 static int ossl_cms_signerinfo_get_signing_cert(const CMS_SignerInfo *si, in ossl_cms_signerinfo_get_signing_cert()
79 static int ossl_cms_signerinfo_get_signing_cert_v2(const CMS_SignerInfo *si, in ossl_cms_signerinfo_get_signing_cert_v2()
102 int ossl_cms_check_signing_certs(const CMS_SignerInfo *si, in ossl_cms_check_signing_certs()
167 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) in CMS_add1_ReceiptRequest()
218 static int cms_msgSigDigest(CMS_SignerInfo *si, in cms_msgSigDigest()
235 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src) in ossl_cms_msgSigDigest_add1()
259 STACK_OF(CMS_SignerInfo) *sis, *osis; in ossl_cms_Receipt_verify()
260 CMS_SignerInfo *si, *osi = NULL; in ossl_cms_Receipt_verify()
383 ASN1_OCTET_STRING *ossl_cms_encode_Receipt(CMS_SignerInfo *si) in ossl_cms_encode_Receipt()
H A Dcms_asn1.c50 CMS_SignerInfo *si = (CMS_SignerInfo *)*pval;
59 ASN1_SEQUENCE_cb(CMS_SignerInfo, cms_si_cb) = {
60 ASN1_EMBED(CMS_SignerInfo, version, INT32),
61 ASN1_SIMPLE(CMS_SignerInfo, sid, CMS_SignerIdentifier),
62 ASN1_SIMPLE(CMS_SignerInfo, digestAlgorithm, X509_ALGOR),
63 ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, signedAttrs, X509_ATTRIBUTE, 0),
64 ASN1_SIMPLE(CMS_SignerInfo, signatureAlgorithm, X509_ALGOR),
65 ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING),
66 ASN1_IMP_SET_OF_OPT(CMS_SignerInfo, unsignedAttrs, X509_ATTRIBUTE, 1)
67 } ASN1_SEQUENCE_END_cb(CMS_SignerInfo, CMS_SignerInfo)
[all …]
H A Dcms_local.h78 STACK_OF(CMS_SignerInfo) *signerInfos;
368 DECLARE_ASN1_ITEM(CMS_SignerInfo)
444 int ossl_cms_msgSigDigest_add1(CMS_SignerInfo *dest, CMS_SignerInfo *src);
445 ASN1_OCTET_STRING *ossl_cms_encode_Receipt(CMS_SignerInfo *si);
475 int ossl_cms_si_check_attributes(const CMS_SignerInfo *si);
480 int ossl_cms_check_signing_certs(const CMS_SignerInfo *si,
486 int ossl_cms_rsa_sign(CMS_SignerInfo *si, int verify);
H A Dcms_rsa.c195 static int rsa_cms_sign(CMS_SignerInfo *si) in rsa_cms_sign()
244 static int rsa_cms_verify(CMS_SignerInfo *si) in rsa_cms_verify()
270 int ossl_cms_rsa_sign(CMS_SignerInfo *si, int verify) in ossl_cms_rsa_sign()
H A Dcms_smime.c262 static int cms_signerinfo_verify_cert(CMS_SignerInfo *si, in cms_signerinfo_verify_cert()
310 CMS_SignerInfo *si; in CMS_verify()
311 STACK_OF(CMS_SignerInfo) *sinfos; in CMS_verify()
567 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, in CMS_sign_receipt()
571 CMS_SignerInfo *rct_si; in CMS_sign_receipt()
/openssl/include/openssl/
H A Dcms.h.in37 typedef struct CMS_SignerInfo_st CMS_SignerInfo; typedef
48 generate_stack_macros("CMS_SignerInfo")
138 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
279 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
287 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
297 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
298 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
319 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
322 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
325 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
[all …]
/openssl/doc/man3/
H A DCMS_signed_get_attr.pod23 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
24 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
31 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
34 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
37 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
40 void *CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si,
44 int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
47 int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si,
52 int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
55 int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
[all …]
H A DCMS_get0_SignerInfos.pod14 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
16 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid,
18 ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si);
19 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
20 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
24 The function CMS_get0_SignerInfos() returns all the CMS_SignerInfo structures
28 associated with a specific CMS_SignerInfo structure B<si>. Either the
50 In typical usage and application will retrieve all CMS_SignerInfo structures
65 CMS_get0_SignerInfos() returns all CMS_SignerInfo structures, or NULL there
H A DCMS_add1_signer.pod11 CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, X509 *signcert,
15 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
34 The CMS_SignerInfo_sign() function explicitly signs a CMS_SignerInfo
44 CMS_SignerInfo structure and the CMS attribute utility functions or the
57 CMS_SignerInfo structure will not be finalized so additional attributes
84 CMS_add1_signer() returns an internal pointer to the CMS_SignerInfo
90 CMS_add1_signer() returns an internal pointer to the CMS_SignerInfo
H A DCMS_sign_receipt.pod11 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert,
18 the B<CMS_SignerInfo> structure containing the signed receipt request.
H A DCMS_get1_ReceiptRequest.pod20 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
21 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
/openssl/doc/internal/man3/
H A Dcms_add1_signing_cert.pod7 CMS_SignerInfo data structure
13 int cms_add1_signing_cert(CMS_SignerInfo *si, ESS_SIGNING_CERT *sc);
15 int cms_add1_signing_cert_v2(CMS_SignerInfo *si, ESS_SIGNING_CERT_V2 *sc2);
20 attribute to the CMS_SignerInfo I<si>.
22 attribute to the CMS_SignerInfo I<si>.
/openssl/demos/cms/
H A Dcms_ver.c21 STACK_OF(CMS_SignerInfo) *sis; in print_signingTime()
22 CMS_SignerInfo *si; in print_signingTime()
/openssl/apps/
H A Dcms.c1057 STACK_OF(CMS_SignerInfo) *sis; in cms_main()
1058 CMS_SignerInfo *si; in cms_main()
1097 CMS_SignerInfo *si; in cms_main()
1372 STACK_OF(CMS_SignerInfo) *sis; in receipt_request_print()
1373 CMS_SignerInfo *si; in receipt_request_print()
/openssl/util/
H A Dindent.pro157 -T CMS_SignerInfo

Completed in 46 milliseconds