From: Matt Caswell Date: Tue, 4 Feb 2020 14:33:21 +0000 (+0000) Subject: Temporariy add ASN1_item_verify_ctx() missingcrypto.txt X-Git-Tag: openssl-3.0.0-alpha1~525 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd2ff9e8674b34a7547a7fa75b81b6b36f60dbb8;p=oweals%2Fopenssl.git Temporariy add ASN1_item_verify_ctx() missingcrypto.txt PR #10942 introduced the new function ASN1_item_verify_ctx(), but did not document it with the promise that documentation would follow soon. We temporarily add this function to missingcrypto.txt until it has been done. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10980) --- diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index be5c6da34f..5e8f6dea0d 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -160,6 +160,7 @@ ASN1_item_sign(3) ASN1_item_sign_ctx(3) ASN1_item_unpack(3) ASN1_item_verify(3) +ASN1_item_verify_ctx(3) ASN1_mbstring_copy(3) ASN1_mbstring_ncopy(3) ASN1_object_size(3)