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
As part of #4683, as a result of reviewing the programs there are uses of MBEDTLS_PRIVATE fields of the mbedtls_ecp_curve_info structure. To avoid the access of the private fields create and use new public getter APIs for the fields of the mbedtls_ecp_curve_info structure.
Accessed flelds:
name
grp_id
Affected files:
pkey/ecdsa.c
pkey/gen_key.c
ssl/ssl_server2.c
The text was updated successfully, but these errors were encountered:
As part of #4683, as a result of reviewing the programs there are uses of
MBEDTLS_PRIVATE
fields of thembedtls_ecp_curve_info
structure. To avoid the access of the private fields create and use new public getter APIs for the fields of thembedtls_ecp_curve_info
structure.Accessed flelds:
name
grp_id
Affected files:
pkey/ecdsa.c
pkey/gen_key.c
ssl/ssl_server2.c
The text was updated successfully, but these errors were encountered: