summaryrefslogtreecommitdiff
path: root/OpenSSL/__init__.py
blob: 396a97f86ed384d20efe05fe61779faad137925e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) AB Strakt
# See LICENSE for details.

"""
pyOpenSSL - A simple wrapper around the OpenSSL library
"""

from OpenSSL import rand, crypto, SSL
from OpenSSL.version import __version__

__all__ = [
    'rand', 'crypto', 'SSL', 'tsafe', '__version__']


# ERR_load_crypto_strings, SSL_library_init, ERR_load_SSL_strings