diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h index 15efff6097..280d1ae46c 100644 --- a/src/lib/libcrypto/x509/x509_internal.h +++ b/src/lib/libcrypto/x509/x509_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_internal.h,v 1.26 2023/09/29 15:53:59 beck Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.27 2023/11/13 10:33:00 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -96,7 +96,8 @@ int x509_vfy_callback_indicate_completion(X509_STORE_CTX *ctx); | |||
96 | int x509v3_cache_extensions(X509 *x); | 96 | int x509v3_cache_extensions(X509 *x); |
97 | X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x); | 97 | X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x); |
98 | 98 | ||
99 | time_t x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter); | 99 | int x509_verify_asn1_time_to_time_t(const ASN1_TIME *atime, int notafter, |
100 | time_t *out); | ||
100 | 101 | ||
101 | struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc); | 102 | struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc); |
102 | 103 | ||
@@ -133,7 +134,7 @@ int x509_constraints_check(struct x509_constraints_names *names, | |||
133 | struct x509_constraints_names *excluded, int *error); | 134 | struct x509_constraints_names *excluded, int *error); |
134 | int x509_constraints_chain(STACK_OF(X509) *chain, int *error, | 135 | int x509_constraints_chain(STACK_OF(X509) *chain, int *error, |
135 | int *depth); | 136 | int *depth); |
136 | void x509_verify_cert_info_populate(X509 *cert); | 137 | int x509_verify_cert_info_populate(X509 *cert); |
137 | int x509_vfy_check_security_level(X509_STORE_CTX *ctx); | 138 | int x509_vfy_check_security_level(X509_STORE_CTX *ctx); |
138 | 139 | ||
139 | __END_HIDDEN_DECLS | 140 | __END_HIDDEN_DECLS |