aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-20 16:35:03 +0000
committerMatt Caswell <matt@openssl.org>2017-03-02 17:44:15 +0000
commit0a87d0ac628685a1b420851f1614829a952cda5f (patch)
treef92b975cf18b963c6d0f978a8aca3c458e6fed7b /ssl/statem/statem.h
parenta4f376af7e98161c7513614cf4a110724a5a65f5 (diff)
downloadopenssl-0a87d0ac628685a1b420851f1614829a952cda5f.zip
openssl-0a87d0ac628685a1b420851f1614829a952cda5f.tar.gz
openssl-0a87d0ac628685a1b420851f1614829a952cda5f.tar.bz2
Parse the early_data extension
We also skip any early_data that subsequently gets sent. Later commits will process it if we can. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2737)
Diffstat (limited to 'ssl/statem/statem.h')
-rw-r--r--ssl/statem/statem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h
index 906f2ec..5bb74d0 100644
--- a/ssl/statem/statem.h
+++ b/ssl/statem/statem.h
@@ -122,6 +122,7 @@ int ossl_statem_in_error(const SSL *s);
void ossl_statem_set_in_init(SSL *s, int init);
int ossl_statem_get_in_handshake(SSL *s);
void ossl_statem_set_in_handshake(SSL *s, int inhand);
+__owur int ossl_statem_skip_early_data(SSL *s);
void ossl_statem_set_hello_verify_done(SSL *s);
__owur int ossl_statem_app_data_allowed(SSL *s);
#ifndef OPENSSL_NO_SCTP