Add a test to check the EC point formats extension appears when we expect
authorMatt Caswell <matt@openssl.org>
Wed, 28 Dec 2016 15:01:57 +0000 (15:01 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Dec 2016 13:32:54 +0000 (13:32 +0000)
commit397f4f78760480f982adaeed98ccb10bda4d3fbb
treee585c2b778e89cf433a41633e04a825e5130c5e4
parent3b58c54f26b826abd55a513494ef892e7ad069ad
Add a test to check the EC point formats extension appears when we expect

The previous commit fixed a bug where the EC point formats extensions did
not appear in the ServerHello. This should have been caught by
70-test_sslmessages but that test never tries an EC ciphersuite. This
updates the test to do that.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2153)
test/recipes/70-test_sslmessages.t
test/testlib/checkhandshake.pm
util/TLSProxy/Message.pm
util/TLSProxy/Proxy.pm
util/TLSProxy/ServerHello.pm
util/TLSProxy/ServerKeyExchange.pm