commit | bd2ff9e8674b34a7547a7fa75b81b6b36f60dbb8 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Feb 04 14:33:21 2020 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Feb 07 08:35:31 2020 +0000 |
tree | a7e52bfa0bdcf857ad11bc9d682e03d3f66d5ae2 | |
parent | ee6e6a4b5aaf37ab556cf42602d26a6aed3da327 [diff] |
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 <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10980)