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: Implement subset of crypto.subtle.importKey which can import a JSONWebKey using RSASSA-PKCS1-v1_5 #472

Merged
merged 12 commits into from
Apr 9, 2023

Commits on Mar 30, 2023

  1. feat: Implement subset of crypto.subtle.importKey which can import a …

    …JSONWebKey using RSASSA-PKCS1-v1_5
    JakeChampion committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    729f05e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update c-dependencies/js-compute-runtime/builtins/json-web-key.cpp

    Co-authored-by: Trevor Elliott <telliott@fastly.com>
    JakeChampion and elliottt committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d886ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9535fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c09907 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d030f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba72780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    068beba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2af926d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Apply suggestions from code review

    Co-authored-by: Trevor Elliott <telliott@fastly.com>
    JakeChampion and elliottt committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    65a262b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Update c-dependencies/js-compute-runtime/js-compute-builtins.h

    Co-authored-by: Trevor Elliott <telliott@fastly.com>
    JakeChampion and elliottt committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    38acdff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a32ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e68be2 View commit details
    Browse the repository at this point in the history