[issue38550] hashlib missing algorithms

Mike Gilbert report at bugs.python.org
Mon Oct 21 14:10:09 EDT 2019


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

I see that generate_hash_name_list() calls EVP_MD_do_all() which calls  OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_DIGESTS, NULL);

I'm not sure why that doesn't do the job here.

----------

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


More information about the Python-bugs-list mailing list