summaryrefslogtreecommitdiff
path: root/lib/hello_ext.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-20 11:56:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:34 +0100
commit5d3cc78bd576e65f3017b28de2a89e0b8de6f57d (patch)
tree54a594d8e9df90547e28f29ac631b12f3a379ee2 /lib/hello_ext.h
parent40201beaee31a20e086b1f12cbc6204e6005a04a (diff)
downloadgnutls-5d3cc78bd576e65f3017b28de2a89e0b8de6f57d.tar.gz
extensions: separate the hello extensions from others
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/hello_ext.h')
-rw-r--r--lib/hello_ext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/hello_ext.h b/lib/hello_ext.h
index 058e564053..8d986bffb1 100644
--- a/lib/hello_ext.h
+++ b/lib/hello_ext.h
@@ -68,12 +68,6 @@ inline static const char *ext_msg_validity_to_str(gnutls_ext_flags_t msg)
return "TLS 1.3 server hello";
case GNUTLS_EXT_FLAG_EE:
return "encrypted extensions";
- case GNUTLS_EXT_FLAG_CT:
- return "certificate";
- case GNUTLS_EXT_FLAG_CR:
- return "certificate request";
- case GNUTLS_EXT_FLAG_NST:
- return "new session ticket";
case GNUTLS_EXT_FLAG_HRR:
return "hello retry request";
default: