[issue30008] OpenSSL 1.1.0 deprecated functions

Mark Wright report at bugs.python.org
Mon Oct 9 09:46:17 EDT 2017


Mark Wright <gienah at gentoo.org> added the comment:

My proposed patch based on python 3.5.4 to remove the use of the API
that was deprecated in openssl 1.1.  As RAND_pseudo_bytes was removed I
call RAND_bytes instead.

----------
Added file: https://bugs.python.org/file47200/python-3.5.4-openssl-1.1.0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30008>
_______________________________________


More information about the Python-bugs-list mailing list