0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.141.21.106


Current Path : /proc/self/root/usr/lib/python3/dist-packages/service_identity/
Upload File :
Current File : //proc/self/root/usr/lib/python3/dist-packages/service_identity/__init__.py

"""
Verify service identities.
"""

from __future__ import absolute_import, division, print_function

from . import pyopenssl
from .exceptions import (
    CertificateError,
    SubjectAltNameWarning,
    VerificationError,
)


__version__ = "16.0.0"

__title__ = "service_identity"
__description__ = "Service identity verification for pyOpenSSL."
__uri__ = "https://service-identity.readthedocs.org/"

__author__ = "Hynek Schlawack"
__email__ = "hs@ox.cx"

__license__ = "MIT"
__copyright__ = "Copyright (c) 2014 Hynek Schlawack"


__all__ = [
    "CertificateError",
    "SubjectAltNameWarning",
    "VerificationError",
    "pyopenssl",
]