From f74704c7d963ddcd1109843a5861c6bd76409c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Tue, 14 Apr 2020 20:38:44 +0300 Subject: MDEV-18019, MDEV-18135: Renew test OpenSSL certs at level 3 security Touch attribute file to fix errors like: Can't open ./demoCA/index.txt.attr for reading, No such file or directory 140553384993216:error:02001002:system library: fopen:No such file or directory:../crypto/bio/bss_file.c:72: fopen('./demoCA/index.txt.attr','r') 140553384993216:error:2006D080:BIO routines: BIO_new_file:no such file:../crypto/bio/bss_file.c:79: Check that the request matches the signature --- mysql-test/main/ssl.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/main/ssl.result') diff --git a/mysql-test/main/ssl.result b/mysql-test/main/ssl.result index b2ca0cf80ad..794830e5529 100644 --- a/mysql-test/main/ssl.result +++ b/mysql-test/main/ssl.result @@ -4,10 +4,10 @@ have_ssl 1 SHOW STATUS LIKE 'Ssl_server_not_before'; Variable_name Value -Ssl_server_not_before Jan 27 10:11:10 2019 GMT +Ssl_server_not_before Mar 3 03:03:03 2020 GMT SHOW STATUS LIKE 'Ssl_server_not_after'; Variable_name Value -Ssl_server_not_after Jan 22 10:11:10 2039 GMT +Ssl_server_not_after Feb 27 03:03:03 2040 GMT drop table if exists t1,t2,t3,t4; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, -- cgit v1.2.1