-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS Cipher 4: clean up #5207
Comments
I see potential problem with removing Maybe for PSA we need also mode field? |
A |
That's also mentioned in the description of #5205 (first bullet point), on which this issue depends, precisely for this reason :) Since you seem to be tackling the whole cipher series you probably want to assign yourself 5205 too. |
Btw, see also |
Complete the replacement that was started in #5204.
ssl_tls12_populate_transform()
andmbedtls_ssl_tls13_populate_transform()
, remove calls tombedtls_cipher_setkey()
andmbedtls_cipher_setup_psa()
/mbedtls_cipher_setup()
whenMBEDTLS_USE_PSA_CRYPTO
is enabledstruct mbedtls_transform
, remove the filedscipher_ctx_enc
/cipher_ctx_dec
and do the corresponding adaptations inmbedtls_ssl_transform_init
andmbedtls_ssl_transform_free()
whenMBEDTLS_USE_PSA_CRYPTO
is enabledDepends on: #5205 and #5206
The text was updated successfully, but these errors were encountered: