qa/tasks/pykmip: use OpenSSL names instead IANA

For OpenSSL 3.x which the IANA names might not be supported.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
This commit is contained in:
Kyr Shatskyy 2026-04-07 19:46:11 +02:00
parent 4698fff408
commit 995fd24597

View File

@ -182,9 +182,9 @@ auth_suite=TLS1.2
policy_path={confdir}
enable_tls_client_auth=False
tls_cipher_suites=
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
AES128-SHA256
AES256-SHA256
ECDHE-RSA-AES256-SHA384
logging_level=DEBUG
database_path={confdir}/pykmip.sqlite
[client]