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

Commits on Dec 3, 2019

  1. Add TLS version and cipher suites options

    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
    moorereason committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    43f519a View commit details
    Browse the repository at this point in the history
  2. Add missing files

    moorereason committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    769e743 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Require Go 1.12 or newer

    Go 1.11 does not support TLS 1.3.  To simplify cipher suite selection,
    we now require at least Go 1.12.
    moorereason committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    997db04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f100356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d5630 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    8c46a83 View commit details
    Browse the repository at this point in the history