variant-ssl

Crates.iovariant-ssl
lib.rsvariant-ssl
version
sourcesrc
created_at2024-01-04 06:15:05.104757
updated_at2024-12-07 08:07:28.878823
descriptionBindings for OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo
homepage
repositoryhttps://github.com/zh-jq/rust-variant-ssl
max_upload_size
id1088202
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Zhang Jingqiang (zh-jq)

documentation

README

variant-ssl

Rust bindings for OpenSSL variants, such as BoringSSL / AWS-LC / Tongsuo, based on rust-openssl.

Documentation.

Release Support

The current supported release of variant-ssl is 0.15 and variant-ssl-sys is 0.15.

We will pull in changes from rust-openssl.

Contribution

Changes should be sent to rust-openssl first, and then we can pull them in after merged.

If rejected or ignored (e.g. Tongsuo / AWS-LC specific), you can submit PRs in this repo.

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 dual licensed under the terms of both the Apache License, Version 2.0 and the MIT license without any additional terms or conditions.

Commit count: 4471

cargo fmt