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 ;)
- Sources inherited from project systemsmanagement:saltstack:bundle:next
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:saltstack:bundle:next:Debian12/saltbundlepy-pyopenssl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fix-missing-ASN1_STRING_get0_data-in-old-openssl.p |
0000000750 750 Bytes | |
pyOpenSSL-23.2.0.tar.gz | 0000185132 181 KB | |
revert_switch_to_new_utils_deprecation.patch | 0000000812 812 Bytes | |
saltbundlepy-pyopenssl.changes | 0000022344 21.8 KB | |
saltbundlepy-pyopenssl.spec | 0000003289 3.21 KB | |
skip-networked-test.patch | 0000000962 962 Bytes |
Revision 8 (latest revision is 9)
Pablo Suárez Hernández (PSuarezHernandez)
accepted
request 1172662
from
Victor Zhestkov (vizhestkov)
(revision 8)
- Make the module compatible with older OpenSSL versions not having `ASN1_STRING_get0_data` defined by using `ASN1_STRING_data` instead. - Added: * fix-missing-ASN1_STRING_get0_data-in-old-openssl.patch
Comments 0