Skip to content

KEYUTIL.getPEM small fix

Compare
Choose a tag to compare
@kjur kjur released this 28 Mar 02:20
· 36 commits to master since this release
  • Changes from 10.5.13 to 10.5.14 (2022-Mar-28)
    • src/keyutil.js
      • fix KEYUTIL.getPEM when public key is not specified for ECDSA object.
        optional public key field will be omitted in such case. (#549)
    • test/qunit-do-*.html
      • test case added for above updates.