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

Make SSL cipher suite configurable #17440

Merged

Commits on Oct 26, 2021

  1. Make SSL cipher suite configurable

    Add options for configuring SSL cipher suite.
    
    Fix go-gitea#9691
    zeripath committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b7843af View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    94500d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c547f0 View commit details
    Browse the repository at this point in the history
  3. as per review and fix docs

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9369a75 View commit details
    Browse the repository at this point in the history
  4. use maps which can be easily added to (and potentially inverted)

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7ac1540 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Honour tlsConfig.MinVersion

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7cb3835 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    01f13e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8934cd9 View commit details
    Browse the repository at this point in the history