diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h index 8891aecb13..90fafccae0 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.12 2021/09/03 08:58:53 beck Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.13 2021/10/26 09:09:53 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -106,6 +106,8 @@ struct x509_constraints_names *x509_constraints_names_dup( | |||
106 | struct x509_constraints_names *names); | 106 | struct x509_constraints_names *names); |
107 | void x509_constraints_names_clear(struct x509_constraints_names *names); | 107 | void x509_constraints_names_clear(struct x509_constraints_names *names); |
108 | struct x509_constraints_names *x509_constraints_names_new(size_t names_max); | 108 | struct x509_constraints_names *x509_constraints_names_new(size_t names_max); |
109 | int x509_constraints_general_to_bytes(GENERAL_NAME *name, uint8_t **bytes, | ||
110 | size_t *len); | ||
109 | void x509_constraints_names_free(struct x509_constraints_names *names); | 111 | void x509_constraints_names_free(struct x509_constraints_names *names); |
110 | int x509_constraints_valid_host(uint8_t *name, size_t len); | 112 | int x509_constraints_valid_host(uint8_t *name, size_t len); |
111 | int x509_constraints_valid_sandns(uint8_t *name, size_t len); | 113 | int x509_constraints_valid_sandns(uint8_t *name, size_t len); |