Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Curves/Groups offering for TLS clients
Six years ago, commit e83a2e5 enabled ECDHE for the TLS server by hard-coding P-256. As a side-effect it also limited the offered curves/groups of TLS clients to P-256. This limitation was never required, because a TLS client based on OpenSSL offered all enabled curves/groups automatically. The change here makes sure that special handling is done for TLS servers only. Not to confuse consumers of log files, the behavior on the debug output is not changed.
- Loading branch information