Skip to content

feat(tls): Support rustls-rustcrypto provider#1373

Draft
nabetti1720 wants to merge 1 commit intoawslabs:mainfrom
nabetti1720:feat/rustls-rustcrypto
Draft

feat(tls): Support rustls-rustcrypto provider#1373
nabetti1720 wants to merge 1 commit intoawslabs:mainfrom
nabetti1720:feat/rustls-rustcrypto

Conversation

@nabetti1720
Copy link
Contributor

@nabetti1720 nabetti1720 commented Feb 6, 2026

Issue # (if available)

Follow up #1343

Description of changes

  • RustCrypto is not yet stable, so this is a draft.
  • Switching from rustls-ring to rustls-rustcrypto reduces the footprint slightly.
# crypto-rust, tls-ring (no-sdk):
% du -k target/aarch64-apple-darwin/release/llrt
9608    target/aarch64-apple-darwin/release/llrt

# crypto-rust, tls-rust (no-sdk):
% du -k target/aarch64-apple-darwin/release/llrt
9432    target/aarch64-apple-darwin/release/llrt

Checklist

  • Created unit tests in tests/unit and/or in Rust for my feature if needed
  • Ran make fix to format JS and apply Clippy auto fixes
  • Made sure my code didn't add any additional warnings: make check
  • Added relevant type info in types/ directory
  • Updated documentation if needed (API.md/README.md/Other)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch 6 times, most recently from e3facef to 46fad24 Compare February 13, 2026 08:32
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch 6 times, most recently from 44efdc5 to c07d27e Compare February 21, 2026 12:14
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch from c07d27e to e969524 Compare February 22, 2026 00:46
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch from e969524 to 815cd57 Compare February 23, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant