Skip to content

Commit

Permalink
Disable cipher mapping test - depending on used OpenSSL version (in c…
Browse files Browse the repository at this point in the history
…lient and/or server) several cipher suites might be disabled or removed.
  • Loading branch information
9EOR9 committed Apr 18, 2018
1 parent 0e2d913 commit 60e5dee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittest/libmariadb/ssl.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ static int test_cipher_mapping(MYSQL *unused __attribute__((unused)))
"DHE-RSA-CAMELLIA256-SHA", "AES256-SHA", "CAMELLIA256-SHA",
NULL };

diag("This test depends on OpenSSL version - since several ciphers might not be available");
return SKIP;

if (check_skip_ssl())
return SKIP;

Expand Down

0 comments on commit 60e5dee

Please sign in to comment.