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

fix: rustls 0.23.1, next version of tokio-rustls #112

Closed
wants to merge 5 commits into from

Commits on Mar 7, 2024

  1. Revert "fix: rustls 0.22 issues, not ready yet, need tokio-rustls 0.2…

    …5 first which is unreleased."
    
    tokio-rustls 0.25.0 is released now, so we can switch back to rustls
    0.22.
    
    This reverts commit 3003040.
    eric-seppanen authored and pimeys committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bd0c885 View commit details
    Browse the repository at this point in the history
  2. upgrade to rustls 0.22.1, tokio-rustls 0.25.0

    This includes a breaking change to RustlsConfig::from_der; this is
    because rustls 0.22 no longer has a way to accept a private key in DER
    Vec<u8> form.
    eric-seppanen authored and pimeys committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c36a301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1fa2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d746b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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