summaryrefslogtreecommitdiff
path: root/docs/esp32/tutorial/img
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2024-09-24 09:37:59 +0200
committerDamien George <damien@micropython.org>2024-10-25 01:16:06 +1100
commit68f1c2014514191415cda46f7c5264dce4799b9b (patch)
tree3cd81bcd9ae4e619f957ecf45ea61cb5b3d12576 /docs/esp32/tutorial/img
parent2644f577f1562a641c62d223dfb1fd80dd541ac9 (diff)
extmod/modtls_mbedtls: Support alternate sign callbacks in Python.
This commit enables the implementation of alternative mbedTLS cryptography functions, such as ECDSA sign and verify, in pure Python. Alternative functions are implemented in Python callbacks, that get invoked from wrapper functions when needed. The callback can return None to fall back to the default mbedTLS function. A common use case for this feature is with secure elements that have drivers implemented in Python. Currently, only the ECDSA alternate sign function wrapper is implemented. Tested signing with a private EC key stored on an NXP SE05x secure element. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Diffstat (limited to 'docs/esp32/tutorial/img')
0 files changed, 0 insertions, 0 deletions