summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
-rw-r--r--src/lib/libcrypto/x509/x509.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 98a0bcb201..59c5f16108 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.110 2024/03/02 10:52:24 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.111 2024/03/02 10:59:41 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -356,18 +356,6 @@ int X509_REQ_get_signature_nid(const X509_REQ *req);
356void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 356void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig,
357 const X509_ALGOR **palg); 357 const X509_ALGOR **palg);
358 358
359void X509_CRL_set_default_method(const X509_CRL_METHOD *meth);
360X509_CRL_METHOD *X509_CRL_METHOD_new(
361 int (*crl_init)(X509_CRL *crl),
362 int (*crl_free)(X509_CRL *crl),
363 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
364 ASN1_INTEGER *ser, X509_NAME *issuer),
365 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
366void X509_CRL_METHOD_free(X509_CRL_METHOD *m);
367
368void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
369void *X509_CRL_get_meth_data(X509_CRL *crl);
370
371X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x); 359X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x);
372 360
373const char *X509_verify_cert_error_string(long n); 361const char *X509_verify_cert_error_string(long n);