win32 platform

This commit is contained in:
j 2016-01-31 20:14:46 +05:30
commit c1666978b2
1122 changed files with 348397 additions and 0 deletions

View file

@ -0,0 +1,7 @@
High-level wrapper around a subset of the OpenSSL library, includes
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
... and much more ;)

View file

@ -0,0 +1 @@
pip

View file

@ -0,0 +1,36 @@
Metadata-Version: 2.0
Name: pyOpenSSL
Version: 0.15.1
Summary: Python wrapper module around the OpenSSL library
Home-page: https://github.com/pyca/pyopenssl
Author: Jean-Paul Calderone
Author-email: exarkun@twistedmatrix.com
License: APL2
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires-Dist: cryptography (>=0.7)
Requires-Dist: six (>=1.5.2)
High-level wrapper around a subset of the OpenSSL library, includes
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
... and much more ;)

View file

@ -0,0 +1,35 @@
OpenSSL/__init__.py,sha256=D4b_xFQa5zmWWB1SxwPloa2As9vG9TwD-QFt8dF0Rb8,263
OpenSSL/_util.py,sha256=WFlXC1iBuXSTZZp8QXAmgKSssM4GtOE7aNa6s5E4qCU,3478
OpenSSL/crypto.py,sha256=ke_xhwXbW1UvD4I6NuWu1gTgBD1bL0CZTg08yjITJ_I,81777
OpenSSL/rand.py,sha256=ibqrx4Qg_5zpKz_A3ROq84OGVaOWW6fC9Sy7-tV-KsI,4528
OpenSSL/SSL.py,sha256=bcGbb9E7-LWp2qnum2oyX719SOSz9Gu-UlMMq2FQsXI,62997
OpenSSL/tsafe.py,sha256=uBXARdiAmBSCPEMPACCwVq73w6ij14Rrw75IIEgrNIk,1004
OpenSSL/version.py,sha256=s2h3mtS_QWHivxkqC7Np2LKFQ6l7weQ7euAqpkwMsAM,178
OpenSSL/test/__init__.py,sha256=H1eifprHHIUyd-HQSYXJAjNGJVCM3gRiEY4GgQyvvQo,125
OpenSSL/test/test_crypto.py,sha256=c6c07xJG8kzAiiGavia-H_r_eNWXE7y3z6qKIlgYOSU,140745
OpenSSL/test/test_rand.py,sha256=e7Xmy3sDTVJQs02fNqeLjDoy52PBeehfQXo7nzJ7fAU,7203
OpenSSL/test/test_ssl.py,sha256=B7Mnmt3sJsVBgojeEXgEzxsNILlh2blrEaq05ILIT9M,138387
OpenSSL/test/test_tsafe.py,sha256=xXrrN-RW85F36NpbE3qqbrryVRJwWN0_X3F04pqEgdo,724
OpenSSL/test/test_util.py,sha256=4UCYo96lwAaSRNucqBdC-XqaQ5givL_GafdPoi9TJag,636
OpenSSL/test/util.py,sha256=M2vvDqgyC9eS_QSyXLvlodUn9sR0AQtecTAgJf0lNEU,17130
pyOpenSSL-0.15.1.dist-info/DESCRIPTION.rst,sha256=7P9WjHRbRQXn6nMEnKTAaWJyFewJaz910SAme229tyM,273
pyOpenSSL-0.15.1.dist-info/METADATA,sha256=iXAZoX_RckhOew2BHij1NS8EUfeC0AqlRugO2HLikJ8,1486
pyOpenSSL-0.15.1.dist-info/metadata.json,sha256=n56-t5ezLrp9cYeScOBMcxejYcKlRsRWINWq5AEgn7Y,1287
pyOpenSSL-0.15.1.dist-info/RECORD,,
pyOpenSSL-0.15.1.dist-info/top_level.txt,sha256=NNxWqS8hKNJh2cUXa1RZOMX62VJfyd8URo1TsYnR_MU,8
pyOpenSSL-0.15.1.dist-info/WHEEL,sha256=AvR0WeTpDaxT645bl5FQxUK6NPsTls2ttpcGJg3j1Xg,110
c:\users\j\oml\platform\win32\Lib\site-packages\pyOpenSSL-0.15.1.dist-info\INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
OpenSSL/test/__pycache__/test_rand.cpython-35.pyc,,
OpenSSL/test/__pycache__/__init__.cpython-35.pyc,,
OpenSSL/test/__pycache__/test_util.cpython-35.pyc,,
OpenSSL/test/__pycache__/util.cpython-35.pyc,,
OpenSSL/__pycache__/__init__.cpython-35.pyc,,
OpenSSL/test/__pycache__/test_crypto.cpython-35.pyc,,
OpenSSL/__pycache__/version.cpython-35.pyc,,
OpenSSL/__pycache__/tsafe.cpython-35.pyc,,
OpenSSL/test/__pycache__/test_ssl.cpython-35.pyc,,
OpenSSL/__pycache__/rand.cpython-35.pyc,,
OpenSSL/__pycache__/SSL.cpython-35.pyc,,
OpenSSL/test/__pycache__/test_tsafe.cpython-35.pyc,,
OpenSSL/__pycache__/_util.cpython-35.pyc,,
OpenSSL/__pycache__/crypto.cpython-35.pyc,,

View file

@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.24.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View file

@ -0,0 +1 @@
{"license": "APL2", "name": "pyOpenSSL", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "Python wrapper module around the OpenSSL library", "run_requires": [{"requires": ["cryptography (>=0.7)", "six (>=1.5.2)"]}], "version": "0.15.1", "extensions": {"python.details": {"project_urls": {"Home": "https://github.com/pyca/pyopenssl"}, "document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "exarkun@twistedmatrix.com", "name": "Jean-Paul Calderone"}]}}, "classifiers": ["Development Status :: 6 - Mature", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking"], "extras": []}

View file

@ -0,0 +1 @@
OpenSSL