.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
SECURITY.md
codecov.yml
conftest.py
pyproject.toml
setup.py
tox.ini
.github/CODE_OF_CONDUCT.rst
.github/CONTRIBUTING.rst
.github/FUNDING.yml
.github/workflows/main.yml
docs/Makefile
docs/api.rst
docs/backward-compatibility.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/implemented-standards.rst
docs/index.rst
docs/installation.rst
docs/license.rst
src/service_identity/__init__.py
src/service_identity/_common.py
src/service_identity/_compat.py
src/service_identity/cryptography.py
src/service_identity/exceptions.py
src/service_identity/pyopenssl.py
src/service_identity.egg-info/PKG-INFO
src/service_identity.egg-info/SOURCES.txt
src/service_identity.egg-info/dependency_links.txt
src/service_identity.egg-info/not-zip-safe
src/service_identity.egg-info/requires.txt
src/service_identity.egg-info/top_level.txt
tests/__init__.py
tests/test_common.py
tests/test_cryptography.py
tests/test_pyopenssl.py
tests/util.py