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

Update rustls to 0.20.1 #704

Merged
merged 6 commits into from
Nov 23, 2021
Merged

Update rustls to 0.20.1 #704

merged 6 commits into from
Nov 23, 2021

Commits on Nov 22, 2021

  1. Upgrade rustls

    Signed-off-by: clux <sszynrae@gmail.com>
    Signed-off-by: kazk <kazk.dev@gmail.com>
    clux authored and kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6fced4e View commit details
    Browse the repository at this point in the history
  2. Refactor rustls_client_config

    Signed-off-by: kazk <kazk.dev@gmail.com>
    kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    9e481da View commit details
    Browse the repository at this point in the history
  3. Refine errors for tls::rustls_tls

    Remove `Error::SslError`
    
    Signed-off-by: kazk <kazk.dev@gmail.com>
    kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    77255cc View commit details
    Browse the repository at this point in the history
  4. Use native roots when root certs are not configured

    Signed-off-by: kazk <kazk.dev@gmail.com>
    kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6875ccd View commit details
    Browse the repository at this point in the history
  5. Add changelog entries

    Signed-off-by: kazk <kazk.dev@gmail.com>
    kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d501303 View commit details
    Browse the repository at this point in the history
  6. Allow old rustls version from examples

    Signed-off-by: kazk <kazk.dev@gmail.com>
    kazk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    988705f View commit details
    Browse the repository at this point in the history