summaryrefslogtreecommitdiff
path: root/mysql-test/main/ssl.result
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@kekalainen.net>2020-04-14 20:38:44 +0300
committerOtto Kekäläinen <otto@kekalainen.net>2021-04-11 07:49:35 -0700
commitf74704c7d963ddcd1109843a5861c6bd76409c8d (patch)
treea15e11447a73e750789ec77b7159800ffc251f3f /mysql-test/main/ssl.result
parent88af187db9e6322d0904c5d16932c758c8108510 (diff)
downloadmariadb-git-f74704c7d963ddcd1109843a5861c6bd76409c8d.tar.gz
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
Diffstat (limited to 'mysql-test/main/ssl.result')
-rw-r--r--mysql-test/main/ssl.result4
1 files changed, 2 insertions, 2 deletions
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,