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

crypto: use WebIDL converters in WebCryptoAPI #46067

Merged
merged 27 commits into from
Jan 17, 2023
Merged

Commits on Jan 3, 2023

  1. crypto: use WebIDL converters in WebCryptoAPI

    WebCryptoAPI functions' arguments are now coersed and validated as per
    their WebIDL definitions like in other Web Crypto API implementations.
    This further improves interoperability with other implementations of
    Web Crypto API.
    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    bc436eb View commit details
    Browse the repository at this point in the history
  2. add docs change entry

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    03c0459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a3c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c11a280 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1f2da3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5bab06 View commit details
    Browse the repository at this point in the history
  7. remove unused converter

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2900c12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    976cd80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b40e895 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7208755 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc91875 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30353de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdfbb9d View commit details
    Browse the repository at this point in the history
  14. add more converter tests

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1216371 View commit details
    Browse the repository at this point in the history
  15. add more converter tests

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ffcd2fc View commit details
    Browse the repository at this point in the history
  16. lint and doc change change

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4bed6b0 View commit details
    Browse the repository at this point in the history
  17. address some comments

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    609f194 View commit details
    Browse the repository at this point in the history
  18. address comments

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c7af35a View commit details
    Browse the repository at this point in the history
  19. address comments

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    39e40f0 View commit details
    Browse the repository at this point in the history
  20. address comments

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    91c8abd View commit details
    Browse the repository at this point in the history
  21. remove more redundant checks

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    833e286 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fcddb59 View commit details
    Browse the repository at this point in the history
  23. upcoming linter rules fix

    panva committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    31b983c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    5d74979 View commit details
    Browse the repository at this point in the history
  2. improve coverage

    panva committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    44640fb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. apply review feedback

    panva committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    fb9d1c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b9fb2 View commit details
    Browse the repository at this point in the history