This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author floppymaster
Recipients christian.heimes, floppymaster, gregory.p.smith
Date 2019-10-21.20:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571688519.06.0.346410444658.issue38550@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-21 20:08:39floppymastersetrecipients: + floppymaster, gregory.p.smith, christian.heimes
2019-10-21 20:08:39floppymastersetmessageid: <1571688519.06.0.346410444658.issue38550@roundup.psfhosted.org>
2019-10-21 20:08:39floppymasterlinkissue38550 messages
2019-10-21 20:08:38floppymastercreate