aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-06 13:56:57 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-08-09 17:34:52 +1000
commitdda4e259e51aeaf05a2417ef577accf778c9f6f6 (patch)
treebe68845d6f9091a3d9e56219de971bd1e9deeb96 /util
parent28ba642779ec5c320fc95515bce17bda5e531105 (diff)
downloadopenssl-dda4e259e51aeaf05a2417ef577accf778c9f6f6.zip
openssl-dda4e259e51aeaf05a2417ef577accf778c9f6f6.tar.gz
openssl-dda4e259e51aeaf05a2417ef577accf778c9f6f6.tar.bz2
Add some of the missing CMS API documentation
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11884)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num23
-rw-r--r--util/missingcrypto.txt11
2 files changed, 21 insertions, 13 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 813c86b..8cfe55f 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4806,9 +4806,9 @@ OSSL_CMP_print_to_bio ? 3_0_0 EXIST::FUNCTION:CMP
OSSL_CMP_print_errors_cb ? 3_0_0 EXIST::FUNCTION:CMP
OSSL_CRMF_CERTID_get0_issuer ? 3_0_0 EXIST::FUNCTION:CRMF
OSSL_CRMF_CERTID_get0_serialNumber ? 3_0_0 EXIST::FUNCTION:CRMF
-EVP_DigestSignInit_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_DigestSignInit_ex ? 3_0_0 NOEXIST::FUNCTION:
EVP_DigestSignUpdate ? 3_0_0 EXIST::FUNCTION:
-EVP_DigestVerifyInit_ex ? 3_0_0 EXIST::FUNCTION:
+EVP_DigestVerifyInit_ex ? 3_0_0 NOEXIST::FUNCTION:
EVP_DigestVerifyUpdate ? 3_0_0 EXIST::FUNCTION:
BN_check_prime ? 3_0_0 EXIST::FUNCTION:
EVP_KEYMGMT_is_a ? 3_0_0 EXIST::FUNCTION:
@@ -5206,3 +5206,22 @@ PKCS12_SAFEBAG_create_secret ? 3_0_0 EXIST::FUNCTION:
PKCS12_add1_attr_by_NID ? 3_0_0 EXIST::FUNCTION:
PKCS12_add1_attr_by_txt ? 3_0_0 EXIST::FUNCTION:
PKCS12_add_secret ? 3_0_0 EXIST::FUNCTION:
+SMIME_write_ASN1_with_libctx ? 3_0_0 EXIST::FUNCTION:
+SMIME_read_ASN1_ex ? 3_0_0 EXIST::FUNCTION:
+CMS_ContentInfo_new_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+SMIME_read_CMS_ex ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_sign_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_data_create_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_digest_create_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_EncryptedData_encrypt_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_encrypt_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_EnvelopedData_create_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+CMS_ReceiptRequest_create0_with_libctx ? 3_0_0 EXIST::FUNCTION:CMS
+EVP_SignFinal_with_libctx ? 3_0_0 EXIST::FUNCTION:
+EVP_VerifyFinal_with_libctx ? 3_0_0 EXIST::FUNCTION:
+EVP_DigestSignInit_with_libctx ? 3_0_0 EXIST::FUNCTION:
+EVP_DigestVerifyInit_with_libctx ? 3_0_0 EXIST::FUNCTION:
+PKCS7_new_with_libctx ? 3_0_0 EXIST::FUNCTION:
+PKCS7_sign_with_libctx ? 3_0_0 EXIST::FUNCTION:
+PKCS7_encrypt_with_libctx ? 3_0_0 EXIST::FUNCTION:
+SMIME_read_PKCS7_ex ? 3_0_0 EXIST::FUNCTION:
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index ce03622..3e8c62c 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -309,9 +309,6 @@ CMAC_Init(3)
CMAC_Update(3)
CMAC_resume(3)
CMS_ContentInfo_it(3)
-CMS_EncryptedData_decrypt(3)
-CMS_EncryptedData_encrypt(3)
-CMS_EncryptedData_encrypt_with_libctx(3)
CMS_EncryptedData_set1_key(3)
CMS_ReceiptRequest_it(3)
CMS_RecipientEncryptedKey_cert_cmp(3)
@@ -341,12 +338,8 @@ CMS_add_standard_smimecap(3)
CMS_data(3)
CMS_dataFinal(3)
CMS_dataInit(3)
-CMS_data_create(3)
-CMS_data_create_with_libctx(3)
CMS_decrypt_set1_key(3)
CMS_decrypt_set1_password(3)
-CMS_digest_create(3)
-CMS_digest_create_with_libctx(3)
CMS_digest_verify(3)
CMS_is_detached(3)
CMS_set1_signers_certs(3)
@@ -1122,11 +1115,7 @@ SHA1_Transform(3)
SHA256_Transform(3)
SHA512_Transform(3)
SMIME_crlf_copy(3)
-SMIME_read_ASN1(3)
-SMIME_read_ASN1_ex(3)
SMIME_text(3)
-SMIME_write_ASN1(3)
-SMIME_write_ASN1_with_libctx(3)
SRP_Verify_A_mod_N(3)
SRP_Verify_B_mod_N(3)
SSL_CTX_set0_ctlog_store(3)