Certificate transparency SCT verification library in rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
admin Disable CARGO_INCREMENTAL to fix coverage build Mar 13, 2018
src
test
.gitignore
.travis.yml
Cargo.toml 2018 edition Jan 11, 2019
LICENSE
LICENSE-APACHE Rename and license Jul 9, 2017
LICENSE-ISC
LICENSE-MIT
README.md

README.md

SCT.rs

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

Build Status Coverage Status 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.