]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/extensions.c
Fix the EC point formats extension
authorMatt Caswell <matt@openssl.org>
Wed, 28 Dec 2016 12:10:28 +0000 (12:10 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Dec 2016 13:32:54 +0000 (13:32 +0000)
commit3b58c54f26b826abd55a513494ef892e7ad069ad
tree29dfc76e2e5f5f17e4381d042be309a306471941
parent67adf0a7c273a82901ce8705ae8d71ee2f1c959c
Fix the EC point formats extension

This should be sent in the ServerHello if a EC based ciphersuite is
negotiated. The relevant flag to do this was missed off in the recent
extensions refactor.

Fixes GitHub Issue #2133

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2153)
ssl/statem/extensions.c