You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Disable cipher mapping test - depending on used OpenSSL version (in client and/or server) several cipher suites might be disabled or removed.
This commit is contained in:
@@ -912,6 +912,9 @@ static int test_cipher_mapping(MYSQL *unused __attribute__((unused)))
|
|||||||
"DHE-RSA-CAMELLIA256-SHA", "AES256-SHA", "CAMELLIA256-SHA",
|
"DHE-RSA-CAMELLIA256-SHA", "AES256-SHA", "CAMELLIA256-SHA",
|
||||||
NULL };
|
NULL };
|
||||||
|
|
||||||
|
diag("This test depends on OpenSSL version - since several ciphers might not be available");
|
||||||
|
return SKIP;
|
||||||
|
|
||||||
if (check_skip_ssl())
|
if (check_skip_ssl())
|
||||||
return SKIP;
|
return SKIP;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user