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

bpo-41195: Add getter for Openssl security level #21282

Commits on Jul 2, 2020

  1. Add getter for Openssl security level

    Add an accessor under SSLContext.security_level as a wrapper around
    SSL_CTX_get_security_level, see:
    https://www.openssl.org/docs/manmaster/man3/SSL_CTX_get_security_level.html
    matthewhughes934 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    db374c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eba3e5 View commit details
    Browse the repository at this point in the history
  3. Add blurb entry

    matthewhughes934 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    50c1250 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Update availability note in docs

    Use 'availability' directive and simplify its description
    matthewhughes934 committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    9a0e1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d117e View commit details
    Browse the repository at this point in the history