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

Add support for EdDSA/Minisign signatures to sign-hash/sign-file, also add support for choosing credential algorithm to make-credential #137

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2021

  1. Add support for choosing algorithm and displaying public key to make_…

    …credential (v0.0.30 version)
    stevenwdv committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e0d3b5e View commit details
    Browse the repository at this point in the history
  2. Add support for Minisign to sign-file/sign-hash and make-credential (…

    …largely from branch minisign(-v0.0.27)), via a custom CTAP command, see stevenwdv/solo:sign-hash. (v0.0.30 version)
    
    Note that sign-hash now uses HEX credentials just like make-credential, and it will respect the credential algorithm
    stevenwdv committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    dacd228 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Added list-algorithms command to list algorithms supported by pytho…

    …n-fido2. Display default value for `--alg` in help.
    stevenwdv committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    70a1001 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Added RP to sign-file defaulting to 'solo-sign-hash:' and --default-s…

    …ign-host to make-credential to quickly set RP ID to this
    stevenwdv committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6f2f63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a1686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b04ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf368c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 12, 2021

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