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 Config::tls_server_name and validate when using rustls #1104

Merged
merged 8 commits into from Dec 15, 2022
Merged

Commits on Dec 13, 2022

  1. Bump hyper-rustls

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    95186f0 View commit details
    Browse the repository at this point in the history
  2. Support tls-server-name with rustls

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7e989ff View commit details
    Browse the repository at this point in the history
  3. change default incluster for rustls to use env with tls_server_name

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b6f35e1 View commit details
    Browse the repository at this point in the history
  4. fix build

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cc0394d View commit details
    Browse the repository at this point in the history
  5. better docs

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    85f3b5e View commit details
    Browse the repository at this point in the history
  6. simplify feature selection and use current stack precedence

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    19942be View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. allow rustls_https_connector to be created from a connector

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    64f2366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8079682 View commit details
    Browse the repository at this point in the history