summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509v3.h
diff options
context:
space:
mode:
authortb <>2023-04-25 18:28:05 +0000
committertb <>2023-04-25 18:28:05 +0000
commit1e19be2bbd27af0df9ea06c8c0a46f5ab687d976 (patch)
tree5e6300823f61fe1b218fefd7cfb03d499e067bcd /src/lib/libcrypto/x509/x509v3.h
parentcab021af4c7b73bac13f4b68c8b8360639242879 (diff)
downloadopenbsd-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.h8
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);
847int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk, 847int 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)
852void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
853DECLARE_STACK_OF(X509_POLICY_NODE)
854#endif
855
856#ifndef OPENSSL_NO_RFC3779 850#ifndef OPENSSL_NO_RFC3779
857typedef struct ASRange_st { 851typedef struct ASRange_st {
858 ASN1_INTEGER *min; 852 ASN1_INTEGER *min;