Merge tls1_check_curve into tls1_check_group_id
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Sep 2017 15:17:44 +0000 (16:17 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 6 Oct 2017 18:09:51 +0000 (19:09 +0100)
commit6447e8184cf6deca233d38ab3e9c9aa6ba60e9a5
tree598c893b8d0d442b14dc50e667177fd1c2df802b
parentf48d826e33cac6f88cf41da0af9f54a287bdbadd
Merge tls1_check_curve into tls1_check_group_id

The function tls_check_curve is only called on clients and contains
almost identical functionaity to tls1_check_group_id when called from
a client. Merge the two.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4475)
ssl/ssl_locl.h
ssl/statem/statem_clnt.c
ssl/t1_lib.c