diff options
Diffstat (limited to 'openssl/ssl/tls1.h')
-rw-r--r-- | openssl/ssl/tls1.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/ssl/tls1.h b/openssl/ssl/tls1.h index c39c267f0..c992091e3 100644 --- a/openssl/ssl/tls1.h +++ b/openssl/ssl/tls1.h @@ -230,6 +230,12 @@ extern "C" { /* ExtensionType value from RFC5620 */ #define TLSEXT_TYPE_heartbeat 15 +/* ExtensionType value for TLS padding extension. + * http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml + * http://tools.ietf.org/html/draft-agl-tls-padding-03 + */ +#define TLSEXT_TYPE_padding 21 + /* ExtensionType value from RFC4507 */ #define TLSEXT_TYPE_session_ticket 35 |