Remove use of mbedtls_cipher_info
from ssl_context_info.c
#9977
Labels
size-s
Estimated task size: small (~2d)
mbedtls_cipher_info
from ssl_context_info.c
#9977
Part of implementing #9904
Modify
ssl_context_info.c
to remove the use ofmbedtls_cipher_
functions (these are used to get the name of the cipher being used).Either:
MBEDTLS_CIPHER_C
is not configured, but it needs some investigation to check that this is still the same when we are using PSA.This task is done when
ssl_context_info.c
does not use anymbedtls_cipher
functions (or for that matter any legacy crypto functions).Estimate: 4 Ideal Engineering Hours
The text was updated successfully, but these errors were encountered: