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 an SSLContextAdapter #231

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

Commits on Oct 28, 2018

  1. Add an SSLContextAdapter

    An adapter that allows more fine-grained control over the encryption
    parameters used in `requests` by passing an `SSLContext` object
    directly.
    Originally borne from the desire to test a different implementation of
    Python's `ssl` module's `create_default_context()` with `requests`.
    nikosgraser committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    c946346 View commit details
    Browse the repository at this point in the history
  2. Add special treatment for older versions of requests and python

    On older versions of python, `ssl.PROTOCOL_TLS` is not defined.
    Also, older requests versions caused the tests to fail.
    nikosgraser committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    8e81ef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    32c4f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538df54 View commit details
    Browse the repository at this point in the history