summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/x509.h
diff options
context:
space:
mode:
authortb <>2024-08-31 10:12:23 +0000
committertb <>2024-08-31 10:12:23 +0000
commit1bfe42304abd279bc2acdd729257c0be64042977 (patch)
tree5ad4736711eb813207541e6898526bde4640e2e7 /src/lib/libcrypto/hidden/openssl/x509.h
parent7031212164b5493a716d2d9cd97186e6adf787b9 (diff)
downloadopenbsd-1bfe42304abd279bc2acdd729257c0be64042977.tar.gz
openbsd-1bfe42304abd279bc2acdd729257c0be64042977.tar.bz2
openbsd-1bfe42304abd279bc2acdd729257c0be64042977.zip
Remove X509_check_trust() and some related defines
Someone thought it would be a good idea to append non-standard trust information to the certs in the trust store. This API is used to inspect that depending on the intended purpose of the cert. Only M2Crypto thought it necessary to expose this. It was adjusted. ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h
index d0ebe16790..03216ffeb2 100644
--- a/src/lib/libcrypto/hidden/openssl/x509.h
+++ b/src/lib/libcrypto/hidden/openssl/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.10 2024/08/28 08:41:18 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.11 2024/08/31 10:12:23 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -265,7 +265,6 @@ LCRYPTO_USED(X509_ATTRIBUTE_get0_type);
265LCRYPTO_USED(X509_verify_cert); 265LCRYPTO_USED(X509_verify_cert);
266LCRYPTO_USED(X509_find_by_issuer_and_serial); 266LCRYPTO_USED(X509_find_by_issuer_and_serial);
267LCRYPTO_USED(X509_find_by_subject); 267LCRYPTO_USED(X509_find_by_subject);
268LCRYPTO_USED(X509_check_trust);
269LCRYPTO_USED(X509_up_ref); 268LCRYPTO_USED(X509_up_ref);
270LCRYPTO_USED(X509_chain_up_ref); 269LCRYPTO_USED(X509_chain_up_ref);
271LCRYPTO_USED(ERR_load_X509_strings); 270LCRYPTO_USED(ERR_load_X509_strings);