diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-09-20 11:56:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:34 +0100 |
commit | 5d3cc78bd576e65f3017b28de2a89e0b8de6f57d (patch) | |
tree | 54a594d8e9df90547e28f29ac631b12f3a379ee2 /lib/hello_ext.h | |
parent | 40201beaee31a20e086b1f12cbc6204e6005a04a (diff) | |
download | gnutls-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.h | 6 |
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: |