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

Refactor Signer class #127

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

Refactor Signer class #127

wants to merge 6 commits into from

Commits on Jan 25, 2013

  1. Configuration menu
    Copy the full SHA
    23a0d2f View commit details
    Browse the repository at this point in the history
  2. Broke out the signer code from the client code so that it can be reus…

    …ed more easily
    Rob Kinyon committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    8c8ef7f View commit details
    Browse the repository at this point in the history
  3. Minor cleanup

    Rob Kinyon committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    69fe654 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2013

  1. Refactored the Signer class out of the Client class so that it can be…

    … reused in Twisted and/or Tornado.
    robkinyon committed Jan 26, 2013
    Configuration menu
    Copy the full SHA
    d1b02a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. Configuration menu
    Copy the full SHA
    be0ad92 View commit details
    Browse the repository at this point in the history
  2. Parameters are now lists as required by twisted and Signer.create_req…

    …uest() now accepts a parameter list
    Rob Kinyon committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    7c1111d View commit details
    Browse the repository at this point in the history