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 gregory.p.smith
Recipients gregory.p.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-26.00:53:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648255993.62.0.516641602637.issue47125@roundup.psfhosted.org>
In-reply-to
Content
https://docs.microsoft.com/en-us/windows/win32/seccng/creating-a-hash-with-cng

See if these are worthwhile vs using OpenSSL for the hashlib algorithms it supports.  OS APIs can in theory take better advantage of HW acceleration for performance.  Verify this on supported architectures.  Regardless it would allow some things to be fast if someone wanted to use a build without OpenSSL.

I'm not a Windows or Microsoft user.  I'm filing this for completeness, someone else would need to do the work.

similar macOS issue: https://bugs.python.org/issue47124
similar Linux issue: https://bugs.python.org/issue47102
History
Date User Action Args
2022-03-26 00:53:13gregory.p.smithsetrecipients: + gregory.p.smith, paul.moore, tim.golden, zach.ware, steve.dower
2022-03-26 00:53:13gregory.p.smithsetmessageid: <1648255993.62.0.516641602637.issue47125@roundup.psfhosted.org>
2022-03-26 00:53:13gregory.p.smithlinkissue47125 messages
2022-03-26 00:53:13gregory.p.smithcreate