crypto: add core crypto infrastructure (mz-ore crypto module)#35940
Draft
jasonhernandez wants to merge 1 commit intomainfrom
Draft
crypto: add core crypto infrastructure (mz-ore crypto module)#35940jasonhernandez wants to merge 1 commit intomainfrom
jasonhernandez wants to merge 1 commit intomainfrom
Conversation
Contributor
|
Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone. PR title guidelines
Pre-merge checklist
|
Add rustls/aws-lc-rs workspace dependencies alongside existing OpenSSL deps, and introduce a `crypto` feature in mz-ore with a `#[ctor::ctor]` auto-install of the aws-lc-rs CryptoProvider. This is the foundation for the full crypto migration from native-tls/OpenSSL to rustls/aws-lc-rs. Changes: - Add rustls, rustls-pemfile, rustls-pki-types, tokio-rustls, hyper-rustls, rcgen, launchdarkly-server-sdk, launchdarkly-sdk-transport to workspace dependencies - Add fork overrides for azure-sdk and launchdarkly-sdk-transport - Add `crypto` and `fips` features to mz-ore with aws-lc-rs/rustls/ctor deps - Add src/ore/src/crypto.rs with auto-install and fips_crypto_provider() - Add CDLA-Permissive-2.0 to accepted licenses (about.toml + deny.toml) - Remove rustls ban from deny.toml (migration in progress) - Add rustls ecosystem duplicate version skips to deny.toml Part 1 of 7 in the crypto migration from native-tls/OpenSSL to rustls/aws-lc-rs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
56101d3 to
246f9ba
Compare
This was referenced Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cryptofeature tomz-orewith#[ctor::ctor]auto-install of aws-lc-rs CryptoProviderCDLA-Permissive-2.0to accepted licensesPart 1 of 7 in the crypto migration from native-tls/OpenSSL to rustls/aws-lc-rs.
Test plan
cargo check --workspacepassescargo check -p mz-ore --features cryptopassescargo deny check licensespassescargo deny check banspasses🤖 Generated with Claude Code