diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-08 20:15:18 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-04-08 20:15:18 +0000 |
commit | 06369e3974fbc83d3778807c090fbe69f20a27d4 (patch) | |
tree | 287eb1e7dc05df721bd9cce14889bd9c693295e3 /ssl/tls1.h | |
parent | 2dc7f78169ea4545102b8d9b0604f785cdc798f5 (diff) |
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r-- | ssl/tls1.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h index c39c267f0b666..c992091e305e5 100644 --- a/ssl/tls1.h +++ b/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 |