mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user