We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d34900 commit 0867ed9Copy full SHA for 0867ed9
README.md
@@ -7,7 +7,7 @@
7
An abstraction over platform-specific TLS implementations.
8
9
Specifically, this crate uses SChannel on Windows (via the [`schannel`] crate),
10
-Secure Transport on OSX (via the [`security-framework`] crate), and OpenSSL (via
+Secure Transport on macOS (via the [`security-framework`] crate), and OpenSSL (via
11
the [`openssl`] crate) on all other platforms.
12
13
[`schannel`]: https://crates.io/crates/schannel
0 commit comments