1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

SSL test fixes

* fix CRL tests to work
* regenerate certificates to be at least 2048 bit
  (fixes buster and rhel8 in buildbot)
* update generate-ssl-cert.sh to generate crl files
* make all SSL tests to use certificates generated
  in generate-ssl-cert.sh, remove unused certificates

Backport from 10.4 9c60535f86
This commit is contained in:
Sergei Golubchik
2019-02-20 15:15:34 +01:00
parent 20043cf650
commit 8d47d9ed88
58 changed files with 760 additions and 1204 deletions

View File

@@ -1,7 +1,4 @@
-- source include/have_ssl_communication.inc
let $crllen=`select length(trim(coalesce(@@ssl_crl, ''))) + length(trim(coalesce(@@ssl_crlpath, '')))`;
if (!$crllen)
{
if (`SELECT count(*) = 0 FROM information_schema.GLOBAL_VARIABLES WHERE
VARIABLE_NAME = 'have_openssl' AND VARIABLE_VALUE = 'YES'`){
skip Needs OpenSSL;
}