aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-10-22 18:35:49 +0200
committerMichael Mann <mmann78@netscape.net>2017-10-22 23:13:31 +0000
commitb74af851471687e258fa7624a498981b77ebdba6 (patch)
treed83295d1f3507081af41f43f7cd3161b77b96723 /epan/dissectors/packet-ssl-utils.h
parent6e3133c41ca760e9c3156f641236af54c7464c48 (diff)
ssl-utils: Add export tls13_hkdf_expand_label
for reuse on QUIC dissector Change-Id: Ic1d6b875e1e1944bb2aa6c7a85bfdd984c00948c Reviewed-on: https://code.wireshark.org/review/24018 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index edf070e741..508d7c96ab 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -1048,6 +1048,11 @@ extern guint32
tls_dissect_sct_list(ssl_common_dissect_t *hf, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
guint32 offset, guint32 offset_end, guint16 version);
+extern gboolean
+tls13_hkdf_expand_label(guchar draft_version,
+ int md, const StringInfo *secret, const char *label, const char *hash_value,
+ guint16 out_len, guchar **out);
+
/* {{{ */
#define SSL_COMMON_LIST_T(name) \
ssl_common_dissect_t name = { \