diff options
author | tb <> | 2024-03-02 10:59:41 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:59:41 +0000 |
commit | e046d31060c0d98e03e2a00a0f27d8b56aac8cd6 (patch) | |
tree | 96f5008587b45270105f29dab2a1e01cc5ffaab8 /src/lib/libcrypto/x509/x509.h | |
parent | cd333b96b5f085444ed7033f1da2d1cc1ccb6acc (diff) | |
download | openbsd-e046d31060c0d98e03e2a00a0f27d8b56aac8cd6.tar.gz openbsd-e046d31060c0d98e03e2a00a0f27d8b56aac8cd6.tar.bz2 openbsd-e046d31060c0d98e03e2a00a0f27d8b56aac8cd6.zip |
Remove X509_CRL_METHOD API
I would keep repeating myself... In the bit bucket you go.
ok jsing
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509.h | 14 |
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); | |||
356 | void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, | 356 | void 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 | ||
359 | void X509_CRL_set_default_method(const X509_CRL_METHOD *meth); | ||
360 | X509_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)); | ||
366 | void X509_CRL_METHOD_free(X509_CRL_METHOD *m); | ||
367 | |||
368 | void X509_CRL_set_meth_data(X509_CRL *crl, void *dat); | ||
369 | void *X509_CRL_get_meth_data(X509_CRL *crl); | ||
370 | |||
371 | X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x); | 359 | X509_PUBKEY *X509_get_X509_PUBKEY(const X509 *x); |
372 | 360 | ||
373 | const char *X509_verify_cert_error_string(long n); | 361 | const char *X509_verify_cert_error_string(long n); |