12 releases (6 breaking)

0.7.0 Apr 10, 2021
0.6.1 Apr 10, 2021
0.6.0 Jul 21, 2019
0.5.0 Jan 11, 2019
0.1.4 Jul 19, 2017

#571 in Cryptography

Download history 558970/week @ 2022-11-28 527071/week @ 2022-12-05 506175/week @ 2022-12-12 429639/week @ 2022-12-19 273276/week @ 2022-12-26 442544/week @ 2023-01-02 558486/week @ 2023-01-09 549120/week @ 2023-01-16 565334/week @ 2023-01-23 614851/week @ 2023-01-30 594946/week @ 2023-02-06 595506/week @ 2023-02-13 608411/week @ 2023-02-20 624455/week @ 2023-02-27 618142/week @ 2023-03-06 623170/week @ 2023-03-13

2,506,619 downloads per month
Used in 4,271 crates (6 directly)

MIT/Apache/ISC

28KB
680 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

~4.5–6MB
~180K SLoC