diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 3dc636473f..4f3c730a8f 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.35 2018/02/22 16:53:42 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.36 2018/02/22 16:58:45 jsing 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 | * |
| @@ -607,7 +607,9 @@ extern "C" { | |||
| 607 | #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked) | 607 | #define X509_CRL_get_REVOKED(x) ((x)->crl->revoked) |
| 608 | 608 | ||
| 609 | int X509_CRL_up_ref(X509_CRL *x); | 609 | int X509_CRL_up_ref(X509_CRL *x); |
| 610 | int X509_CRL_get_signature_nid(const X509_CRL *crl); | ||
| 610 | 611 | ||
| 612 | const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl); | ||
| 611 | const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl); | 613 | const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl); |
| 612 | const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl); | 614 | const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl); |
| 613 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, | 615 | void X509_CRL_get0_signature(const X509_CRL *crl, const ASN1_BIT_STRING **psig, |
| @@ -920,11 +922,13 @@ void X509_REVOKED_free(X509_REVOKED *a); | |||
| 920 | X509_REVOKED *d2i_X509_REVOKED(X509_REVOKED **a, const unsigned char **in, long len); | 922 | X509_REVOKED *d2i_X509_REVOKED(X509_REVOKED **a, const unsigned char **in, long len); |
| 921 | int i2d_X509_REVOKED(X509_REVOKED *a, unsigned char **out); | 923 | int i2d_X509_REVOKED(X509_REVOKED *a, unsigned char **out); |
| 922 | extern const ASN1_ITEM X509_REVOKED_it; | 924 | extern const ASN1_ITEM X509_REVOKED_it; |
| 925 | |||
| 923 | X509_CRL_INFO *X509_CRL_INFO_new(void); | 926 | X509_CRL_INFO *X509_CRL_INFO_new(void); |
| 924 | void X509_CRL_INFO_free(X509_CRL_INFO *a); | 927 | void X509_CRL_INFO_free(X509_CRL_INFO *a); |
| 925 | X509_CRL_INFO *d2i_X509_CRL_INFO(X509_CRL_INFO **a, const unsigned char **in, long len); | 928 | X509_CRL_INFO *d2i_X509_CRL_INFO(X509_CRL_INFO **a, const unsigned char **in, long len); |
| 926 | int i2d_X509_CRL_INFO(X509_CRL_INFO *a, unsigned char **out); | 929 | int i2d_X509_CRL_INFO(X509_CRL_INFO *a, unsigned char **out); |
| 927 | extern const ASN1_ITEM X509_CRL_INFO_it; | 930 | extern const ASN1_ITEM X509_CRL_INFO_it; |
| 931 | |||
| 928 | X509_CRL *X509_CRL_new(void); | 932 | X509_CRL *X509_CRL_new(void); |
| 929 | void X509_CRL_free(X509_CRL *a); | 933 | void X509_CRL_free(X509_CRL *a); |
| 930 | X509_CRL *d2i_X509_CRL(X509_CRL **a, const unsigned char **in, long len); | 934 | X509_CRL *d2i_X509_CRL(X509_CRL **a, const unsigned char **in, long len); |
