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

Improve signer keypair generation #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2014

  1. Report error if environment variables are not set.

    Fix typo and add newline to existing messages.
    jburgess777 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    c5ff6b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d64b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5487f4 View commit details
    Browse the repository at this point in the history
  4. Add Makefile with the following targets:

    * signer:   build signer executable
    * test:     check signer operation
    * all:      creates executable and runs test
    * clean:    removes executables and object files
    * keys.txt: generate a new key pair
    * keys.sh:  create shell script to set generated keys
    jburgess777 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    72a110d View commit details
    Browse the repository at this point in the history
  5. Add help target into makefile to describe the targets, this is

    now the default target. Added new keys.c target to describe how
    to update the public key in the badge firmware.
    
    Removed keys.txt dependency on signer to prevent regeneration
    of keys whenever you rebuild the executable.
    jburgess777 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    3812ca6 View commit details
    Browse the repository at this point in the history