404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.78.134: ~ $
"""
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",
]

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 642 B 0644
_common.py File 11.36 KB 0644
_compat.py File 307 B 0644
exceptions.py File 1.09 KB 0644
pyopenssl.py File 3.6 KB 0644