Design how to access the fields of mbedtls_ecp_keypair
and mbedtls_ecdsa_context
#5017
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
needs-design-approval
size-s
Estimated task size: small (~2d)
This is a design task, as part of #4683 and #5441, to solve the private field access of
mbedtls_ecp_keypair
(and inclusivelymbedtls_ecdsa_context
) byMBEDTLS_PRIVATE
macro in programs.Possible option to solve the private access:
The advantages and downsides of this problem explained in detail here.
This is intended to be the design task and the implementation should be done in #4838.
The text was updated successfully, but these errors were encountered: