mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
12e65e0c11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
573 B
Text
11 lines
573 B
Text
Python wrapper around a small subset of the OpenSSL library. Includes:
|
|
X509 Certificates, SSL Context objects, SSL Connection objects using
|
|
Python sockets as transport layer. The Connection object wraps all the
|
|
socket methods and can therefore be used in.
|
|
|
|
This package only build python3 modules.
|
|
If you need python2 modules, please install python2-pyOpenSSL package.
|
|
|
|
This is the last pyOpenSSL that can be built on Slackware 15.0.
|
|
Version 23.0.0 and newer requires newer cryptography version that
|
|
can't be built on Slackware 15.0 due to upstream dropping OpenSSL 1.1.0.
|