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 ronaldoussoren
Recipients gregory.p.smith, ned.deily, ronaldoussoren
Date 2022-03-28.12:56:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648472179.44.0.980261394984.issue47124@roundup.psfhosted.org>
In-reply-to
Content
SecDigestTransformCreate() is probably a relevant API to look into, this seems to be supported from 10.7 until now.

A major disadvantage for us of this API is that it is a CoreFoundation API and because of that is problematic in pre-forking scenario's (that is, call in a child proces that's the result of fork-without-exec) because most if not all CoreFoundation types are not safe to use in these scenario's.

Apple also has an older crypto API, but that has been deprecated for a long time and should not be used.
History
Date User Action Args
2022-03-28 12:56:19ronaldoussorensetrecipients: + ronaldoussoren, gregory.p.smith, ned.deily
2022-03-28 12:56:19ronaldoussorensetmessageid: <1648472179.44.0.980261394984.issue47124@roundup.psfhosted.org>
2022-03-28 12:56:19ronaldoussorenlinkissue47124 messages
2022-03-28 12:56:19ronaldoussorencreate