Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
"name": "TLS / SSL",
"recommendations": [{
"name": "rustls",
"notes": "A portable pure-rust high-level implementation of TLS. Implements TLS 1.2 and higher."
"notes": "Rustls is a modern TLS library that aims to provide a good level of cryptographic security and no unsafe features or obsolete cryptography by default."
}, {
"name": "native-tls",
"notes": "Delegates to the system TLS implementations on windows and macOS, and uses OpenSSL on linux."
Expand Down
Loading