]> git.ipfire.org Git - thirdparty/gnutls.git/commit
alert: map GNUTLS_E_NO_COMMON_KEY_SHARE to handshake_failure
authorDaiki Ueno <dueno@redhat.com>
Tue, 7 Aug 2018 10:32:56 +0000 (12:32 +0200)
committerDaiki Ueno <dueno@redhat.com>
Wed, 8 Aug 2018 09:19:20 +0000 (11:19 +0200)
commitc862b8920e3548c8a157cdafdd6f24d183e5eccb
tree2edac8b1ba645834e5663de693b232f44bf9becb
parent05c99c612069c6cdcb5bdfa457275ded9b321fb8
alert: map GNUTLS_E_NO_COMMON_KEY_SHARE to handshake_failure

Previously, when server received a ClientHello that does include only
groups from unassigned ranges in supported_groups, it aborted the
connection with an illegal_parameter.

Resolves #537

Signed-off-by: Daiki Ueno <dueno@redhat.com>
lib/alert.c