- BIO_new_CMS
libressl_d.openssl.bio.BIO* BIO_new_CMS(libressl_d.openssl.bio.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_ContentInfo_free
void CMS_ContentInfo_free(.CMS_ContentInfo* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_ContentInfo_new
.CMS_ContentInfo* CMS_ContentInfo_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_ContentInfo_print_ctx
int CMS_ContentInfo_print_ctx(libressl_d.openssl.bio.BIO* out_, .CMS_ContentInfo* x, int indent, const(libressl_d.openssl.ossl_typ.ASN1_PCTX)* pctx)
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, libressl_d.openssl.bio.BIO* dcont, libressl_d.openssl.bio.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(libressl_d.openssl.bio.BIO* in_, const(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.ossl_typ.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_st_GENERAL_NAMES* receiptList, .stack_st_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_free
void CMS_ReceiptRequest_free(.CMS_ReceiptRequest* a)
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, libressl_d.openssl.ossl_typ.ASN1_STRING** pcid, int* pallorfirst, .stack_st_GENERAL_NAMES** plist, .stack_st_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_ReceiptRequest_new
.CMS_ReceiptRequest* CMS_ReceiptRequest_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_RecipientEncryptedKey_cert_cmp
int CMS_RecipientEncryptedKey_cert_cmp(.CMS_RecipientEncryptedKey* rek, libressl_d.openssl.ossl_typ.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_RecipientEncryptedKey_get0_id
int CMS_RecipientEncryptedKey_get0_id(.CMS_RecipientEncryptedKey* rek, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** keyid, libressl_d.openssl.ossl_typ.ASN1_GENERALIZEDTIME** tm, .CMS_OtherKeyAttribute** other, libressl_d.openssl.ossl_typ.X509_NAME** issuer, libressl_d.openssl.ossl_typ.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_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_encrypt
int CMS_RecipientInfo_encrypt(.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_get0_pkey_ctx
libressl_d.openssl.ossl_typ.EVP_PKEY_CTX* CMS_RecipientInfo_get0_pkey_ctx(.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_kari_decrypt
int CMS_RecipientInfo_kari_decrypt(.CMS_ContentInfo* cms, .CMS_RecipientInfo* ri, .CMS_RecipientEncryptedKey* rek)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_RecipientInfo_kari_get0_alg
int CMS_RecipientInfo_kari_get0_alg(.CMS_RecipientInfo* ri, libressl_d.openssl.ossl_typ.X509_ALGOR** palg, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** pukm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_RecipientInfo_kari_get0_ctx
libressl_d.openssl.ossl_typ.EVP_CIPHER_CTX* CMS_RecipientInfo_kari_get0_ctx(.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_kari_get0_orig_id
int CMS_RecipientInfo_kari_get0_orig_id(.CMS_RecipientInfo* ri, libressl_d.openssl.ossl_typ.X509_ALGOR** pubalg, libressl_d.openssl.ossl_typ.ASN1_BIT_STRING** pubkey, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** keyid, libressl_d.openssl.ossl_typ.X509_NAME** issuer, libressl_d.openssl.ossl_typ.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_kari_get0_reks
.stack_st_CMS_RecipientEncryptedKey* CMS_RecipientInfo_kari_get0_reks(.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_kari_orig_id_cmp
int CMS_RecipientInfo_kari_orig_id_cmp(.CMS_RecipientInfo* ri, libressl_d.openssl.ossl_typ.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_kari_set0_pkey
int CMS_RecipientInfo_kari_set0_pkey(.CMS_RecipientInfo* ri, libressl_d.openssl.ossl_typ.EVP_PKEY* pk)
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, libressl_d.openssl.ossl_typ.X509_ALGOR** palg, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** pid, libressl_d.openssl.ossl_typ.ASN1_GENERALIZEDTIME** pdate, libressl_d.openssl.asn1.ASN1_OBJECT** potherid, libressl_d.openssl.asn1.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.EVP_PKEY** pk, libressl_d.openssl.ossl_typ.X509** recip, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** keyid, libressl_d.openssl.ossl_typ.X509_NAME** issuer, libressl_d.openssl.ossl_typ.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, libressl_d.compat.sys.types.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, libressl_d.openssl.ossl_typ.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_SharedInfo_encode
int CMS_SharedInfo_encode(ubyte** pder, libressl_d.openssl.ossl_typ.X509_ALGOR* kekalg, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING* ukm, int keylen)
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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.EVP_PKEY** pk, libressl_d.openssl.ossl_typ.X509** signer, libressl_d.openssl.ossl_typ.X509_ALGOR** pdig, libressl_d.openssl.ossl_typ.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_md_ctx
libressl_d.openssl.ossl_typ.EVP_MD_CTX* CMS_SignerInfo_get0_md_ctx(.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_get0_pkey_ctx
libressl_d.openssl.ossl_typ.EVP_PKEY_CTX* CMS_SignerInfo_get0_pkey_ctx(.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_get0_signature
libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING* CMS_SignerInfo_get0_signature(.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_get0_signer_id
int CMS_SignerInfo_get0_signer_id(.CMS_SignerInfo* si, libressl_d.openssl.ossl_typ.ASN1_OCTET_STRING** keyid, libressl_d.openssl.ossl_typ.X509_NAME** issuer, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.bio.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.ASN1_GENERALIZEDTIME* date, libressl_d.openssl.asn1.ASN1_OBJECT* otherTypeId, libressl_d.openssl.asn1.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, libressl_d.compat.sys.types.ssize_t passlen, const(libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.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, libressl_d.openssl.ossl_typ.X509* signer, libressl_d.openssl.ossl_typ.EVP_PKEY* pk, const(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.asn1.stack_st_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, libressl_d.openssl.asn1.stack_st_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(libressl_d.openssl.asn1.stack_st_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(libressl_d.openssl.bio.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, libressl_d.openssl.bio.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, libressl_d.openssl.bio.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
libressl_d.openssl.bio.BIO* CMS_dataInit(.CMS_ContentInfo* cms, libressl_d.openssl.bio.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(libressl_d.openssl.bio.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, libressl_d.openssl.ossl_typ.EVP_PKEY* pkey, libressl_d.openssl.ossl_typ.X509* cert, libressl_d.openssl.bio.BIO* dcont, libressl_d.openssl.bio.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, 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_decrypt_set1_password
int CMS_decrypt_set1_password(.CMS_ContentInfo* cms, ubyte* pass, libressl_d.compat.sys.types.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, libressl_d.openssl.ossl_typ.EVP_PKEY* pk, libressl_d.openssl.ossl_typ.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(libressl_d.openssl.bio.BIO* in_, const(libressl_d.openssl.ossl_typ.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, libressl_d.openssl.bio.BIO* dcont, libressl_d.openssl.bio.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(libressl_d.openssl.x509.stack_st_X509* certs, libressl_d.openssl.bio.BIO* in_, const(libressl_d.openssl.ossl_typ.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, libressl_d.openssl.bio.BIO* data, libressl_d.openssl.bio.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_st_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_st_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
libressl_d.openssl.ossl_typ.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(libressl_d.openssl.asn1.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
libressl_d.openssl.x509.stack_st_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(libressl_d.openssl.asn1.ASN1_OBJECT)* CMS_get0_type(const(.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
libressl_d.openssl.x509.stack_st_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
libressl_d.openssl.x509.stack_st_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(libressl_d.openssl.asn1.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, libressl_d.openssl.x509.stack_st_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(libressl_d.openssl.ossl_typ.X509* signcert, libressl_d.openssl.ossl_typ.EVP_PKEY* pkey, libressl_d.openssl.x509.stack_st_X509* certs, libressl_d.openssl.bio.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, libressl_d.openssl.ossl_typ.X509* signcert, libressl_d.openssl.ossl_typ.EVP_PKEY* pkey, libressl_d.openssl.x509.stack_st_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, libressl_d.openssl.x509.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(libressl_d.openssl.asn1.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
libressl_d.openssl.x509.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, const(libressl_d.openssl.asn1.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
libressl_d.openssl.x509.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, const(libressl_d.openssl.asn1.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, libressl_d.openssl.bio.BIO* dcont, libressl_d.openssl.bio.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, libressl_d.openssl.x509.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(libressl_d.openssl.asn1.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
libressl_d.openssl.x509.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, libressl_d.openssl.asn1.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
libressl_d.openssl.x509.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, const(libressl_d.openssl.asn1.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, libressl_d.openssl.x509.stack_st_X509* certs, libressl_d.openssl.ossl_typ.X509_STORE* store, libressl_d.openssl.bio.BIO* dcont, libressl_d.openssl.bio.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, libressl_d.openssl.x509.stack_st_X509* certs, libressl_d.openssl.ossl_typ.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
int 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_read_CMS
.CMS_ContentInfo* PEM_read_CMS(libressl_d.compat.stdio.FILE* fp, .CMS_ContentInfo** x, libressl_d.openssl.pem.pem_password_cb* cb, void* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PEM_read_bio_CMS
.CMS_ContentInfo* PEM_read_bio_CMS(libressl_d.openssl.bio.BIO* bp, .CMS_ContentInfo** x, libressl_d.openssl.pem.pem_password_cb* cb, void* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PEM_write_CMS
int PEM_write_CMS(libressl_d.compat.stdio.FILE* fp, const(.CMS_ContentInfo)* x)
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
int PEM_write_bio_CMS(libressl_d.openssl.bio.BIO* bp, const(.CMS_ContentInfo)* x)
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(libressl_d.openssl.bio.BIO* out_, .CMS_ContentInfo* cms, libressl_d.openssl.bio.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(libressl_d.openssl.bio.BIO* bio, libressl_d.openssl.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(libressl_d.openssl.bio.BIO* bio, .CMS_ContentInfo* cms, libressl_d.openssl.bio.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_ContentInfo
.CMS_ContentInfo* d2i_CMS_ContentInfo(.CMS_ContentInfo** a, const(ubyte)** in_, core.stdc.config.c_long len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- d2i_CMS_ReceiptRequest
.CMS_ReceiptRequest* d2i_CMS_ReceiptRequest(.CMS_ReceiptRequest** a, const(ubyte)** in_, core.stdc.config.c_long len)
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(libressl_d.openssl.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_ContentInfo
int i2d_CMS_ContentInfo(.CMS_ContentInfo* a, ubyte** out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- i2d_CMS_ReceiptRequest
int i2d_CMS_ReceiptRequest(.CMS_ReceiptRequest* a, ubyte** out_)
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(libressl_d.openssl.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(libressl_d.openssl.bio.BIO* out_, .CMS_ContentInfo* cms, libressl_d.openssl.bio.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.
- CMS_ASCIICRLF
enum CMS_ASCIICRLF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- 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
enum CMS_F_CMS_ENCRYPTEDCONTENT_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_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_ENV_ASN1_CTRL
enum CMS_F_CMS_ENV_ASN1_CTRL;
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_ENCRYPT
enum CMS_F_CMS_RECIPIENTINFO_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_KARI_ENCRYPT
enum CMS_F_CMS_RECIPIENTINFO_KARI_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_KARI_GET0_ALG
enum CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ALG;
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_KARI_GET0_ORIG_ID
enum CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ORIG_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_KARI_GET0_REKS
enum CMS_F_CMS_RECIPIENTINFO_KARI_GET0_REKS;
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_KARI_ORIG_ID_CMP
enum CMS_F_CMS_RECIPIENTINFO_KARI_ORIG_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_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_SD_ASN1_CTRL
enum CMS_F_CMS_SD_ASN1_CTRL;
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_IAS
enum CMS_F_CMS_SET1_IAS;
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_KEYID
enum CMS_F_CMS_SET1_KEYID;
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_F_KEK_UNWRAP_KEY
enum CMS_F_KEK_UNWRAP_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CMS_KEY_PARAM
enum CMS_KEY_PARAM;
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_NONE
enum CMS_RECIPINFO_NONE;
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_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_AGREEMENT
enum CMS_R_NOT_KEY_AGREEMENT;
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_ALGORITHM
enum CMS_R_UNKNOWN_DIGEST_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_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_RECIPIENTINFO_TYPE
enum CMS_R_UNSUPPORTED_RECIPIENTINFO_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_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_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.