nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Rustls: update misleading description #121

Open fcelda opened 1 month ago

fcelda commented 1 month ago

The current description for Rustls is misleading because it says it's a pure-rust implementation. Rustls itself is Rust only but the cryptographic primitives it uses are provided by different libraries. The default provider is currently aws-ls-rs which is combination of Rust, C, and assembly.

I'm suggesting a new description.