diff options
author | tb <> | 2024-08-31 10:12:23 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 10:12:23 +0000 |
commit | 1bfe42304abd279bc2acdd729257c0be64042977 (patch) | |
tree | 5ad4736711eb813207541e6898526bde4640e2e7 /src/lib/libcrypto/hidden/openssl/x509.h | |
parent | 7031212164b5493a716d2d9cd97186e6adf787b9 (diff) | |
download | openbsd-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.h | 3 |
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); | |||
265 | LCRYPTO_USED(X509_verify_cert); | 265 | LCRYPTO_USED(X509_verify_cert); |
266 | LCRYPTO_USED(X509_find_by_issuer_and_serial); | 266 | LCRYPTO_USED(X509_find_by_issuer_and_serial); |
267 | LCRYPTO_USED(X509_find_by_subject); | 267 | LCRYPTO_USED(X509_find_by_subject); |
268 | LCRYPTO_USED(X509_check_trust); | ||
269 | LCRYPTO_USED(X509_up_ref); | 268 | LCRYPTO_USED(X509_up_ref); |
270 | LCRYPTO_USED(X509_chain_up_ref); | 269 | LCRYPTO_USED(X509_chain_up_ref); |
271 | LCRYPTO_USED(ERR_load_X509_strings); | 270 | LCRYPTO_USED(ERR_load_X509_strings); |