# Copyright (C) AB Strakt
# Copyright (C) Jean-Paul Calderone
# See LICENSE for details.
"""
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
__all__ = [
"__author__", "__copyright__", "__email__", "__license__", "__summary__",
"__title__", "__uri__", "__version__",
]
__version__ = "19.0.0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
__summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2001-2017 {0}".format(__author__)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| SSL.py | File | 86.88 KB | 0644 |
|
| __init__.py | File | 447 B | 0644 |
|
| _util.py | File | 4.08 KB | 0644 |
|
| crypto.py | File | 98.14 KB | 0644 |
|
| debug.py | File | 1.02 KB | 0644 |
|
| rand.py | File | 1.02 KB | 0644 |
|
| tsafe.py | File | 1.08 KB | 0644 |
|
| version.py | File | 626 B | 0644 |
|