summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsing <>2017-03-25 14:15:11 +0000
committerjsing <>2017-03-25 14:15:11 +0000
commit26c6576f6d03513eeab921eaeb920c7ef042ed43 (patch)
tree3dc6a1959c722d713f74c3a82d8e6bb1cd7f4fd4 /src/lib
parente27a126434a09441d021db2f89b0115af8f0dd84 (diff)
downloadopenbsd-26c6576f6d03513eeab921eaeb920c7ef042ed43.tar.gz
openbsd-26c6576f6d03513eeab921eaeb920c7ef042ed43.tar.bz2
openbsd-26c6576f6d03513eeab921eaeb920c7ef042ed43.zip
Update RFC reference for TLSEXT_TYPE_padding.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/tls1.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h
index e123117866..d06a1969b1 100644
--- a/src/lib/libssl/tls1.h
+++ b/src/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls1.h,v 1.28 2016/04/28 16:39:45 jsing Exp $ */ 1/* $OpenBSD: tls1.h,v 1.29 2017/03/25 14:15:11 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -249,10 +249,7 @@ extern "C" {
249/* ExtensionType value from RFC 7301. */ 249/* ExtensionType value from RFC 7301. */
250#define TLSEXT_TYPE_application_layer_protocol_negotiation 16 250#define TLSEXT_TYPE_application_layer_protocol_negotiation 16
251 251
252/* ExtensionType value for TLS padding extension. 252/* ExtensionType value from RFC 7685. */
253 * (TEMPORARY - registered 2014-03-12, expires 2015-03-12)
254 * https://tools.ietf.org/html/draft-agl-tls-padding-03
255 */
256#define TLSEXT_TYPE_padding 21 253#define TLSEXT_TYPE_padding 21
257 254
258/* ExtensionType value from RFC 4507. */ 255/* ExtensionType value from RFC 4507. */