wasix-org / sct

Certificate transparency SCT verification library in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASIX Information

As of version 0.7.1 , version of ring upstream has been updated to 0.17.0. So now it can be basically pinned to 0.17.5 which supports WASI. So this fork is now not needed anymore.

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.

About

Certificate transparency SCT verification library in rust

License:Other


Languages

Language:Rust 72.2%Language:Python 27.8%