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

Fix String comparison in AttributeTypeAndValue #310

Closed rviau42 closed 3 years ago

rviau42 commented 3 years ago

Resolves issue #309

Remove comparison of Value blockName but compare that both are String.

microshine commented 3 years ago

@rviau42 Thank you for your PR. The new version v2.1.94 is available