Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.circleci/ | 07-Sep-2024 | - | 190 | 183 | ||
openssl/ | 07-Sep-2024 | - | 35,673 | 25,893 | ||
openssl-errors/ | 07-Sep-2024 | - | 764 | 593 | ||
openssl-macros/ | 07-Sep-2024 | - | 303 | 252 | ||
openssl-sys/ | 07-Sep-2024 | - | 11,283 | 9,878 | ||
systest/ | 07-Sep-2024 | - | 190 | 153 | ||
.gitignore | D | 07-Sep-2024 | 41 | 6 | 5 | |
Cargo.toml | D | 07-Sep-2024 | 119 | 9 | 8 | |
OAT.xml | D | 07-Sep-2024 | 4.9 KiB | 76 | 22 | |
README.OpenSource | D | 07-Sep-2024 | 295 | 12 | 11 | |
README.md | D | 07-Sep-2024 | 830 | 23 | 14 | |
THIRD_PARTY | D | 07-Sep-2024 | 6.9 KiB | 149 | 138 |
README.OpenSource
1[ 2 { 3 "Name": "rust-openssl", 4 "License": "Apache License V2.0", 5 "License File": "THIRD_PARTY", 6 "Version Number": "0.10.56", 7 "Owner": "xuelei3@huawei.com", 8 "Upstream URL": "https://github.com/sfackler/rust-openssl", 9 "Description": "OpenSSL bindings." 10 } 11] 12
README.md
1# rust-openssl 2 3[](https://crates.io/crates/openssl) 4 5OpenSSL bindings for the Rust programming language. 6 7[Documentation](https://docs.rs/openssl). 8 9## Release Support 10 11The current supported release of `openssl` is 0.10 and `openssl-sys` is 0.9. 12 13New major versions will be published at most once per year. After a new 14release, the previous major version will be partially supported with bug 15fixes for 3 months, after which support will be dropped entirely. 16 17### Contribution 18 19Unless you explicitly state otherwise, any contribution intentionally 20submitted for inclusion in the work by you, as defined in the Apache-2.0 21license, shall be dual licensed under the terms of both the Apache License, 22Version 2.0 and the MIT license without any additional terms or conditions. 23