Fix SSL_OP_SINGLE_ECDH_USE
authorPiotr Sikora <piotr@cloudflare.com>
Fri, 1 Nov 2013 21:35:46 +0000 (21:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Nov 2013 21:37:46 +0000 (21:37 +0000)
commit5ff68e8f6dac3b0d8997b8bc379f9111c2bab74f
treed0962806de9f96fc9108758e3a8065dee27d9373
parentf14a4a861d2d221ed565a75441a218f85b8db530
Fix SSL_OP_SINGLE_ECDH_USE

Don't require a public key in tls1_set_ec_id if compression status is
not needed. This fixes a bug where SSL_OP_SINGLE_ECDH_USE wouldn't work.
ssl/t1_lib.c