diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-07-26 09:36:33 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-08-09 09:34:52 +0200 |
commit | 28ba642779ec5c320fc95515bce17bda5e531105 (patch) | |
tree | cce8564a140db1345270dac27c7b1e7244695c38 /util/missingcrypto.txt | |
parent | Add EVP signature with libctx methods. (diff) | |
download | openssl-28ba642779ec5c320fc95515bce17bda5e531105.tar.xz openssl-28ba642779ec5c320fc95515bce17bda5e531105.zip |
Change CMS tests to use a library context.
A DHX related test has been commented out and TODO(3) added, until DHX is added correctly to a provider.
Added generated files.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11884)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r-- | util/missingcrypto.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 0e5bb35878..ce036226f1 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -311,6 +311,7 @@ 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,9 +342,11 @@ 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) @@ -1120,8 +1123,10 @@ 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) |