Update dependency jsrsasign to v10.8.6 #1740

Closed
opened 2026-04-05 16:34:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 8/4/2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsrsasign (source) 10.6.1 -> 10.8.6 age adoption passing confidence
@types/jsrsasign (source) 10.5.5 -> 10.5.8 age adoption passing confidence

Release Notes

kjur/jsrsasign (jsrsasign)

v10.8.6

Compare Source

v10.8.5: X509.getExtSubjectDirectoryAttributes bugfix

Compare Source

  • Changes from 10.8.4 to 10.8.5 (2023-Apr-26)
    • src/x509.js
      • bugfix X509.getExtSubjectDirectoryAttributes method

v10.8.4: more SubjectDirectoryExtension support

Compare Source

  • Changes from 10.8.3 to 10.8.4 (2023-Apr-26)
    • src/asn1x509.js
      • SubjectDirectoryAttributes class
        • add array of array support for arbitrary attribute value
    • src/x509.js
      • add X509.getExtSubjectDirectoryAttributes method for
        ExtSubjectDirectoryAttributes extension
      • update X509.getExtParam method
        • support SubjectDirectoryAttributes
        • parse unknown extension as ASN.1
    • src/base64x.js
      • bugfix foldnl function: when length of s is multiple of n,
        result has unnecessary new line in the end of string.
    • qunit-do-{asn1x509,x509-ext,base64x,x500-param}.html
      • update and add some test cases for above

v10.8.3: CABF SMIMEBR OID support

Compare Source

  • Changes from 10.8.2 to 10.8.3 (2023-Apr-20)
    • src/asn1x509.js
      • Add OIDs for CABR S/MIME BR policy OIDs and GN givenName attribute type

v10.8.2: RSA OAEP encryption fix

Compare Source

  • Changes from 10.8.1 to 10.8.2 (2023-Apr-15)
    • ext/rsa.js
      • fix RSAEncryptOAEP for RSA OAEP encryption #​582 #​583
        In rare cases, it have been generated ciphertext that
        could not be decrpyted.

v10.8.1: npm export missing fix

Compare Source

  • Changes from 10.8.0 to 10.8.1 (2023-Apr-09)
    • npm/{package.json, lib/footer.js}

v10.8.0: UserNotice of CertificatePolicies support and more

Compare Source

  • Changes from 10.7.0 to 10.8.0 (2023-Apr-8)
    • x509.js
      • X509.getUserNotice supports NoticeReference
      • add asn1ToDisplayText method
    • base64x.js
      • add function msectozulu
      • add aryval for nested JSON value access
    • asn1.js
      • DERInteger refactoring
    • test/qunit-do-{asn1,asn1x509,base64x,x509-ext}.html
      • update and add some test cases for above

v10.7.0: custom X.509 extension support and utility functions

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 8/4/2023* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsrsasign](http://kjur.github.io/jsrsasign/) ([source](https://togithub.com/kjur/jsrsasign)) | [`10.6.1` -> `10.8.6`](https://renovatebot.com/diffs/npm/jsrsasign/10.6.1/10.8.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsrsasign/10.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsrsasign/10.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsrsasign/10.6.1/10.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsrsasign/10.6.1/10.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/jsrsasign](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`10.5.5` -> `10.5.8`](https://renovatebot.com/diffs/npm/@types%2fjsrsasign/10.5.5/10.5.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjsrsasign/10.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjsrsasign/10.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjsrsasign/10.5.5/10.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjsrsasign/10.5.5/10.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kjur/jsrsasign (jsrsasign)</summary> ### [`v10.8.6`](https://togithub.com/kjur/jsrsasign/compare/10.8.5...10.8.6) [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.5...10.8.6) ### [`v10.8.5`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.5): X509.getExtSubjectDirectoryAttributes bugfix [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.4...10.8.5) - Changes from 10.8.4 to 10.8.5 (2023-Apr-26) - src/x509.js - bugfix X509.getExtSubjectDirectoryAttributes method ### [`v10.8.4`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.4): more SubjectDirectoryExtension support [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.3...10.8.4) - Changes from 10.8.3 to 10.8.4 (2023-Apr-26) - src/asn1x509.js - SubjectDirectoryAttributes class - add array of array support for arbitrary attribute value - src/x509.js - add X509.getExtSubjectDirectoryAttributes method for ExtSubjectDirectoryAttributes extension - update X509.getExtParam method - support SubjectDirectoryAttributes - parse unknown extension as ASN.1 - src/base64x.js - bugfix foldnl function: when length of s is multiple of n, result has unnecessary new line in the end of string. - qunit-do-{asn1x509,x509-ext,base64x,x500-param}.html - update and add some test cases for above ### [`v10.8.3`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.3): CABF SMIMEBR OID support [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.2...10.8.3) - Changes from 10.8.2 to 10.8.3 (2023-Apr-20) - src/asn1x509.js - Add OIDs for CABR S/MIME BR policy OIDs and GN givenName attribute type ### [`v10.8.2`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.2): RSA OAEP encryption fix [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.1...10.8.2) - Changes from 10.8.1 to 10.8.2 (2023-Apr-15) - ext/rsa.js - fix RSAEncryptOAEP for RSA OAEP encryption [#&#8203;582](https://togithub.com/kjur/jsrsasign/issues/582) [#&#8203;583](https://togithub.com/kjur/jsrsasign/issues/583) In rare cases, it have been generated ciphertext that could not be decrpyted. ### [`v10.8.1`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.1): npm export missing fix [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.8.0...10.8.1) - Changes from 10.8.0 to 10.8.1 (2023-Apr-09) - npm/{package.json, lib/footer.js} ### [`v10.8.0`](https://togithub.com/kjur/jsrsasign/releases/tag/10.8.0): UserNotice of CertificatePolicies support and more [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.7.0...10.8.0) - Changes from 10.7.0 to 10.8.0 (2023-Apr-8) - x509.js - X509.getUserNotice supports NoticeReference - add asn1ToDisplayText method - base64x.js - add function msectozulu - add aryval for nested JSON value access - asn1.js - DERInteger refactoring - test/qunit-do-{asn1,asn1x509,base64x,x509-ext}.html - update and add some test cases for above ### [`v10.7.0`](https://togithub.com/kjur/jsrsasign/releases/tag/10.7.0): custom X.509 extension support and utility functions [Compare Source](https://togithub.com/kjur/jsrsasign/compare/10.6.1...10.7.0) - 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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/OneUptime/oneuptime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1740