Searched refs:CMS_sign_ex (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_sign.pod | 5 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.
|
H A D | CMS_add0_cert.pod | 23 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 D | CMS_signed_get_attr.pod | 163 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(),
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_smime.c | 504 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey, in CMS_sign_ex() function 552 return CMS_sign_ex(signcert, pkey, certs, data, flags, NULL, NULL); in CMS_sign() 576 cms = CMS_sign_ex(NULL, NULL, certs, NULL, flags, in CMS_sign_receipt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cms.h.in | 126 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
|
H A D | cms.h | 224 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
|
/freebsd/crypto/openssl/apps/ |
H A D | cms.c | 1050 cms = CMS_sign_ex(NULL, NULL, other, in, flags, libctx, app_get0_propq()); in cms_main()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4396 CMS_sign_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1130 MLINKS+= CMS_sign.3 CMS_sign_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5160 CMS_sign_ex 5288 3_0_0 EXIST::FUNCTION:CMS
|