Remove key exchange based on encryption/decryption

Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2025-03-20 17:53:07 +01:00
parent 3ee9a8cf49
commit e99e591179
8 changed files with 7 additions and 113 deletions
-1
View File
@@ -985,7 +985,6 @@ struct mbedtls_ssl_handshake_params {
#if defined(MBEDTLS_SSL_ASYNC_PRIVATE)
/** Asynchronous operation context. This field is meant for use by the
* asynchronous operation callbacks (mbedtls_ssl_config::f_async_sign_start,
* mbedtls_ssl_config::f_async_decrypt_start,
* mbedtls_ssl_config::f_async_resume, mbedtls_ssl_config::f_async_cancel).
* The library does not use it internally. */
void *user_async_ctx;