nicoburns / blessed-rs

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

Rustls: update misleading description #121

Open fcelda opened 8 months ago

fcelda commented 8 months 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.