Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

chore(deps): bump jsrsasign from 8.0.20 to 8.0.21 in /frontend #86

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2020

Bumps jsrsasign from 8.0.20 to 8.0.21.

Release notes

Sourced from jsrsasign's releases.

Donation program started, more RSA-PSS support and add ASN1HEX.get{Idx,TLV,V}byListEx

  • Changes from 8.0.20 to 8.0.21 (2020-Aug-01)
    • donation program have been started. Please consider donation to sustain this project https://github.com/kjur/jsrsasign#donations
    • RSA-PSS support in AlgorithmIdentifier, Signature, X509 and newCertPEM
    • new method to access ASN.1 decendant object ASN1HEX.get{Idx,TLV,V}byListEx added Its tutorial page will be provided by following URL near in future https://github.com/kjur/jsrsasign/wiki/Tutorial-for-accessing-deep-inside-of-ASN.1-structure-by-using-new-ASN1HEX.getIdxbyListEx
    • src/x509.js
      • update getSignatureAlgorithmField to support RSA-PSS(SHA{,256,384,512}withRSAandMGF1) algorithms
      • update verifySignature to support RSA-PSS(SHA{,256,384,512}withRSAandMGF1) algorithms
    • src/crypto.js
      • Signature class
        • SHAwithRSAandMGF1 supported (the same as SHA1withRSAandMGF1)
    • src/asn1hex.js
      • ASN1HEX.getIdxbyList
      • add get{Idx,TLV,V}byListEx for context specific tag
      • add ASN1HEX.isContextTag to check context specific tag
      • get{Idx,TLV,V} will be deprecated near in the future version Please consider to move get{Idx,TLV,V}byListEx.
    • src/{asn1csr,dsa,rsapem,ecdsa-modified}.js
      • replace to use get{Idx,TLV,V}byListEx
    • test/qunit-do-asn1x509.html
      • add Certificate class test for RSA-PSS
      • add TBSCertificate class test for RSA-PSS
      • add AlgorithmIdentifier class test for SHA{,256,384,512}withRSAandMGF1
    • test/qunit-do-crypto-pss.html
      • add Signature class test for SHAwithRSAandMGF1.
    • test/qunit-do-asn1x509-newcrt.html
      • add newCertPEM test for RSA-PSS
    • test/qunit-do-x509.html
      • add getSignatureAlgorithmField test for SHA{,256,384,512}withRSAandMGF1
    • sample_node/asn1extract2
      • bug fix for -v(--vonly) option
    • test/qunit-do-asn1hex.html
      • add test for ASN1HEX.isContextTag
Changelog

Sourced from jsrsasign's changelog.

ChangeLog for jsrsasign

Donation program started, more RSA-PSS support and add ASN1HEX.get{Idx,TLV,V}byListEx

  • Changes from 8.0.20 to 8.0.21 (2020-Aug-01)
    • donation program have been started. Please consider donation to sustain this project https://github.com/kjur/jsrsasign#donations
    • RSA-PSS support in AlgorithmIdentifier, Signature, X509 and newCertPEM
    • new method to access ASN.1 decendant object ASN1HEX.get{Idx,TLV,V}byListEx added Its tutorial page will be provided by following URL near in future https://github.com/kjur/jsrsasign/wiki/Tutorial-for-accessing-deep-inside-of-ASN.1-structure-by-using-new-ASN1HEX.getIdxbyListEx
    • src/x509.js
      • update getSignatureAlgorithmField to support RSA-PSS(SHA{,256,384,512}withRSAandMGF1) algorithms
      • update verifySignature to support RSA-PSS(SHA{,256,384,512}withRSAandMGF1) algorithms
    • src/crypto.js
      • Signature class
        • SHAwithRSAandMGF1 supported (the same as SHA1withRSAandMGF1)
    • src/asn1hex.js
      • ASN1HEX.getIdxbyList
      • add get{Idx,TLV,V}byListEx for context specific tag
      • add ASN1HEX.isContextTag to check context specific tag
      • get{Idx,TLV,V} will be deprecated near in the future version Please consider to move get{Idx,TLV,V}byListEx.
    • src/{asn1csr,dsa,rsapem,ecdsa-modified}.js
      • replace to use get{Idx,TLV,V}byListEx
    • test/qunit-do-asn1x509.html
      • add Certificate class test for RSA-PSS
      • add TBSCertificate class test for RSA-PSS
      • add AlgorithmIdentifier class test for SHA{,256,384,512}withRSAandMGF1
    • test/qunit-do-crypto-pss.html
      • add Signature class test for SHAwithRSAandMGF1.
    • test/qunit-do-asn1x509-newcrt.html
      • add newCertPEM test for RSA-PSS
    • test/qunit-do-x509.html
      • add getSignatureAlgorithmField test for SHA{,256,384,512}withRSAandMGF1
    • sample_node/asn1extract2
      • bug fix for -v(--vonly) option
    • test/qunit-do-asn1hex.html
      • add test for ASN1HEX.isContextTag

add CSR support for subjectAltName

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 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)

@dependabot dependabot bot added area/frontend dependencies Pull requests that update a dependency file labels Aug 1, 2020
@dependabot dependabot bot requested a review from deissh August 1, 2020 19:15
@deissh deissh merged commit a710265 into master Aug 3, 2020
@deissh deissh deleted the dependabot/npm_and_yarn/frontend/jsrsasign-8.0.21 branch August 3, 2020 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant