Skip to content

add CSR support for subjectAltName

Compare
Choose a tag to compare
@kjur kjur released this 24 Jun 14:45
· 162 commits to master since this release
  • Changes From 8.0.19 to 8.0.20
    • src/asn1csr.js
      • CSRUtil.getInfo
        • add ext parameter to show subjectAltName property
        • change not to raise error when subject name is empty in CSR
    • src/x509.js
      • X509.parseExt
        • add support for CSR extension request field
    • src/asn1hex.js
      • ASN1HEX.getIdxbyList
        • small update for exception
    • test/
      • qunit-do-{asn1csr, x509}.html to add tests for above.