13 unstable releases
0.7.1 | Oct 24, 2023 |
---|---|
0.7.0 | Apr 10, 2021 |
0.6.1 | Apr 10, 2021 |
0.6.0 | Jul 21, 2019 |
0.1.4 | Jul 19, 2017 |
#77 in Network programming
4,542,614 downloads per month
Used in 4,693 crates
(5 directly)
28KB
676 lines
SCT.rs
SCT.rs is a certificate transparency SCT verifier in Rust. It uses ring for cryptography.
Status
Ready for use:
- All intended features are implemented.
- Tests achieve 100% line coverage and all reachable branches.
License
SCT.rs is distributed under the following three licenses:
- Apache License version 2.0.
- MIT license.
- ISC license.
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC respectively. You may use this software under the terms of any of these licenses, at your option.
lib.rs
:
SCT.rs: SCT verification library
This library implements verification of Signed Certificate Timestamps. These are third-party assurances that a particular certificate has been included in a Certificate Transparency log.
See RFC6962 for the details of the formats implemented here.
It is intended to be useful to libraries which perform certificate validation, OCSP libraries, and TLS libraries.
Dependencies
~5–12MB
~228K SLoC