Re: Regarding TLS call failure on Openssl3.0 with cipher : ECDH-ECDSA-AES256-SHA384

2022-11-17 Thread Viktor Dukhovni
On Fri, Nov 18, 2022 at 05:12:09AM +, Raman, Ina wrote: > I was trying to test TLS call with cipher suite : > tls_ecdh_ecdsa_with_aes_256_cbc_sha384 but it fails. You probably actually wanted "ecdhe" not "ecdh", but see below. > It fails on SSL_set_cipher_list API. This API, and the cipher

Regarding TLS call failure on Openssl3.0 with cipher : ECDH-ECDSA-AES256-SHA384

2022-11-17 Thread Raman, Ina
Hi , I was trying to test TLS call with cipher suite : tls_ecdh_ecdsa_with_aes_256_cbc_sha384 but it fails . It fails on SSL_set_cipher_list API . The list contains the mentioned cipher but still it is failing to set that . On SIPp UAC side it shows errno = 107 (Transport endpoint is not conne