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

0.27.0 preparation, Rustls 0.23 update #266

Merged
merged 4 commits into from
Mar 26, 2024
Merged

0.27.0 preparation, Rustls 0.23 update #266

merged 4 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d236219 View commit details
    Browse the repository at this point in the history
  2. Cargo: update Rustls & associated crates to 0.23

    * updates rustls 0.22 to 0.23
    * updates tokio-rustls 0.25 to 0.26
    * updates rustls-platform-verifier 0.2 to 0.3
    * addresses default crypto provider requirements for tests, examples
    * makes aws-lc-rs the default crypto provider, matching upstream. Ring
      remains available opt-in with the `ring` feature.
    cpu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ab169e8 View commit details
    Browse the repository at this point in the history
  3. ci: add ring build to test phase

    Previously we did not have a test step that would run the unit tests
    assuming the equivalent of default features, but with the default
    crypto provider (now `aws-lc-rs`) with the alternative built-in option
    (now `ring`).
    cpu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    45648c1 View commit details
    Browse the repository at this point in the history
  4. Cargo: version 0.26.0 -> 0.27.0

    cpu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    624300b View commit details
    Browse the repository at this point in the history