Crates.io | gmssl-sys |
lib.rs | gmssl-sys |
version | 0.1.2 |
source | src |
created_at | 2023-04-16 03:49:57.48682 |
updated_at | 2023-04-16 04:41:26.017537 |
description | FFI bindings to GmSSL |
homepage | |
repository | https://github.com/acovo/rust-gmssl |
max_upload_size | |
id | 840318 |
size | 367,299 |
GmSSL bindings for the Rust programming language.
The current supported release of gmssl
is 0.1 and gmssl-sys
is 0.1.
Only support GmSSL 3.1.0+, must set env DEP_OPENSSL_VERSION_NUMBER before compile.
export DEP_OPENSSL_VERSION_NUMBER=806354944
cargo build
cargo test -- --nocapture
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.