PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.25k stars 204 forks source link

incorrect function description in #288

Open themighty1 opened 3 years ago

themighty1 commented 3 years ago

https://github.com/PeculiarVentures/PKI.js/blob/fa83e1ef003c8b450832b8c878cd36b73aaa0dee/src/CertificateChainValidationEngine.js#L42

` /**

Obviously a copy-paste error in describing what the fuction does.