Skip to content

Repository files navigation

btls

CI Crates.io License crates.io

BoringSSL bindings for the Rust programming language and TLS adapters for tokio.

Documentation

Usage

To use btls, first add this to your Cargo.toml:

[dependencies]
btls = "0.5"

Next, add this to your crate:

use btls::ssl::{{Ssl, SslConnector};

fn main() {
    // ...
}

License

Licensed under either of Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Accolades

The project is based on a fork of boring.

About

BoringSSL bindings for the Rust programming language.

Topics

Resources

Stars

52 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages