summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2017-03-25 14:15:12 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2017-03-25 14:15:12 +0000
commit285a9fe35e0a71356445a82b7992205d24fd9b54 (patch)
tree6b397607a9b6ac1f8c8b28b82a8bced3b3503a78
parentebe6cd480ddb0d473ec718fdae785a62f9707890 (diff)
Update RFC reference for TLSEXT_TYPE_padding.
-rw-r--r--lib/libssl/tls1.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h
index e1231178661..d06a1969b12 100644
--- a/lib/libssl/tls1.h
+++ b/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls1.h,v 1.28 2016/04/28 16:39:45 jsing Exp $ */
+/* $OpenBSD: tls1.h,v 1.29 2017/03/25 14:15:11 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -249,10 +249,7 @@ extern "C" {
/* ExtensionType value from RFC 7301. */
#define TLSEXT_TYPE_application_layer_protocol_negotiation 16
-/* ExtensionType value for TLS padding extension.
- * (TEMPORARY - registered 2014-03-12, expires 2015-03-12)
- * https://tools.ietf.org/html/draft-agl-tls-padding-03
- */
+/* ExtensionType value from RFC 7685. */
#define TLSEXT_TYPE_padding 21
/* ExtensionType value from RFC 4507. */