diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 6f0f5f4dec..c7695b4663 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.32 2018/02/20 17:09:20 jsing Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.33 2018/02/22 16:47:50 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 | * |
| @@ -1024,8 +1024,11 @@ int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm); | |||
| 1024 | int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm); | 1024 | int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm); |
| 1025 | int X509_CRL_sort(X509_CRL *crl); | 1025 | int X509_CRL_sort(X509_CRL *crl); |
| 1026 | 1026 | ||
| 1027 | int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial); | 1027 | const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *x); |
| 1028 | const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *x); | ||
| 1029 | const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *x); | ||
| 1028 | int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm); | 1030 | int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm); |
| 1031 | int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial); | ||
| 1029 | 1032 | ||
| 1030 | int X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey); | 1033 | int X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey); |
| 1031 | 1034 | ||
