OpenXbox / xbox-smartglass-core-node

NodeJS port of xbox-smartglass-core-python
MIT License
36 stars 9 forks source link

Bump jsrsasign from 10.6.1 to 10.7.0 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jsrsasign from 10.6.1 to 10.7.0.

Release notes

Sourced from jsrsasign's releases.

custom X.509 extension support and utility functions

  • Changes from 10.6.1 to 10.7.0 (2023-Mar-12)
    • x509.js
      • add X509.registExtParser(): register custom extension parser
    • base64x.js
      • add utility functions
        • b64topem() Base64 string to PEM
        • pemtob64() PEM to Base64 string
        • foldnl() wrap string to fit in specified width
        • timetogen() align to UTCTime to GeneralizedTime
    • test/qunit-do-{x509-ext,base64x}.html
      • update and add some test cases for above
Changelog

Sourced from jsrsasign's changelog.

ChangeLog for jsrsasign

custom X.509 extension support and utility functions

  • Changes from 10.6.1 to 10.7.0 (2023-Mar-12)
    • x509.js
      • add X509.registExtParser(): register custom extension parser
    • base64x.js
      • add utility functions
        • b64topem() Base64 string to PEM
        • pemtob64() PEM to Base64 string
        • foldnl() wrap string to fit in specified width
        • timetogen() align to UTCTime to GeneralizedTime
    • test/qunit-do-{x509-ext,base64x}.html
      • update and add some test cases for above

Add PolicyMappings, PolicyConstraints and InhibitAnyPolicy extension support

  • Changes from 10.6.0 to 10.6.1 (2022-Nov-20)
    • asn1x509.js
      • KJUR.asn1.x509.{PolicyMappings,PolicyConstraints,InhibitAnyPolicy} class added
      • KJUR.asn1.x509.Extension updated to support PolicyMappings, PolicyConstraints and InhibitAnyPolicy
    • x509.js
      • X509.getExt{PolicyMappings,PolicyConstraints,InhibitAnyPolicy} method added
      • X509.getCriticalExtV utility method added
      • X509.getExtParam updated to support {PolicyMappings,PolicyConstraints,InhibitAnyPolicy}
      • X509.getInfo updated to support {PolicyMappings,PolicyConstraints,InhibitAnyPolicy}
    • test/qunit-do-{asn1x509-tbscert,x509-ext,x509-getinfo,x509-param}.html
      • update and add some test cases for above

StringPrep DN canonicalization support and some fix

  • Changes from 10.5.27 to 10.6.0 (2022-Nov-04)
    • x509.js
      • X509.getParam
        • add support for optional parameter "dncanon" and "dnhex"
      • X509.getInfo
        • update representation for AltName
      • X509.{getIssuer,getSubect}
        • add support for optional argument flagCanon, flagHex
      • X509.c14RDNArray added to convert from RDN array to canonicalized DN name (a.k.a. StringPrep).
      • X509.getX500Name
        • API document updated
      • X509.getOtherName
        • member name changed from "other" to "value" for consistency with KJUR.asn1.x509.OtherName class constructor.
        • Also oid member value in return object will be an oid name if defined.
      • X509.setCanonicalizedDN added to set "canon" member value

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @unknownskl.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)