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

Included create_ssl_context function to create the same context with SSLConfig and serve as API #996

Merged
merged 7 commits into from
Jul 27, 2020

Commits on Jun 3, 2020

  1. Included create_ssl_context function to create the same context with …

    …SSLConfig and serve as API.
    Can Sarigol authored and cansarigol committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    23d577d View commit details
    Browse the repository at this point in the history
  2. Changed create_ssl_context with SSLConfig into the client implementat…

    …ion and tests.
    Can Sarigol authored and cansarigol committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    162cee4 View commit details
    Browse the repository at this point in the history
  3. Dropped the __repr__ and __eq__ methods from SSLConfig and removed SS…

    …LConfig using from tests
    Can Sarigol authored and cansarigol committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    49f632b View commit details
    Browse the repository at this point in the history
  4. Fixed test issue regarding cert_authority trust of ssl context

    Can Sarigol authored and cansarigol committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8a9d263 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

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

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    6b40fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8cce1 View commit details
    Browse the repository at this point in the history