diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-14 09:34:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:33 +0100 |
commit | 30c1855c060de476e9463421791db9e013a780b1 (patch) | |
tree | ac7075fc7a04bf093e58e450a316dd3eef52720d /lib/algorithms | |
parent | d48eebb53752dc3b7cbcdbc09f5ca3cab477e7a5 (diff) | |
download | gnutls-30c1855c060de476e9463421791db9e013a780b1.tar.gz |
Added support for key share extension
This enables TLS 1.3 key exchange based on the key share extension.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/algorithms')
-rw-r--r-- | lib/algorithms/protocols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c index 74a41f981a..3937800cc3 100644 --- a/lib/algorithms/protocols.c +++ b/lib/algorithms/protocols.c @@ -102,6 +102,7 @@ static const version_entry_st sup_versions[] = { .obsolete = 0, .only_extension = 1, .post_handshake_auth = 1, + .key_shares = 1, .false_start = 0, /* doesn't make sense */ .tls_sig_sem = 1 }, |