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: add CFRG curves to Web Crypto API #42507

Merged
merged 23 commits into from
Jun 4, 2022

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    4a47455 View commit details
    Browse the repository at this point in the history
  2. add eddsa tests

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    712655b View commit details
    Browse the repository at this point in the history
  3. fix ecdh w/ X*

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    4a831d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63bf754 View commit details
    Browse the repository at this point in the history
  5. add general derive key tests

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3a05885 View commit details
    Browse the repository at this point in the history
  6. add cfrg ecdh tests

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    75ea892 View commit details
    Browse the repository at this point in the history
  7. add import export tests

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3a59f36 View commit details
    Browse the repository at this point in the history
  8. add keygen tests

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    211d3e0 View commit details
    Browse the repository at this point in the history
  9. fix test ecdh messages

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3a89861 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da87c06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43be43e View commit details
    Browse the repository at this point in the history
  12. add doc change entries

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    db0fb7c View commit details
    Browse the repository at this point in the history
  13. remove doc trailing whitespace

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    51d68f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    98bc13d View commit details
    Browse the repository at this point in the history
  15. add Ed448Params docs

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    e69f111 View commit details
    Browse the repository at this point in the history
  16. reduce the number of doc classes

    This removes doc classes that are simply the AlgorithmIdentifier
    dictionary, in other words, have no other parameter than `name`.
    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b4a5bbe View commit details
    Browse the repository at this point in the history
  17. deal with md lint max length

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    67deae8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    af94f8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d8e4c5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf409be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2a5dc1c View commit details
    Browse the repository at this point in the history
  22. run make format-md

    panva committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ad465b2 View commit details
    Browse the repository at this point in the history
  23. resolve nit

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    panva and aduh95 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3eb7ce7 View commit details
    Browse the repository at this point in the history