Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
feature: force server-side cipher preference instead of list from client #1797
Conversation
alandekok
merged commit e050253
into FreeRADIUS:v3.1.x
Oct 19, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
alandekok
added a commit
that referenced
this pull request
Oct 19, 2016
|
|
alandekok |
38cdbb4
|
lytboris
pushed a commit
to lytboris/freeradius-server
that referenced
this pull request
Nov 8, 2016
|
|
alandekok + |
b9d03d3
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lytboris commentedOct 19, 2016
•
edited
It is current best practices to force secure cipher for TLS from server side. By default OpenSSL will choose cipher based on client cipher list which may be
Forcing this from server side makes some order in this mess.
Please consider to enable this option by default in 4.0. It is a common best practice in TLS world now.