Provides the Python 3.4 standard ssl module API implemented on top of pyOpenSSL for older Python versions (2.x, 3.0–3.3). Current version 0.0.9, unmaintained.
pip install backports-sslNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an SSL connection using the backported ssl module.
Drop this library and use Python's built-in ssl module.
Install with `pip install backports-ssl` and import as `import backports.ssl as ssl`.
Migrate to Python 3.6+ and use the standard library ssl module.