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 |
---|---|---|
check_inv_ALPN_lists.patch | 0000002112 2.06 KB | |
pyOpenSSL-21.0.0.tar.gz | 0000175652 172 KB | |
python-pyOpenSSL.changes | 0000020411 19.9 KB | |
python-pyOpenSSL.spec | 0000003064 2.99 KB | |
skip-networked-test.patch | 0000000667 667 Bytes |
Revision 41 (latest revision is 55)
Dominique Leuenberger (dimstar_suse)
accepted
request 928309
from
Matej Cepl (mcepl)
(revision 41)
- Add check_inv_ALPN_lists.patch checks for invalid ALPN lists before calling OpenSSL (gh#pyca/pyopenssl#1056). - update to 21.0.0: - The minimum ``cryptography`` version is now 3.3. - Drop support for Python 3.5 - Raise an error when an invalid ALPN value is set. - Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version`` - Updated ``to_cryptography`` and ``from_cryptography`` methods to support an upcoming release of ``cryptography`` without raising deprecation warnings.
Comments 0