diff options
author | tb <> | 2023-04-25 18:28:05 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 18:28:05 +0000 |
commit | 1e19be2bbd27af0df9ea06c8c0a46f5ab687d976 (patch) | |
tree | 5e6300823f61fe1b218fefd7cfb03d499e067bcd /src/lib/libcrypto/x509/x509v3.h | |
parent | cab021af4c7b73bac13f4b68c8b8360639242879 (diff) | |
download | openbsd-1e19be2bbd27af0df9ea06c8c0a46f5ab687d976.tar.gz openbsd-1e19be2bbd27af0df9ea06c8c0a46f5ab687d976.tar.bz2 openbsd-1e19be2bbd27af0df9ea06c8c0a46f5ab687d976.zip |
Move the policy tree code to internal-only
A few hooks remain in the legacy validator, which will soon be replaced
with something better. The rest of the tentacles are now largely contained.
Diffstat (limited to 'src/lib/libcrypto/x509/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 43c2a15e0f..8738b302cb 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.21 2023/04/25 15:51:04 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.22 2023/04/25 18:28:05 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -847,12 +847,6 @@ int a2i_ipadd(unsigned char *ipout, const char *ipasc); | |||
847 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, | 847 | int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, |
848 | unsigned long chtype); | 848 | unsigned long chtype); |
849 | 849 | ||
850 | /* Move to pcy_int.h. */ | ||
851 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
852 | void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); | ||
853 | DECLARE_STACK_OF(X509_POLICY_NODE) | ||
854 | #endif | ||
855 | |||
856 | #ifndef OPENSSL_NO_RFC3779 | 850 | #ifndef OPENSSL_NO_RFC3779 |
857 | typedef struct ASRange_st { | 851 | typedef struct ASRange_st { |
858 | ASN1_INTEGER *min; | 852 | ASN1_INTEGER *min; |