Florin Spătar <florin.spa...@gmail.com> 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 1.0.2. Minimum OpenSSL version is 
1.1.1, which has no FIPS module, so usedforsecurity flag can only be used with 
OpenSSL 3. I'm wondering if the issue you linked is still an enhancement or 
should be treated as an actual bug.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46149>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to