[issue47124] explore hashlib use of the Apple CryptoKit macOS

Ronald Oussoren report at bugs.python.org
Sun Mar 27 04:35:50 EDT 2022


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

A "problem" with CryptoKit is that it is a swift-only framework, which makes using those APIs harder from C code (not impossible).

The older Security framework also contains crypto APIs, but seems to have less support for modern algorithms (e.g. no support for Curve25519). 

TBH I'm not sure if it is worthwhile to look into this in CPython, or that we should rely on OpenSSL for any integration (similar to Christian Heimes opinion on using the system keystore in the ssl module).

----------

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


More information about the Python-bugs-list mailing list