1.0.70510 • Published 5 years ago

pcca-verifier v1.0.70510

Weekly downloads
2
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

PCCA Verifier

License: AGPL v3 npm version Known Vulnerabilities Build Status

PCCA Verifier is a Node.js library for verifying Proof-Carrying Certificates™ issued by PCCA. The verification is done by

For what it means by DKIM Proof of CSR, please refer to PCCA Research Paper.

Requirement

  • Node.js v10.x.x

How to install

To install this library, run the following:

npm install --save pcca-verifier

How to use

To use this library, study the sample code in example.js which can be run by the following:

node example.js PATH_OF_CERT

License

AGPL-3.0-or-later