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

#169 in Cryptography

Download history 521703/week @ 2023-12-23 828475/week @ 2023-12-30 1085614/week @ 2024-01-06 1091349/week @ 2024-01-13 1131038/week @ 2024-01-20 1206202/week @ 2024-01-27 1206736/week @ 2024-02-03 1177484/week @ 2024-02-10 1128558/week @ 2024-02-17 1208052/week @ 2024-02-24 1227030/week @ 2024-03-02 1160242/week @ 2024-03-09 1196415/week @ 2024-03-16 1159111/week @ 2024-03-23 1169575/week @ 2024-03-30 962977/week @ 2024-04-06

4,684,627 downloads per month
Used in 5,437 crates (6 directly)

Apache-2.0 OR ISC OR MIT

28KB
676 lines

SCT.rs

SCT.rs is a certificate transparency SCT verifier in Rust. It uses ring for cryptography.

Build Status Coverage Status (codecov.io) Documentation crates.io

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–14MB
~239K SLoC