Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: es crypto features to nodejs and browser #106

Merged
merged 16 commits into from
Feb 26, 2024

Commits on Feb 25, 2024

  1. feat: add crypto-nodejs Ed25519 and ES256

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a77a827 View commit details
    Browse the repository at this point in the history
  2. feat: add ES256 in browser-crypto

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8283205 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/next' into dev/es-crypto

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    395b1d5 View commit details
    Browse the repository at this point in the history
  4. feat: revise crypto key use JWK

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6d886f7 View commit details
    Browse the repository at this point in the history
  5. test: add browser crypto tests

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7cd6d67 View commit details
    Browse the repository at this point in the history
  6. wip: fixing node crypto

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b7b2e86 View commit details
    Browse the repository at this point in the history
  7. feat: fix node-crypto with webcrypto

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c89823c View commit details
    Browse the repository at this point in the history
  8. test: add test for node-crypto

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    164455e View commit details
    Browse the repository at this point in the history
  9. fix typo

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    600f1fe View commit details
    Browse the repository at this point in the history
  10. ci: fix

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1c97db9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'next' into dev/es-crypto

    Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
    cre8 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8d6b17e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. test: skip test if nodejs version under 20

    Signed-off-by: Lukas <Lukas@hopae.io>
    lukasjhan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b2edbc9 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused dep

    Signed-off-by: Lukas <Lukas@hopae.io>
    lukasjhan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ac25395 View commit details
    Browse the repository at this point in the history
  3. test: fix node compatible

    Signed-off-by: Lukas <Lukas@hopae.io>
    lukasjhan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d134189 View commit details
    Browse the repository at this point in the history
  4. chore: remove Ed25519 in nodejs

    Signed-off-by: Lukas <Lukas@hopae.io>
    lukasjhan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4cfbbc7 View commit details
    Browse the repository at this point in the history
  5. chore: remove jose dep

    Signed-off-by: Lukas.J.Han <lukas.j.han@gmail.com>
    lukasjhan committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b0a453e View commit details
    Browse the repository at this point in the history