Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support server cipher preference #89

Open
wants to merge 1 commit into
base: master
from
Open

Conversation

@c0r0n3r
Copy link
Contributor

c0r0n3r commented Jul 16, 2017

No description provided.

Prefer server ciphers over client ciphers during the TLS handshake. Part
of the ClientHello message client sends supported cipher suites in order
of its preference. If tls-prefer-server-ciphers is when server choosing
a cipher, use the server's preferences instead of the client preferences.

The functionality is the same as the folowings:

* ssl_prefer_server_ciphers in NGINX
* SSLHonorCipherOrder in Apache
* ...
@cron2
Copy link
Contributor

cron2 commented Jul 16, 2017

@c0r0n3r
Copy link
Contributor Author

c0r0n3r commented Jul 19, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.