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_cipher_info_t structure. To avoid the access of the private fields create and use new public getter APIs for the fields of the mbedtls_cipher_info_t structure.
Accessed fields:
name
key_bitlen
mode
Affected files:
aes/crypt_and_hash.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_cipher_info_t
structure. To avoid the access of the private fields create and use new public getter APIs for the fields of thembedtls_cipher_info_t
structure.Accessed fields:
name
key_bitlen
mode
Affected files:
aes/crypt_and_hash.c
The text was updated successfully, but these errors were encountered: