4 releases
0.2.0 | Jan 11, 2021 |
---|---|
0.1.2 | Dec 16, 2019 |
0.1.1 | Dec 15, 2019 |
0.1.0 | Dec 14, 2019 |
0.0.0 |
|
#1567 in Cryptography
11,090 downloads per month
Used in 32 crates
(9 directly)
37KB
624 lines
x509: Pure-Rust X.509 certificate serialization
Work in progress.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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 dual licensed as above, without any additional terms or conditions.
lib.rs
:
Pure-Rust X.509 certificate serialization
x509
is a crate providing serialization APIs for X.509 v3 (RFC 5280) certificates,
implemented using the cookie-factory
combinatorial serializer framework.
Dependencies
~1.5MB
~19K SLoC