Skip to content

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

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

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

Conversation

@nabetti1720

@nabetti1720 nabetti1720 commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

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 2 times, most recently from e969524 to 815cd57 Compare February 23, 2026 09:49
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch 3 times, most recently from 9513268 to 13cf1e2 Compare March 27, 2026 09:07
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch 3 times, most recently from 89fe030 to 31ee4b1 Compare April 28, 2026 22:16
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch 5 times, most recently from 891bae9 to ae34404 Compare June 6, 2026 06:40
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch from ae34404 to 4aa18b5 Compare June 14, 2026 23:03
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch from 4aa18b5 to 9346e78 Compare July 4, 2026 01:45
@nabetti1720 nabetti1720 force-pushed the feat/rustls-rustcrypto branch from 9346e78 to 2a09df9 Compare July 7, 2026 11:13
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