Message416165
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. |
|
Date |
User |
Action |
Args |
2022-03-28 12:56:19 | ronaldoussoren | set | recipients:
+ ronaldoussoren, gregory.p.smith, ned.deily |
2022-03-28 12:56:19 | ronaldoussoren | set | messageid: <1648472179.44.0.980261394984.issue47124@roundup.psfhosted.org> |
2022-03-28 12:56:19 | ronaldoussoren | link | issue47124 messages |
2022-03-28 12:56:19 | ronaldoussoren | create | |
|