summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-27 11:42:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-10 17:13:46 +0200
commit720b255c3691458bf7836f424add0c3886f5b0dd (patch)
tree2c5d103b1a4c9bf613e717365680f97614f6764e
parent259d1252b9da852363b62efb671d6f57b3d5415c (diff)
downloadgnutls-720b255c3691458bf7836f424add0c3886f5b0dd.tar.gz
ext/ecc: renamed Supported curves extension
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/ext/ecc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ext/ecc.c b/lib/ext/ecc.c
index 61b1ef1526..d7e66dbd85 100644
--- a/lib/ext/ecc.c
+++ b/lib/ext/ecc.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2017 Red Hat, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
@@ -20,8 +21,8 @@
*
*/
-/* This file contains the code the Certificate Type TLS extension.
- * This extension is currently gnutls specific.
+/* This file contains the code the Negotiated groups TLS 1.3, or
+ * Elliptic curves TLS 1.2 extension.
*/
#include "gnutls_int.h"
@@ -49,7 +50,7 @@ static int _gnutls_supported_ecc_pf_send_params(gnutls_session_t session,
extdata);
const extension_entry_st ext_mod_supported_ecc = {
- .name = "Supported curves",
+ .name = "Negotiated Groups",
.type = GNUTLS_EXTENSION_SUPPORTED_ECC,
.parse_type = GNUTLS_EXT_TLS,