Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-07-01 08:50:39 +0400
committerAdam Langley <agl@google.com>2014-07-01 22:55:50 +0400
commit0442ac5ce42d1c6063ff00b030e7174f6a772b1e (patch)
treea553ed39a97ff8beff0c703cfeaf8f4d33fc7bf6
parent2e5d686e5aa3bc0749accce1da1702b5b3e0d3f7 (diff)
Update comment for TLSEXT_TYPE_renegotiate.
Change-Id: I2b831cf04e15116b849dae714d77602da4cbad91 Reviewed-on: https://boringssl-review.googlesource.com/1064 Reviewed-by: Adam Langley <agl@google.com>
-rw-r--r--ssl/tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index c415cd23..8cdcf919 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -243,7 +243,7 @@ extern "C" {
/* ExtensionType value from RFC4507 */
#define TLSEXT_TYPE_session_ticket 35
-/* Temporary extension type */
+/* ExtensionType value from RFC5746 */
#define TLSEXT_TYPE_renegotiate 0xff01
#ifndef OPENSSL_NO_NEXTPROTONEG