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

feat: replace keypair and ursa-optional with node crypto #219

Merged
merged 2 commits into from
Dec 1, 2021

Commits on Dec 1, 2021

  1. feat: replace keypair and ursa-optional with node crypto

    We use `ursa-optional` to geenrate RSA keypairs in node.js, falling
    back to `keypair` if compilation of `ursa-optional` failed at
    install time.
    
    Node.js has supported generating RSA keypairs since 10.x so use that
    instead and remove the `ursa-optional` and `kepair` dependencies.
    
    As a bonus it also supports `jwk` format keys everywhere so the
    `pem-jwk` dep can go too.
    achingbrain committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b25bab4 View commit details
    Browse the repository at this point in the history
  2. chore: update node

    achingbrain committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4dddae9 View commit details
    Browse the repository at this point in the history