summaryrefslogtreecommitdiffstats
path: root/util/missingcrypto.txt
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-01-13 15:16:39 +0000
committerMatt Caswell <matt@openssl.org>2022-02-02 14:21:07 +0000
commit99a8af3049661e84c52be79ed9cf377a845ab158 (patch)
tree20c9437d8c3869e80c135f3d3971a7547a1d0d7d /util/missingcrypto.txt
parentd6e0042de87f9b2de4edd7152c391ab2a77b61ef (diff)
Document purpose and trust setting functions
In particular: X509_STORE_CTX_set_purpose() X509_STORE_CTX_set_trust(); X509_STORE_CTX_purpose_inherit(); Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/17603)
Diffstat (limited to 'util/missingcrypto.txt')
-rw-r--r--util/missingcrypto.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt
index f883219f6c..b61bdeb880 100644
--- a/util/missingcrypto.txt
+++ b/util/missingcrypto.txt
@@ -1277,13 +1277,10 @@ X509_STORE_CTX_get1_crls(3)
X509_STORE_CTX_get_by_subject(3)
X509_STORE_CTX_get_explicit_policy(3)
X509_STORE_CTX_get_obj_by_subject(3)
-X509_STORE_CTX_purpose_inherit(3)
X509_STORE_CTX_set0_dane(3)
X509_STORE_CTX_set_depth(3)
X509_STORE_CTX_set_flags(3)
-X509_STORE_CTX_set_purpose(3)
X509_STORE_CTX_set_time(3)
-X509_STORE_CTX_set_trust(3)
X509_STORE_get_verify(3)
X509_TRUST_add(3)
X509_TRUST_cleanup(3)