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

chore(bench): upgrade rustls #4554

Merged
merged 5 commits into from
May 20, 2024
Merged

Conversation

jmayclin
Copy link
Contributor

@jmayclin jmayclin commented May 14, 2024

Description of changes:

We should be using the latest version of rustls available when benchmarking.

Call Outs

With this change, we are not using the rustls default cryptographic provider of aws-lc-rs. Therefore we can remove some of the old scripts that were previously used to test rustls with aws-lc, and we also update the readme since Ring is no longer the default.

Testing:

Unit tests/CI should pass.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label May 14, 2024
@jmayclin jmayclin marked this pull request as ready for review May 14, 2024 22:16
bindings/rust/bench/Cargo.toml Outdated Show resolved Hide resolved
bindings/rust/bench/src/rustls.rs Outdated Show resolved Hide resolved
bindings/rust/bench/src/rustls.rs Outdated Show resolved Hide resolved
- specify only major version for dependency
- factor out crypto provider
- add documentation about item type
@jmayclin jmayclin requested a review from toidiu May 15, 2024 16:33
Rustls no defaults to AWS-LC, so some of our other scripts are no longer
necessary. Also update docs to keep them accurate.
@jmayclin jmayclin enabled auto-merge (squash) May 15, 2024 21:49
@jmayclin jmayclin disabled auto-merge May 15, 2024 23:46
@jmayclin jmayclin enabled auto-merge (squash) May 15, 2024 23:46
@jmayclin jmayclin merged commit 68829bf into aws:main May 20, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants