summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-01-13 15:16:39 +0000
committerMatt Caswell <matt@openssl.org>2022-01-27 15:30:04 +0000
commit7b75b973fbd9087714daa19e07bb92b2101eba28 (patch)
treeffdc1e8958f3e9404d68a346b766f0bd4dfb1499 /util
parent8447f2e3912c810a02ed1c8641db27ff70ded5ba (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: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/17382)
Diffstat (limited to 'util')
-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)