diff options
author | beck <> | 2015-09-13 10:32:46 +0000 |
---|---|---|
committer | beck <> | 2015-09-13 10:32:46 +0000 |
commit | f93b2a484d9aebe61957094cb379ae61ed797792 (patch) | |
tree | aab2e062ca9f5654643e90c10a858b88227429bb /src/lib/libtls/tls_internal.h | |
parent | 12350069f382f5c9604542a187f5f13cdc426704 (diff) | |
download | openbsd-f93b2a484d9aebe61957094cb379ae61ed797792.tar.gz openbsd-f93b2a484d9aebe61957094cb379ae61ed797792.tar.bz2 openbsd-f93b2a484d9aebe61957094cb379ae61ed797792.zip |
add visibility of ciper and connection version strings
ok jsing@
Diffstat (limited to 'src/lib/libtls/tls_internal.h')
-rw-r--r-- | src/lib/libtls/tls_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h index e31c39a135..d7878a75e3 100644 --- a/src/lib/libtls/tls_internal.h +++ b/src/lib/libtls/tls_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls_internal.h,v 1.21 2015/09/12 21:00:38 beck Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.22 2015/09/13 10:32:46 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> | 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> |
4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
@@ -54,6 +54,8 @@ struct tls_conninfo { | |||
54 | char *hash; | 54 | char *hash; |
55 | char *serial; | 55 | char *serial; |
56 | char *fingerprint; | 56 | char *fingerprint; |
57 | char *version; | ||
58 | char *cipher; | ||
57 | }; | 59 | }; |
58 | 60 | ||
59 | #define TLS_CLIENT (1 << 0) | 61 | #define TLS_CLIENT (1 << 0) |