Go to the source code of this file.
|
BIO * | cms_content_bio (CMS_ContentInfo *cms) |
|
CMS_ContentInfo * | cms_Data_create (void) |
|
CMS_ContentInfo * | cms_DigestedData_create (const EVP_MD *md) |
|
BIO * | cms_DigestedData_init_bio (CMS_ContentInfo *cms) |
|
int | cms_DigestedData_do_final (CMS_ContentInfo *cms, BIO *chain, int verify) |
|
BIO * | cms_SignedData_init_bio (CMS_ContentInfo *cms) |
|
int | cms_SignedData_final (CMS_ContentInfo *cms, BIO *chain) |
|
int | cms_set1_SignerIdentifier (CMS_SignerIdentifier *sid, X509 *cert, int type) |
|
int | cms_SignerIdentifier_get0_signer_id (CMS_SignerIdentifier *sid, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) |
|
int | cms_SignerIdentifier_cert_cmp (CMS_SignerIdentifier *sid, X509 *cert) |
|
CMS_ContentInfo * | cms_CompressedData_create (int comp_nid) |
|
BIO * | cms_CompressedData_init_bio (CMS_ContentInfo *cms) |
|
void | cms_DigestAlgorithm_set (X509_ALGOR *alg, const EVP_MD *md) |
|
BIO * | cms_DigestAlgorithm_init_bio (X509_ALGOR *digestAlgorithm) |
|
int | cms_DigestAlgorithm_find_ctx (EVP_MD_CTX *mctx, BIO *chain, X509_ALGOR *mdalg) |
|
BIO * | cms_EncryptedContent_init_bio (CMS_EncryptedContentInfo *ec) |
|
BIO * | cms_EncryptedData_init_bio (CMS_ContentInfo *cms) |
|
int | cms_EncryptedContent_init (CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) |
|
int | cms_Receipt_verify (CMS_ContentInfo *cms, CMS_ContentInfo *req_cms) |
|
int | cms_msgSigDigest_add1 (CMS_SignerInfo *dest, CMS_SignerInfo *src) |
|
ASN1_OCTET_STRING * | cms_encode_Receipt (CMS_SignerInfo *si) |
|
BIO * | cms_EnvelopedData_init_bio (CMS_ContentInfo *cms) |
|
CMS_EnvelopedData * | cms_get0_enveloped (CMS_ContentInfo *cms) |
|
int | cms_RecipientInfo_pwri_crypt (CMS_ContentInfo *cms, CMS_RecipientInfo *ri, int en_de) |
|
#define CMS_CERTCHOICE_CERT 0 |
#define CMS_CERTCHOICE_EXCERT 1 |
#define CMS_CERTCHOICE_OTHER 4 |
#define CMS_CERTCHOICE_V1ACERT 2 |
#define CMS_CERTCHOICE_V2ACERT 3 |
#define CMS_RECIPINFO_ISSUER_SERIAL 0 |
#define CMS_RECIPINFO_KEYIDENTIFIER 1 |
#define CMS_REVCHOICE_CRL 0 |
#define CMS_REVCHOICE_OTHER 1 |
#define CMS_SIGNERINFO_ISSUER_SERIAL 0 |
#define CMS_SIGNERINFO_KEYIDENTIFIER 1 |
BIO* cms_DigestAlgorithm_init_bio |
( |
X509_ALGOR * |
digestAlgorithm | ) |
|