aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-08 09:15:22 +0000
committerMatt Caswell <matt@openssl.org>2017-02-17 10:28:00 +0000
commit44c04a2e063715abdf2db095827261456fada74a (patch)
tree0fd352dfec7c296d387cc83f4c993843fb0e2f1f /ssl/statem/statem_locl.h
parent25b802bb855285bb3a799014f3669f73f4d11871 (diff)
downloadopenssl-44c04a2e063715abdf2db095827261456fada74a.zip
openssl-44c04a2e063715abdf2db095827261456fada74a.tar.gz
openssl-44c04a2e063715abdf2db095827261456fada74a.tar.bz2
Provide a function to send a KeyUpdate message
This implements the server side KeyUpdate sending capability as well. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2609)
Diffstat (limited to 'ssl/statem/statem_locl.h')
-rw-r--r--ssl/statem/statem_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h
index fa13a26..96ddac2 100644
--- a/ssl/statem/statem_locl.h
+++ b/ssl/statem/statem_locl.h
@@ -111,6 +111,7 @@ __owur int tls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
__owur int dtls_construct_change_cipher_spec(SSL *s, WPACKET *pkt);
__owur int tls_construct_finished(SSL *s, WPACKET *pkt);
+__owur int tls_construct_key_update(SSL *s, WPACKET *pkt);
__owur WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, int clearbufs);
__owur WORK_STATE dtls_wait_for_dry(SSL *s);