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

WIP Add support for Ed25519, Ed448, X25519 and X448. RFC 8037 #98

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2021

  1. Ed25519 keys

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    5d40d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7066e1 View commit details
    Browse the repository at this point in the history
  3. more work

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    6b78592 View commit details
    Browse the repository at this point in the history
  4. Start writing tests

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    851bfb4 View commit details
    Browse the repository at this point in the history
  5. Tests

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    2578ed9 View commit details
    Browse the repository at this point in the history
  6. More tests

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    7f061de View commit details
    Browse the repository at this point in the history
  7. more work

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    240be4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    818a40f View commit details
    Browse the repository at this point in the history
  9. fields_to_partial_json

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    78961a9 View commit details
    Browse the repository at this point in the history
  10. More testing

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    c87f0e1 View commit details
    Browse the repository at this point in the history
  11. generate with x25519

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    06b6019 View commit details
    Browse the repository at this point in the history
  12. Better way to load keys

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    038833b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c24dd8 View commit details
    Browse the repository at this point in the history
  14. Tests and other stuff

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    31c2b9d View commit details
    Browse the repository at this point in the history
  15. better fields_from_json

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    e506a17 View commit details
    Browse the repository at this point in the history
  16. RFC 8032 work

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    573e61e View commit details
    Browse the repository at this point in the history
  17. More work

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    cf94319 View commit details
    Browse the repository at this point in the history
  18. More work

    atombrella committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    6c2a6d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. ComparableOKPKey work

    atombrella committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    590fc50 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    3a73a35 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    a5a9f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Clean up

    atombrella committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    cae9030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571e0c4 View commit details
    Browse the repository at this point in the history
  3. Fix test

    atombrella committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2256c10 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    4cc26b6 View commit details
    Browse the repository at this point in the history
  2. pleasing mypy

    atombrella committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a9d5b51 View commit details
    Browse the repository at this point in the history
  3. undo stuff

    atombrella committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    c6d5079 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Tests and more

    atombrella committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    00bd690 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:certbot/josepy into rfc_8037

    # Conflicts:
    #	src/josepy/jwa.py
    #	src/josepy/jwk.py
    #	src/josepy/util.py
    atombrella committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    844fe6a View commit details
    Browse the repository at this point in the history
  3. Fix isort

    atombrella committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d650cfa View commit details
    Browse the repository at this point in the history
  4. Better tests

    atombrella committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5144134 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. More testing

    atombrella committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    f9fc969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8ba32 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Make tests pass

    atombrella committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3ef6f85 View commit details
    Browse the repository at this point in the history
  2. Better tests

    atombrella committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    85bf5f7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    3ad6181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaef5f7 View commit details
    Browse the repository at this point in the history