Add accessor (getter/setter) function for mbedtls_ecp_keypair #8367
Labels
component-tls
enhancement
needs-info
An issue or PR which needs further info from the reporter / author
priority-high
High priority - will be reviewed soon
size-s
Estimated task size: small (~2d)
Suggested enhancement
Please add getter setter functions for members of struct mbedtls_ecp_keypair which are private now.
Justification
These can be used to pass the group using mbedtls_ecp_group_load() API. Because members like "grp" are private, it can not be passed to load API without enabling private access.
Mbed TLS needs this because we can then use the load API with the group in mbedtls_ecp_keypair.
The text was updated successfully, but these errors were encountered: