PHP 7.4.33
Preview: __init__.py Size: 690 B
//usr/lib/python3/dist-packages/service_identity/__init__.py
"""
Verify service identities.
"""

from __future__ import absolute_import, division, print_function

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


__version__ = "18.1.0"

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

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

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


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

Directory Contents

Dirs: 1 × Files: 6
Name Size Perms Modified Actions
- drwxr-xr-x 2022-08-09 11:58:24
Edit Download
4.86 KB lrw-r--r-- 2018-12-05 12:12:14
Edit Download
1.23 KB lrw-r--r-- 2018-12-05 09:48:06
Edit Download
5.03 KB lrw-r--r-- 2018-12-05 12:12:00
Edit Download
11.52 KB lrw-r--r-- 2018-12-05 09:48:06
Edit Download
308 B lrw-r--r-- 2018-12-05 09:48:06
Edit Download
690 B lrw-r--r-- 2018-12-05 12:14:34
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).