kjur / jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
https://kjur.github.io/jsrsasign
Other
3.25k stars 645 forks source link

try to fix error regression from 10.4.1 #527

Closed topce closed 2 years ago

topce commented 2 years ago

error loading discovery document ReferenceError: assignment to undeclared variable hPub generateKeyPairHex jsrsasign.js:235 generateKeypair jsrsasign.js:238 load key-store.service.ts:37

kjur commented 2 years ago

Hi @topce , thank you for your PR.

topce commented 2 years ago

Welcome ;-) Thank you for great library ! Is it possible to publish 10.5.1 to npm?

kjur commented 2 years ago

I may wait PRs for #526 and #525 if possible.

topce commented 2 years ago

no problem thank you!

kjur commented 2 years ago

Hi @topce , I've released 10.5.1 with your PR today. Thank you.