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

Adding new ciphers for TLS 1.3 draft #24

Closed
wants to merge 1 commit into from

Conversation

nmittler
Copy link
Contributor

@nmittler nmittler commented Jan 6, 2017

Fixes #23

@nmittler
Copy link
Contributor Author

nmittler commented Jan 6, 2017

@kruton the formatting of the list used tabs .... I've converted it to spaces. Unfortunately, the github diff doesn't seem to be very clever.

@davidben
Copy link
Contributor

davidben commented Jan 6, 2017

We intentionally disconnected the TLS 1.3 ciphers from cipher suite language. This should not be necessary. Are you building against an older BoringSSL? That should not be supported.

@davidben
Copy link
Contributor

davidben commented Jan 6, 2017

(You also should not be adding TLS 1.3 support to Conscrypt right now. It is still a draft and Conscrypt will need some work around session management to do it right. We'll get to it in due time but are focused on other consumers right now.)

@nmittler
Copy link
Contributor Author

nmittler commented Jan 6, 2017

@davidben No, I'm building against master head. I've checked and they're still in there ... and conscrypt is picking them up.

@nmittler
Copy link
Contributor Author

nmittler commented Jan 6, 2017

@davidben see #23 for details on the error that I'm getting in conscrypt.

@davidben
Copy link
Contributor

davidben commented Jan 6, 2017

The ciphers are in there, but they are disconnected from the cipher suite language. Conscrypt shouldn't be picking them up. Are you sure you are building against master and not chromium-stable?

@nmittler
Copy link
Contributor Author

nmittler commented Jan 6, 2017

@davidben It does seem to be related to my environment somehow. I had separate directories for both branches, but my environment variable was pointed to master so it should have picked it up. Anyway, I've deleted the chromium-stable code and it seems to be working. Thanks for the help

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.

3 participants