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:Ubuntu2204/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 | |
fix-missing-X509_CRL_set1_lastUpdate-_nextUpdate.p |
0000000845 845 Bytes | |
pyOpenSSL-23.2.0.tar.gz | 0000185132 181 KB | |
revert_switch_to_new_utils_deprecation.patch | 0000000812 812 Bytes | |
saltbundlepy-pyopenssl.changes | 0000022765 22.2 KB | |
saltbundlepy-pyopenssl.spec | 0000003454 3.37 KB | |
skip-networked-test.patch | 0000000962 962 Bytes |
Latest Revision
Victor Zhestkov (vizhestkov)
committed
(revision 9)
- Make the module compatible with older OpenSSL versions not having `X509_CRL_set1_lastUpdate` and `X509_CRL_set1_nextUpdate` defined by using `X509_CRL_set_lastUpdate` and `X509_CRL_set_nextUpdate` instead. - Added: * fix-missing-X509_CRL_set1_lastUpdate-_nextUpdate.patch
Comments 0