You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/crates.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -629,7 +629,7 @@
629
629
"name": "TLS / SSL",
630
630
"recommendations": [{
631
631
"name": "rustls",
632
-
"notes": "A portable pure-rust high-level implementation of TLS. Implements TLS 1.2 and higher."
632
+
"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."
633
633
}, {
634
634
"name": "native-tls",
635
635
"notes": "Delegates to the system TLS implementations on windows and macOS, and uses OpenSSL on linux."
0 commit comments