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

Enable specification of certain cipher suites #35

Merged
merged 3 commits into from
Jun 3, 2017

Conversation

jchien14
Copy link

This enables implementation of sfackler/rust-native-tls#4 for Mac.

Instead of just a supported_ciphers call, I decided to enable both whitelist/blacklist so the API allows people to disable (i.e. blacklist) very insecure cipher suites without needing to list every other suite.

On the rust-native-tls layer, we'll maintain a mapping from the Algorithm to a Vector of CipherSuite that corresponds to that Algorithm.

@jchien14 jchien14 mentioned this pull request May 26, 2017
@sfackler sfackler merged commit 82c7508 into kornelski:master Jun 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants