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

Bump rustls version to 0.23 #459

Merged
merged 5 commits into from
Jul 9, 2024
Merged

Bump rustls version to 0.23 #459

merged 5 commits into from
Jul 9, 2024

Commits on Jul 5, 2024

  1. Bump rustls version to 0.23

    We were running into symbol issues with older rustls versions, see briansmith/ring#1808.
    
    Note that the new rustls version requires nasm to be installed on windows, so we install it in CI.
    
    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c229c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Require at least aws-lc-rs 1.8

    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    37a0d8f View commit details
    Browse the repository at this point in the history
  2. Use ring instead of aws-lc-sys due to aws/aws-lc-rs#453

    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8957cd0 View commit details
    Browse the repository at this point in the history
  3. Use ring for windows only, as aws-lc-sys has link issues on windows. …

    …But aws-lc-sys is actually preferable.
    
    Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
    bwoebi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    532de73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99483e0 View commit details
    Browse the repository at this point in the history