diff options
Diffstat (limited to 'src/lib/libtls/tls.h')
-rw-r--r-- | src/lib/libtls/tls.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h index f6e489d8e4..e5c31ed581 100644 --- a/src/lib/libtls/tls.h +++ b/src/lib/libtls/tls.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls.h,v 1.25 2015/10/01 10:27:34 bcook Exp $ */ | 1 | /* $OpenBSD: tls.h,v 1.26 2015/10/07 23:33:38 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -108,6 +108,9 @@ int tls_peer_cert_contains_name(struct tls *ctx, const char *name); | |||
108 | const char * tls_peer_cert_hash(struct tls *_ctx); | 108 | const char * tls_peer_cert_hash(struct tls *_ctx); |
109 | const char * tls_peer_cert_issuer(struct tls *ctx); | 109 | const char * tls_peer_cert_issuer(struct tls *ctx); |
110 | const char * tls_peer_cert_subject(struct tls *ctx); | 110 | const char * tls_peer_cert_subject(struct tls *ctx); |
111 | time_t tls_peer_cert_notbefore(struct tls *ctx); | ||
112 | time_t tls_peer_cert_notafter(struct tls *ctx); | ||
113 | |||
111 | const char * tls_conn_version(struct tls *ctx); | 114 | const char * tls_conn_version(struct tls *ctx); |
112 | const char * tls_conn_cipher(struct tls *ctx); | 115 | const char * tls_conn_cipher(struct tls *ctx); |
113 | 116 | ||