deimos.openssl.cms

Undocumented in source.

Public Imports

deimos.openssl.x509
public import deimos.openssl.x509;
Undocumented in source.

Members

Aliases

CMS_ContentInfo
alias CMS_ContentInfo = CMS_ContentInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_Receipt
alias CMS_Receipt = CMS_Receipt_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_ReceiptRequest
alias CMS_ReceiptRequest = CMS_ReceiptRequest_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo
alias CMS_RecipientInfo = CMS_RecipientInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RevocationInfoChoice
alias CMS_RevocationInfoChoice = CMS_RevocationInfoChoice_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo
alias CMS_SignerInfo = CMS_SignerInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

BIO_new_CMS
BIO* BIO_new_CMS(BIO* out_, CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_EncryptedData_decrypt
int CMS_EncryptedData_decrypt(CMS_ContentInfo* cms, const(ubyte)* key, size_t keylen, BIO* dcont, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_EncryptedData_encrypt
CMS_ContentInfo* CMS_EncryptedData_encrypt(BIO* in_, const(EVP_CIPHER)* cipher, const(ubyte)* key, size_t keylen, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_EncryptedData_set1_key
int CMS_EncryptedData_set1_key(CMS_ContentInfo* cms, const(EVP_CIPHER)* ciph, const(ubyte)* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_EnvelopedData_create
CMS_ContentInfo* CMS_EnvelopedData_create(const(EVP_CIPHER)* cipher)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_ReceiptRequest_create0
CMS_ReceiptRequest* CMS_ReceiptRequest_create0(ubyte* id, int idlen, int allorfirst, STACK_OF!(GENERAL_NAMES)* receiptList, STACK_OF!(GENERAL_NAMES)* receiptsTo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_ReceiptRequest_get0_values
void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest* rr, ASN1_STRING** pcid, int* pallorfirst, STACK_OF!(GENERAL_NAMES)** plist, STACK_OF!(GENERAL_NAMES)** prto)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_decrypt
int CMS_RecipientInfo_decrypt(CMS_ContentInfo* cms, CMS_RecipientInfo* ri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_kekri_get0_id
int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo* ri, X509_ALGOR** palg, ASN1_OCTET_STRING** pid, ASN1_GENERALIZEDTIME** pdate, ASN1_OBJECT** potherid, ASN1_TYPE** pothertype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_kekri_id_cmp
int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo* ri, const(ubyte)* id, size_t idlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_ktri_cert_cmp
int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo* ri, X509* cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_ktri_get0_algs
int CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo* ri, EVP_PKEY** pk, X509** recip, X509_ALGOR** palg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_ktri_get0_signer_id
int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo* ri, ASN1_OCTET_STRING** keyid, X509_NAME** issuer, ASN1_INTEGER** sno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_set0_key
int CMS_RecipientInfo_set0_key(CMS_RecipientInfo* ri, ubyte* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_set0_password
int CMS_RecipientInfo_set0_password(CMS_RecipientInfo* ri, ubyte* pass, ossl_ssize_t passlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_set0_pkey
int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo* ri, EVP_PKEY* pkey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_type
int CMS_RecipientInfo_type(CMS_RecipientInfo* ri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignedData_init
int CMS_SignedData_init(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_cert_cmp
int CMS_SignerInfo_cert_cmp(CMS_SignerInfo* si, X509* cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_get0_algs
void CMS_SignerInfo_get0_algs(CMS_SignerInfo* si, EVP_PKEY** pk, X509** signer, X509_ALGOR** pdig, X509_ALGOR** psig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_get0_signer_id
int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo* si, ASN1_OCTET_STRING** keyid, X509_NAME** issuer, ASN1_INTEGER** sno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_set1_signer_cert
void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo* si, X509* signer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_sign
int CMS_SignerInfo_sign(CMS_SignerInfo* si)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_verify
int CMS_SignerInfo_verify(CMS_SignerInfo* si)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_verify_content
int CMS_SignerInfo_verify_content(CMS_SignerInfo* si, BIO* chain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_CertificateChoices
CMS_CertificateChoices* CMS_add0_CertificateChoices(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_RevocationInfoChoice
CMS_RevocationInfoChoice* CMS_add0_RevocationInfoChoice(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_cert
int CMS_add0_cert(CMS_ContentInfo* cms, X509* cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_crl
int CMS_add0_crl(CMS_ContentInfo* cms, X509_CRL* crl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_recipient_key
CMS_RecipientInfo* CMS_add0_recipient_key(CMS_ContentInfo* cms, int nid, ubyte* key, size_t keylen, ubyte* id, size_t idlen, ASN1_GENERALIZEDTIME* date, ASN1_OBJECT* otherTypeId, ASN1_TYPE* otherType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add0_recipient_password
CMS_RecipientInfo* CMS_add0_recipient_password(CMS_ContentInfo* cms, int iter, int wrap_nid, int pbe_nid, ubyte* pass, ossl_ssize_t passlen, const(EVP_CIPHER)* kekciph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add1_ReceiptRequest
int CMS_add1_ReceiptRequest(CMS_SignerInfo* si, CMS_ReceiptRequest* rr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add1_cert
int CMS_add1_cert(CMS_ContentInfo* cms, X509* cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add1_crl
int CMS_add1_crl(CMS_ContentInfo* cms, X509_CRL* crl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add1_recipient_cert
CMS_RecipientInfo* CMS_add1_recipient_cert(CMS_ContentInfo* cms, X509* recip, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add1_signer
CMS_SignerInfo* CMS_add1_signer(CMS_ContentInfo* cms, X509* signer, EVP_PKEY* pk, const(EVP_MD)* md, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add_simple_smimecap
int CMS_add_simple_smimecap(STACK_OF!(X509_ALGOR)** algs, int algnid, int keysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add_smimecap
int CMS_add_smimecap(CMS_SignerInfo* si, STACK_OF!(X509_ALGOR)* algs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_add_standard_smimecap
int CMS_add_standard_smimecap(STACK_OF!(X509_ALGOR)** smcap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_compress
CMS_ContentInfo* CMS_compress(BIO* in_, int comp_nid, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_data
int CMS_data(CMS_ContentInfo* cms, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_dataFinal
int CMS_dataFinal(CMS_ContentInfo* cms, BIO* bio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_dataInit
BIO* CMS_dataInit(CMS_ContentInfo* cms, BIO* icont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_data_create
CMS_ContentInfo* CMS_data_create(BIO* in_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_decrypt
int CMS_decrypt(CMS_ContentInfo* cms, EVP_PKEY* pkey, X509* cert, BIO* dcont, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_decrypt_set1_key
int CMS_decrypt_set1_key(CMS_ContentInfo* cms, ubyte* key, size_t keylen, ubyte* id, size_t idlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_decrypt_set1_password
int CMS_decrypt_set1_password(CMS_ContentInfo* cms, ubyte* pass, ossl_ssize_t passlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_decrypt_set1_pkey
int CMS_decrypt_set1_pkey(CMS_ContentInfo* cms, EVP_PKEY* pk, X509* cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_digest_create
CMS_ContentInfo* CMS_digest_create(BIO* in_, const(EVP_MD)* md, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_digest_verify
int CMS_digest_verify(CMS_ContentInfo* cms, BIO* dcont, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_encrypt
CMS_ContentInfo* CMS_encrypt(STACK_OF!(X509)* certs, BIO* in_, const(EVP_CIPHER)* cipher, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_final
int CMS_final(CMS_ContentInfo* cms, BIO* data, BIO* dcont, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_RecipientInfos
STACK_OF!(CMS_RecipientInfo)* CMS_get0_RecipientInfos(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_SignerInfos
STACK_OF!(CMS_SignerInfo)* CMS_get0_SignerInfos(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_content
ASN1_OCTET_STRING** CMS_get0_content(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_eContentType
const(ASN1_OBJECT)* CMS_get0_eContentType(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_signers
STACK_OF!(X509)* CMS_get0_signers(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get0_type
const(ASN1_OBJECT)* CMS_get0_type(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get1_ReceiptRequest
int CMS_get1_ReceiptRequest(CMS_SignerInfo* si, CMS_ReceiptRequest** prr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get1_certs
STACK_OF!(X509)* CMS_get1_certs(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_get1_crls
STACK_OF!(X509_CRL)* CMS_get1_crls(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_is_detached
int CMS_is_detached(CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_set1_eContentType
int CMS_set1_eContentType(CMS_ContentInfo* cms, const(ASN1_OBJECT)* oid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_set1_signers_certs
int CMS_set1_signers_certs(CMS_ContentInfo* cms, STACK_OF!(X509)* certs, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_set_detached
int CMS_set_detached(CMS_ContentInfo* cms, int detached)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_sign
CMS_ContentInfo* CMS_sign(X509* signcert, EVP_PKEY* pkey, STACK_OF!(X509)* certs, BIO* data, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_sign_receipt
CMS_ContentInfo* CMS_sign_receipt(CMS_SignerInfo* si, X509* signcert, EVP_PKEY* pkey, STACK_OF!(X509)* certs, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_add1_attr
int CMS_signed_add1_attr(CMS_SignerInfo* si, X509_ATTRIBUTE* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_add1_attr_by_NID
int CMS_signed_add1_attr_by_NID(CMS_SignerInfo* si, int nid, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_add1_attr_by_OBJ
int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo* si, const(ASN1_OBJECT)* obj, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_add1_attr_by_txt
int CMS_signed_add1_attr_by_txt(CMS_SignerInfo* si, const(char)* attrname, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_delete_attr
X509_ATTRIBUTE* CMS_signed_delete_attr(CMS_SignerInfo* si, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_get0_data_by_OBJ
void* CMS_signed_get0_data_by_OBJ(CMS_SignerInfo* si, ASN1_OBJECT* oid, int lastpos, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_get_attr
X509_ATTRIBUTE* CMS_signed_get_attr(const(CMS_SignerInfo)* si, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_get_attr_by_NID
int CMS_signed_get_attr_by_NID(const(CMS_SignerInfo)* si, int nid, int lastpos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_get_attr_by_OBJ
int CMS_signed_get_attr_by_OBJ(const(CMS_SignerInfo)* si, ASN1_OBJECT* obj, int lastpos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_signed_get_attr_count
int CMS_signed_get_attr_count(const(CMS_SignerInfo)* si)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_stream
int CMS_stream(ubyte*** boundary, CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_uncompress
int CMS_uncompress(CMS_ContentInfo* cms, BIO* dcont, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_add1_attr
int CMS_unsigned_add1_attr(CMS_SignerInfo* si, X509_ATTRIBUTE* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_add1_attr_by_NID
int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo* si, int nid, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_add1_attr_by_OBJ
int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo* si, const(ASN1_OBJECT)* obj, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_add1_attr_by_txt
int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo* si, const(char)* attrname, int type, const(void)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_delete_attr
X509_ATTRIBUTE* CMS_unsigned_delete_attr(CMS_SignerInfo* si, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_get0_data_by_OBJ
void* CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo* si, ASN1_OBJECT* oid, int lastpos, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_get_attr
X509_ATTRIBUTE* CMS_unsigned_get_attr(const(CMS_SignerInfo)* si, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_get_attr_by_NID
int CMS_unsigned_get_attr_by_NID(const(CMS_SignerInfo)* si, int nid, int lastpos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_get_attr_by_OBJ
int CMS_unsigned_get_attr_by_OBJ(const(CMS_SignerInfo)* si, ASN1_OBJECT* obj, int lastpos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_unsigned_get_attr_count
int CMS_unsigned_get_attr_count(const(CMS_SignerInfo)* si)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_verify
int CMS_verify(CMS_ContentInfo* cms, STACK_OF!(X509)* certs, X509_STORE* store, BIO* dcont, BIO* out_, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_verify_receipt
int CMS_verify_receipt(CMS_ContentInfo* rcms, CMS_ContentInfo* ocms, STACK_OF!(X509)* certs, X509_STORE* store, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_load_CMS_strings
void ERR_load_CMS_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PEM_write_bio_CMS_stream
int PEM_write_bio_CMS_stream(BIO* out_, CMS_ContentInfo* cms, BIO* in_, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SMIME_read_CMS
CMS_ContentInfo* SMIME_read_CMS(BIO* bio, BIO** bcont)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SMIME_write_CMS
int SMIME_write_CMS(BIO* bio, CMS_ContentInfo* cms, BIO* data, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
d2i_CMS_bio
CMS_ContentInfo* d2i_CMS_bio(BIO* bp, CMS_ContentInfo** cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
i2d_CMS_bio
int i2d_CMS_bio(BIO* bp, CMS_ContentInfo* cms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
i2d_CMS_bio_stream
int i2d_CMS_bio_stream(BIO* out_, CMS_ContentInfo* cms, BIO* in_, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

CMS_BINARY
enum CMS_BINARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_CRLFEOL
enum CMS_CRLFEOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_DEBUG_DECRYPT
enum CMS_DEBUG_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_DETACHED
enum CMS_DETACHED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CHECK_CONTENT
enum CMS_F_CHECK_CONTENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD0_CERT
enum CMS_F_CMS_ADD0_CERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD0_RECIPIENT_KEY
enum CMS_F_CMS_ADD0_RECIPIENT_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD0_RECIPIENT_PASSWORD
enum CMS_F_CMS_ADD0_RECIPIENT_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD1_RECEIPTREQUEST
enum CMS_F_CMS_ADD1_RECEIPTREQUEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD1_RECIPIENT_CERT
enum CMS_F_CMS_ADD1_RECIPIENT_CERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD1_SIGNER
enum CMS_F_CMS_ADD1_SIGNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ADD1_SIGNINGTIME
enum CMS_F_CMS_ADD1_SIGNINGTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_COMPRESS
enum CMS_F_CMS_COMPRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_COMPRESSEDDATA_CREATE
enum CMS_F_CMS_COMPRESSEDDATA_CREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_COMPRESSEDDATA_INIT_BIO
enum CMS_F_CMS_COMPRESSEDDATA_INIT_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_COPY_CONTENT
enum CMS_F_CMS_COPY_CONTENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_COPY_MESSAGEDIGEST
enum CMS_F_CMS_COPY_MESSAGEDIGEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DATA
enum CMS_F_CMS_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DATAFINAL
enum CMS_F_CMS_DATAFINAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DATAINIT
enum CMS_F_CMS_DATAINIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DECRYPT
enum CMS_F_CMS_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DECRYPT_SET1_KEY
enum CMS_F_CMS_DECRYPT_SET1_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DECRYPT_SET1_PASSWORD
enum CMS_F_CMS_DECRYPT_SET1_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DECRYPT_SET1_PKEY
enum CMS_F_CMS_DECRYPT_SET1_PKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DIGESTALGORITHM_FIND_CTX
enum CMS_F_CMS_DIGESTALGORITHM_FIND_CTX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DIGESTALGORITHM_INIT_BIO
enum CMS_F_CMS_DIGESTALGORITHM_INIT_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DIGESTEDDATA_DO_FINAL
enum CMS_F_CMS_DIGESTEDDATA_DO_FINAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_DIGEST_VERIFY
enum CMS_F_CMS_DIGEST_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCODE_RECEIPT
enum CMS_F_CMS_ENCODE_RECEIPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCRYPT
enum CMS_F_CMS_ENCRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO
enum CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCRYPTEDDATA_DECRYPT
enum CMS_F_CMS_ENCRYPTEDDATA_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT
enum CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY
enum CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENVELOPEDDATA_CREATE
enum CMS_F_CMS_ENVELOPEDDATA_CREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENVELOPEDDATA_INIT_BIO
enum CMS_F_CMS_ENVELOPEDDATA_INIT_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_ENVELOPED_DATA_INIT
enum CMS_F_CMS_ENVELOPED_DATA_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_FINAL
enum CMS_F_CMS_FINAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_CERTIFICATE_CHOICES
enum CMS_F_CMS_GET0_CERTIFICATE_CHOICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_CONTENT
enum CMS_F_CMS_GET0_CONTENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_ECONTENT_TYPE
enum CMS_F_CMS_GET0_ECONTENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_ENVELOPED
enum CMS_F_CMS_GET0_ENVELOPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_REVOCATION_CHOICES
enum CMS_F_CMS_GET0_REVOCATION_CHOICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_GET0_SIGNED
enum CMS_F_CMS_GET0_SIGNED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_MSGSIGDIGEST_ADD1
enum CMS_F_CMS_MSGSIGDIGEST_ADD1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECEIPTREQUEST_CREATE0
enum CMS_F_CMS_RECEIPTREQUEST_CREATE0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECEIPT_VERIFY
enum CMS_F_CMS_RECEIPT_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_DECRYPT
enum CMS_F_CMS_RECIPIENTINFO_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT
enum CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT
enum CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID
enum CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP
enum CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP
enum CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT
enum CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT
enum CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS
enum CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID
enum CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT
enum CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_SET0_KEY
enum CMS_F_CMS_RECIPIENTINFO_SET0_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD
enum CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_RECIPIENTINFO_SET0_PKEY
enum CMS_F_CMS_RECIPIENTINFO_SET0_PKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SET1_SIGNERIDENTIFIER
enum CMS_F_CMS_SET1_SIGNERIDENTIFIER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SET_DETACHED
enum CMS_F_CMS_SET_DETACHED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGN
enum CMS_F_CMS_SIGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNED_DATA_INIT
enum CMS_F_CMS_SIGNED_DATA_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNERINFO_CONTENT_SIGN
enum CMS_F_CMS_SIGNERINFO_CONTENT_SIGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNERINFO_SIGN
enum CMS_F_CMS_SIGNERINFO_SIGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNERINFO_VERIFY
enum CMS_F_CMS_SIGNERINFO_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNERINFO_VERIFY_CERT
enum CMS_F_CMS_SIGNERINFO_VERIFY_CERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT
enum CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_SIGN_RECEIPT
enum CMS_F_CMS_SIGN_RECEIPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_STREAM
enum CMS_F_CMS_STREAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_UNCOMPRESS
enum CMS_F_CMS_UNCOMPRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_F_CMS_VERIFY
enum CMS_F_CMS_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOATTR
enum CMS_NOATTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOCERTS
enum CMS_NOCERTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOCRL
enum CMS_NOCRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOINTERN
enum CMS_NOINTERN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOOLDMIMETYPE
enum CMS_NOOLDMIMETYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOSIGS
enum CMS_NOSIGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOSMIMECAP
enum CMS_NOSMIMECAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NOVERIFY
enum CMS_NOVERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NO_ATTR_VERIFY
enum CMS_NO_ATTR_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NO_CONTENT_VERIFY
enum CMS_NO_CONTENT_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_NO_SIGNER_CERT_VERIFY
enum CMS_NO_SIGNER_CERT_VERIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_PARTIAL
enum CMS_PARTIAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RECIPINFO_AGREE
enum CMS_RECIPINFO_AGREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RECIPINFO_KEK
enum CMS_RECIPINFO_KEK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RECIPINFO_OTHER
enum CMS_RECIPINFO_OTHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RECIPINFO_PASS
enum CMS_RECIPINFO_PASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RECIPINFO_TRANS
enum CMS_RECIPINFO_TRANS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_REUSE_DIGEST
enum CMS_REUSE_DIGEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_ADD_SIGNER_ERROR
enum CMS_R_ADD_SIGNER_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CERTIFICATE_ALREADY_PRESENT
enum CMS_R_CERTIFICATE_ALREADY_PRESENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CERTIFICATE_HAS_NO_KEYID
enum CMS_R_CERTIFICATE_HAS_NO_KEYID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CERTIFICATE_VERIFY_ERROR
enum CMS_R_CERTIFICATE_VERIFY_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CIPHER_INITIALISATION_ERROR
enum CMS_R_CIPHER_INITIALISATION_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR
enum CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CMS_DATAFINAL_ERROR
enum CMS_R_CMS_DATAFINAL_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CMS_LIB
enum CMS_R_CMS_LIB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENTIDENTIFIER_MISMATCH
enum CMS_R_CONTENTIDENTIFIER_MISMATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_NOT_FOUND
enum CMS_R_CONTENT_NOT_FOUND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_TYPE_MISMATCH
enum CMS_R_CONTENT_TYPE_MISMATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA
enum CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA
enum CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA
enum CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CONTENT_VERIFY_ERROR
enum CMS_R_CONTENT_VERIFY_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CTRL_ERROR
enum CMS_R_CTRL_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_CTRL_FAILURE
enum CMS_R_CTRL_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_DECRYPT_ERROR
enum CMS_R_DECRYPT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_DIGEST_ERROR
enum CMS_R_DIGEST_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_ERROR_GETTING_PUBLIC_KEY
enum CMS_R_ERROR_GETTING_PUBLIC_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE
enum CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_ERROR_SETTING_KEY
enum CMS_R_ERROR_SETTING_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_ERROR_SETTING_RECIPIENTINFO
enum CMS_R_ERROR_SETTING_RECIPIENTINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_INVALID_ENCRYPTED_KEY_LENGTH
enum CMS_R_INVALID_ENCRYPTED_KEY_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER
enum CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_INVALID_KEY_LENGTH
enum CMS_R_INVALID_KEY_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MD_BIO_INIT_ERROR
enum CMS_R_MD_BIO_INIT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH
enum CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MESSAGEDIGEST_WRONG_LENGTH
enum CMS_R_MESSAGEDIGEST_WRONG_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MSGSIGDIGEST_ERROR
enum CMS_R_MSGSIGDIGEST_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE
enum CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_MSGSIGDIGEST_WRONG_LENGTH
enum CMS_R_MSGSIGDIGEST_WRONG_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NEED_ONE_SIGNER
enum CMS_R_NEED_ONE_SIGNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_A_SIGNED_RECEIPT
enum CMS_R_NOT_A_SIGNED_RECEIPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_ENCRYPTED_DATA
enum CMS_R_NOT_ENCRYPTED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_KEK
enum CMS_R_NOT_KEK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_KEY_TRANSPORT
enum CMS_R_NOT_KEY_TRANSPORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_PWRI
enum CMS_R_NOT_PWRI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE
enum CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_CIPHER
enum CMS_R_NO_CIPHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_CONTENT
enum CMS_R_NO_CONTENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_CONTENT_TYPE
enum CMS_R_NO_CONTENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_DEFAULT_DIGEST
enum CMS_R_NO_DEFAULT_DIGEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_DIGEST_SET
enum CMS_R_NO_DIGEST_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_KEY
enum CMS_R_NO_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_KEY_OR_CERT
enum CMS_R_NO_KEY_OR_CERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_MATCHING_DIGEST
enum CMS_R_NO_MATCHING_DIGEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_MATCHING_RECIPIENT
enum CMS_R_NO_MATCHING_RECIPIENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_MATCHING_SIGNATURE
enum CMS_R_NO_MATCHING_SIGNATURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_MSGSIGDIGEST
enum CMS_R_NO_MSGSIGDIGEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_PASSWORD
enum CMS_R_NO_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_PRIVATE_KEY
enum CMS_R_NO_PRIVATE_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_PUBLIC_KEY
enum CMS_R_NO_PUBLIC_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_RECEIPT_REQUEST
enum CMS_R_NO_RECEIPT_REQUEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_NO_SIGNERS
enum CMS_R_NO_SIGNERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE
enum CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_RECEIPT_DECODE_ERROR
enum CMS_R_RECEIPT_DECODE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_RECIPIENT_ERROR
enum CMS_R_RECIPIENT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_SIGNER_CERTIFICATE_NOT_FOUND
enum CMS_R_SIGNER_CERTIFICATE_NOT_FOUND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_SIGNFINAL_ERROR
enum CMS_R_SIGNFINAL_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_SMIME_TEXT_ERROR
enum CMS_R_SMIME_TEXT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_STORE_INIT_ERROR
enum CMS_R_STORE_INIT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_TYPE_NOT_COMPRESSED_DATA
enum CMS_R_TYPE_NOT_COMPRESSED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_TYPE_NOT_DATA
enum CMS_R_TYPE_NOT_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_TYPE_NOT_DIGESTED_DATA
enum CMS_R_TYPE_NOT_DIGESTED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_TYPE_NOT_ENCRYPTED_DATA
enum CMS_R_TYPE_NOT_ENCRYPTED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_TYPE_NOT_ENVELOPED_DATA
enum CMS_R_TYPE_NOT_ENVELOPED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNABLE_TO_FINALIZE_CONTEXT
enum CMS_R_UNABLE_TO_FINALIZE_CONTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNKNOWN_CIPHER
enum CMS_R_UNKNOWN_CIPHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNKNOWN_DIGEST_ALGORIHM
enum CMS_R_UNKNOWN_DIGEST_ALGORIHM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNKNOWN_ID
enum CMS_R_UNKNOWN_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM
enum CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_CONTENT_TYPE
enum CMS_R_UNSUPPORTED_CONTENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_KEK_ALGORITHM
enum CMS_R_UNSUPPORTED_KEK_ALGORITHM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM
enum CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_RECIPIENT_TYPE
enum CMS_R_UNSUPPORTED_RECIPIENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE
enum CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNSUPPORTED_TYPE
enum CMS_R_UNSUPPORTED_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNWRAP_ERROR
enum CMS_R_UNWRAP_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_UNWRAP_FAILURE
enum CMS_R_UNWRAP_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_VERIFICATION_FAILURE
enum CMS_R_VERIFICATION_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_R_WRAP_ERROR
enum CMS_R_WRAP_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SIGNERINFO_ISSUER_SERIAL
enum CMS_SIGNERINFO_ISSUER_SERIAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SIGNERINFO_KEYIDENTIFIER
enum CMS_SIGNERINFO_KEYIDENTIFIER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_STREAM
enum CMS_STREAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_TEXT
enum CMS_TEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_USE_KEYID
enum CMS_USE_KEYID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

CMS_CertificateChoices
struct CMS_CertificateChoices
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_ContentInfo_st
struct CMS_ContentInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_ReceiptRequest_st
struct CMS_ReceiptRequest_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_Receipt_st
struct CMS_Receipt_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RecipientInfo_st
struct CMS_RecipientInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_RevocationInfoChoice_st
struct CMS_RevocationInfoChoice_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CMS_SignerInfo_st
struct CMS_SignerInfo_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta