Python wrapper module around the OpenSSL library
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 ;)
- Developed at devel:languages:python
-
15
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-pyOpenSSL && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bug-lp-1265482.diff | 0000000534 534 Bytes | |
pyOpenSSL-16.2.0.tar.gz | 0000167305 163 KB | |
python-pyOpenSSL.changes | 0000008234 8.04 KB | |
python-pyOpenSSL.spec | 0000002954 2.88 KB | |
rsa128-i586.patch | 0000001194 1.17 KB | |
skip-networked-test.patch | 0000000528 528 Bytes |
Revision 24 (latest revision is 55)
Dominique Leuenberger (dimstar_suse)
accepted
request 440553
from
Dirk Mueller (dirkmueller)
(revision 24)
- fix source url - Change source url to pypi.io * version 16.2.0 source tarball failed to download from pypi.python.org - Update to 16.2.0 * Deprecations ** Dropped support for OpenSSL 0.9.8. * Changes ** Fix memory leak in OpenSSL.crypto.dump_privatekey() with FILETYPE_TEXT. #496 ** Enable use of CRL (and more) in verify context. #483 ** OpenSSL.crypto.PKey can now be constructed from cryptography objects and also exported as such. #439 ** Support newer versions of cryptography which use opaque structs for OpenSSL 1.1.0 compatibility. ** Fixed compatibility errors with OpenSSL 1.1.0. ** Fixed an issue that caused failures with subinterpreters and embedded Pythons. #552
Comments 0