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

Add the ability to specify the maximum acceptable TLS version #414

Merged
merged 9 commits into from Dec 8, 2022

Commits on Nov 22, 2022

  1. Update common Prometheus files (prometheus#399)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    
    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    prombot authored and lspiehler committed Nov 22, 2022
    Copy the full SHA
    53cf9b9 View commit details
    Browse the repository at this point in the history
  2. add ability to specify the maximum TLS version

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Nov 22, 2022
    Copy the full SHA
    c89cc23 View commit details
    Browse the repository at this point in the history
  3. add io/ioutil import

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Nov 22, 2022
    Copy the full SHA
    d485d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. added MaxVersion to NewTLSConfig

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Nov 25, 2022
    Copy the full SHA
    e1fa703 View commit details
    Browse the repository at this point in the history
  2. added tests for MaxVersion in TLSConfig

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Nov 25, 2022
    Copy the full SHA
    fc15924 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Copy the full SHA
    d1620fd View commit details
    Browse the repository at this point in the history
  2. sync with main and removed unused import ioutil

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Dec 2, 2022
    Copy the full SHA
    9d070c0 View commit details
    Browse the repository at this point in the history
  3. if maxversion and minversion are both specified, make sure maxversion…

    … is greater than or equal to minversion
    
    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Dec 2, 2022
    Copy the full SHA
    a9a674f View commit details
    Browse the repository at this point in the history
  4. added tests for valid and invalid TLS configs

    Signed-off-by: Lyas Spiehler <lspiehler@gmail.com>
    lspiehler committed Dec 2, 2022
    Copy the full SHA
    5977368 View commit details
    Browse the repository at this point in the history