6 releases
0.2.1 | Jan 19, 2021 |
---|---|
0.2.0 | Jan 12, 2021 |
0.1.3 | Jan 19, 2021 |
#1607 in Asynchronous
19,375 downloads per month
Used in 9 crates
(via tiberius)
74KB
1.5K
SLoC
opentls
About
Implementing TLS with OpenSSL either asynchronously or as a synchronous version. If looking for a good TLS implementation, it is highly recommended to use either native-tls for synchronous connections or async-native-tls. Use this crate only if you cannot rely on the libraries provided by the operating system, and have some special needs such as always linking to OpenSSL statically. In general, you probably should not use this crate.
The API is taken directly from the crates mentioned above, so opentls sync_io
module should be a drop-in replacement to native-tls
and async_io
to
async-native-tls
accordingly. Big thanks for the authors Steven Fackler and
dignifiedquire.
Installation for Rust
$ cargo add opentls
Security
If you have a security issue to report, please contact us at security@prisma.io
Dependencies
~1.8–4.5MB
~102K SLoC