[issue46149] FIPS usedforsecurity flag is no longer functional with OpenSSL 3.0.0

2021-12-22 Thread Florin Spătar
Florin Spătar added the comment: I was able to get past this issue with minimal changes: https://github.com/florinspatar/cpython/commit/3b16c65eb3e54c0be40413ebabf504356e303e8a I see the issue you linked, handles multiple OpenSSL 3.0.0 problems. AFAIK, python 3 no longer supports OpenSSL

[issue46149] FIPS usedforsecurity flag is no longer functional with OpenSSL 3.0.0

2021-12-22 Thread Florin Spătar
New submission from Florin Spătar : I added christian.heimes to the nosy list; I hope that's OK usedforsecurity flag is based on setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW flag. However this flag has no effect in OpenSSL 3.0.0. [root@lambada ~]# /opt/opsware/bin/python3 Python 3

[issue45622] BlockingIOError: [Errno 11] Resource temporarily unavailable when performing SSL handshake on Solaris

2021-10-27 Thread Florin Spătar
New submission from Florin Spătar : Trying to connect to an uWSGI (or any other) server, from Solaris, will fail with the following error: -bash-3.00# /opt/opsware/agent/bin/python3 client.py /tmp/client.py:9: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = ssl.SSLContext

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-10-22 Thread Florin Spătar
Florin Spătar added the comment: Can this be merged to python 3.10 as well? Thanks -- ___ Python tracker <https://bugs.python.org/issue44959> ___ ___ Python-bug

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread Florin Spătar
Florin Spătar added the comment: @mattip Yes, the patch fixed the issue and the extension module import works. With the patch applied: [fspatar@hpux1131:/cust/fspatar/buildtest/hp-ux/11.31/build]> /opt/OPSWbuildtools/2.0.5/python/3.8.11.01/bin/python3 Python 3.8.11 (default, Aug 4 2021,

[issue44959] EXT_SUFFIX is missing '.sl' on HP-UX

2021-08-20 Thread Florin Spătar
New submission from Florin Spătar : On HP-UX, python can no longer find extension modules with the '.sl' suffix. [fspatar@hpux1131:/cust/fspatar/buildtest/hp-ux/11.31/build]> ~/tmp/investigation3/old/bin/python3 Python 3.8.11 (default, Aug 3 2021, 06:15:31) [GCC 4.2.4] on hp-ux-