mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 15:40:55 +02:00
a5e58b1eb5
SSL_CIPHER_get_name returns the internal cipher name (PSK-AES128-GCM-SHA256) instead of the IANA name when WOLFSSL_CIPHER_INTERNALNAME, NO_ERROR_STRINGS or WOLFSSL_QT is defined. user_settings_all.h with the compatibility layer enables WOLFSSL_QT, so the test failed in the 'make user_setting.h (with sed)' job. Match the expected name to the build configuration, mirroring the existing pattern used elsewhere in tests/api.c.
Before creating any new configure files (.conf) read the CONF_FILES_README.md