mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -4,10 +4,10 @@ have_ssl
|
||||
1
|
||||
SHOW STATUS LIKE 'Ssl_server_not_before';
|
||||
Variable_name Value
|
||||
Ssl_server_not_before Apr 25 20:52:21 2017 GMT
|
||||
Ssl_server_not_before Jan 27 10:11:10 2019 GMT
|
||||
SHOW STATUS LIKE 'Ssl_server_not_after';
|
||||
Variable_name Value
|
||||
Ssl_server_not_after Apr 20 20:52:21 2037 GMT
|
||||
Ssl_server_not_after Jan 22 10:11:10 2039 GMT
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
CREATE TABLE t1 (
|
||||
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
|
||||
|
Reference in New Issue
Block a user