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

SSL client validation (certificate-based authentication) #295

Closed
wants to merge 6 commits into from
Closed

SSL client validation (certificate-based authentication) #295

wants to merge 6 commits into from

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    090eaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554a822 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Added hints to which Python versions allow client certificate authent…

    …ication.
    
    Renamed SSL client certificate authentication plugin to match its function (checking common names) more closely.
    hoehermann committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    a426020 View commit details
    Browse the repository at this point in the history
  2. Kept ssl.create_default_context, but added fallback to ssl.wrap_socke…

    …t. This commit now incorporates #190 without breaking compatibility towards old Python versions.
    
    Removed test that cannot not work with new ssl.create_default_context.
    hoehermann committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    8cb3acd View commit details
    Browse the repository at this point in the history
  3. Improved test_do_handshake_ssl_error_eof_raises_close_error so it w…

    …orks with recent versions of python.
    hoehermann committed Sep 3, 2017
    Configuration menu
    Copy the full SHA
    dfd50db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bad0ca View commit details
    Browse the repository at this point in the history