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

Feature/cipher suites #362

Merged
merged 6 commits into from
Dec 9, 2019
Merged

Conversation

moorereason
Copy link
Collaborator

Default to TLS 1.2 and secure cipher suites.

Built for Go 1.13. Code in cipher_suites.go taken from Go tip commit
0ee22d9, which is scheduled for the upcoming Go 1.14 release. Once Go
1.14 is released, we can remove this file and use the stdlib.

Fixes #244

Default to TLS 1.2 and secure cipher suites.

Built for Go 1.13. Code in cipher_suites.go taken from Go tip commit
0ee22d9, which is scheduled for the upcoming Go 1.14 release.  Once Go
1.14 is released, we can remove this file and use the stdlib.

Fixes adnanh#244
webhook.go Show resolved Hide resolved
Go 1.11 does not support TLS 1.3.  To simplify cipher suite selection,
we now require at least Go 1.12.
@moorereason
Copy link
Collaborator Author

Regarding my comment about removing the cipher_suites.go file after Go 1.14, we would need to break out some of this code into build tag protected files to continue supporting Go 1.12 & 1.13, but we can deal with that later.

Copy link
Owner

@adnanh adnanh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good

@adnanh
Copy link
Owner

adnanh commented Dec 5, 2019

Should we add the fact that we need at least 1.12 Go version in order to run this project to the README.md?

@adnanh adnanh merged commit 634ca84 into adnanh:development Dec 9, 2019
@adnanh adnanh added this to the 2.6.11 milestone Dec 15, 2019
@moorereason moorereason deleted the feature/cipher-suites branch December 23, 2019 04:12
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.

None yet

2 participants