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

gh-94101 Disallow instantiation of SSLSession objects #94102

Merged

Commits on Jun 21, 2022

  1. Disallow instantiation of SSLSession objects

    Directly instantiated SSLSession objects don't make much sense, but attribute lookup on them causes segmentation fault. This commit makes SSLSession objects non-instantiable.
    chgnrdv committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5179652 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Add Blurb

    ambv committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    319fb4e View commit details
    Browse the repository at this point in the history