Home
last modified time | relevance | path

Searched refs:CMS_sign_ex (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DCMS_sign.pod5 CMS_sign, CMS_sign_ex - create a CMS SignedData structure
11 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
20 CMS_sign_ex() creates and returns a CMS SignedData structure.
32 CMS_sign() is similar to CMS_sign_ex() but uses default values of NULL
118 CMS_sign_ex() and CMS_sign() return either a valid CMS_ContentInfo
131 The CMS_sign_ex() method was added in OpenSSL 3.0.
133 Since OpenSSL 3.2, CMS_sign_ex() and CMS_sign() ignore any duplicate
H A DCMS_add0_cert.pod25 This is used by L<CMS_sign_ex(3)> and L<CMS_sign(3)> and may be used before
68 L<CMS_sign(3)>, L<CMS_sign_ex(3)>, L<CMS_verify(3)>,
H A DCMS_final.pod33 To sign a pre-computed digest, L<CMS_sign(3)> or CMS_sign_ex() is called
H A DCMS_signed_get_attr.pod163 Calling CMS_sign_ex(), CMS_sign_receipt() or CMS_add1_signer() may add
194 (i.e. during calls to any of CMS_sign_ex(), CMS_sign(), CMS_sign_receipt(),
/openssl/crypto/cms/
H A Dcms_smime.c513 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, in CMS_sign_ex() function
564 return CMS_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL); in CMS_sign()
588 cms = CMS_sign_ex(NULL, NULL, certs, NULL, flags, in CMS_sign_receipt()
/openssl/include/openssl/
H A Dcms.h.in133 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
/openssl/apps/
H A Dcms.c1081 cms = CMS_sign_ex(NULL, NULL, other, in, flags, libctx, app_get0_propq()); in cms_main()
/openssl/util/
H A Dlibcrypto.num5160 CMS_sign_ex 5288 3_0_0 EXIST::FUNCTION:CMS
/openssl/
H A DCHANGES.md946 a certificate to be added is already present. `CMS_sign_ex()` and

Completed in 91 milliseconds