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

CHANGE EVERYTHING #4

Merged
merged 15 commits into from
Aug 2, 2017
Merged

CHANGE EVERYTHING #4

merged 15 commits into from
Aug 2, 2017

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    cdd8dbd View commit details
    Browse the repository at this point in the history
  2. Break convenience API, and add PyOpenSSL support

    The old convenience API was a bit too inconvenient. The new one is
    more convenient.
    
    Also it now supports PyOpenSSL.
    njsmith committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    6691e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389c29f View commit details
    Browse the repository at this point in the history
  4. Make tests more robust

    njsmith committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    3a767bd View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Break *all* the API!

    - New names for the context configuration methods: configure_trust and
      configure_cert.
    - Switch *_pem to a new convenience class Blob
    - Redo tempfile handling to be Windows friendly
    - Replace the concatenated cert_chain_pem with a list cert_chain_pems.
    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    8586e88 View commit details
    Browse the repository at this point in the history
  2. Add docs

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    098cf9a View commit details
    Browse the repository at this point in the history
  3. CI gunk for docs

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    9227e64 View commit details
    Browse the repository at this point in the history
  4. Add tests for trustme.Blob

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    37b2ce3 View commit details
    Browse the repository at this point in the history
  5. [travis] Fix set -u pickiness

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    7f6885a View commit details
    Browse the repository at this point in the history
  6. [travis] Fix pip syntax

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    70a742c View commit details
    Browse the repository at this point in the history
  7. [docs] Fix example path

    njsmith committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    88499b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a27d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Tweak wording in example.

    njsmith committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    4233322 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Delete commented-out code

    njsmith committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    58b530a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef9a54 View commit details
    Browse the repository at this point in the history