Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

fix(deps): update dependency node-forge to ^0.8.0 #137

Merged
merged 1 commit into from
Feb 5, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2019

This PR contains the following updates:

Package Type Update Change References
node-forge dependencies minor ^0.7.5 -> ^0.8.0 source

Release Notes

digitalbazaar/forge

v0.8.0

Compare Source

Fixed
  • Handle creation of certificates with notBefore and notAfter dates less
    than Jan 1, 1950 or greater than or equal to Jan 1, 2050.
Added
  • Add OID 2.5.4.13 "description".
  • Add OID 2.16.840.1.113730.1.13 "nsComment".
    • Also handle extension when creating a certificate.
  • pki.verifyCertificateChain:
    • Add validityCheckDate option to allow checking the certificate validity
      period against an arbitrary Date or null for no check at all. The
      current date is used by default.
  • tls.createConnection:
    • Add verifyOptions option that passes through to
      pki.verifyCertificateChain. Can be used for the above validityCheckDate
      option.
Changed
  • Support WebCrypto API in web workers.
  • rsa.generateKeyPair:
    • Use crypto.generateKeyPair/crypto.generateKeyPairSync on Node.js if
      available (10.12.0+) and not in pure JS mode.
    • Use JS fallback in rsa.generateKeyPair if prng option specified since
      this isn't supported by current native APIs.
    • Only run key generation comparison tests if keys will be deterministic.
  • PhantomJS is deprecated, now using Headless Chrome with Karma.
  • Note: Using Headless Chrome vs PhantomJS may cause newer JS features to
    slip into releases without proper support for older runtimes and browsers.
    Please report such issues and they will be addressed.
  • pki.verifyCertificateChain:
    • Signature changed to (caStore, chain, options). Older (caStore, chain, verify) signature is still supported. New style is to to pass in a
      verify option.

Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

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


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

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

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 1, 2019
@renovate renovate bot force-pushed the renovate/node-forge-0.x branch from 86dfb24 to 647dd55 Compare February 1, 2019 18:10
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 5, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 5, 2019
@JustinBeckwith JustinBeckwith merged commit b405da4 into master Feb 5, 2019
@renovate renovate bot deleted the renovate/node-forge-0.x branch February 5, 2019 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants