sct

Crates.iosct
lib.rssct
version0.7.1
sourcesrc
created_at2017-07-09 19:54:37.366366
updated_at2023-10-24 14:57:55.376462
descriptionCertificate transparency SCT verification library
homepagehttps://github.com/rustls/sct.rs
repositoryhttps://github.com/rustls/sct.rs
max_upload_size
id22773
size63,604
publishers (github:rustls:publishers)

documentation

README

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.

Commit count: 80

cargo fmt