[issue38550] hashlib missing algorithms

Mike Gilbert report at bugs.python.org
Mon Oct 21 16:08:39 EDT 2019


Mike Gilbert <floppymaster at gmail.com> added the comment:

Ok, so this appears to be working correctly on master. Just the 3.7 branch is broken.

I think this is because we use OBJ_NAME_do_all instead of EVP_MD_do_all in 3.7.

I think backporting https://github.com/python/cpython/pull/16083 to 3.7 would resolve this.

----------

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


More information about the Python-bugs-list mailing list