PeculiarVentures / x509

@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
https://peculiarventures.github.io/x509/
MIT License
86 stars 14 forks source link

Fix OCSP response generator, and extend OCSP request and response with Nonce Extension #75

Closed yaz9900 closed 4 months ago

yaz9900 commented 4 months ago

This pull request fixes the issues with previous implementation of OCSP generator and extends responderID to have ByName implementation. It also extends both OCSP request and response with proper Nonce extension

Changes:

-Created test for OCSP response

Co-authored-by: yaz9900 ivan.trifonov1998@gmail.com