Automation Testing TLS/DTLS Application

Hi,

The Automation testing would need to read the packet that encrypted by TLS/DTLS application. With, Ciphersuite “TLS_RSA_WITH_AES_128_GCM_SHA256” was it possible, although it is quite old and not recommended - serves our purpose.

Is it possible to configure my client/server to use
Ciphersuite:“TLS_RSA_WITH_AES_128_GCM_SHA256”

Thanks,
Gopi

Hi Gopi,
You can look at the sample applications for client and server to see how to force specific ciphersuite using the force_ciphersuite parameter which call the mbedtls_ssl_conf_ciphersuites() API.

Regards,
Mbed TLS Team member
Ron