extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context. · micropython/micropython@2644f57 · GitHub
<
8000
meta property="fb:app_id" content="1401488693436528">
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.
This is necessary for mbedTLS callbacks that do not carry any user state,
so those callbacks can be customised per SSL context.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
0 commit comments