diff options
author | unknown <dlenev@build.mysql.com> | 2003-08-07 15:20:15 +0200 |
---|---|---|
committer | unknown <dlenev@build.mysql.com> | 2003-08-07 15:20:15 +0200 |
commit | 5f016696ec7ef7c5ee43943e66d3483ea55f6041 (patch) | |
tree | a01d01c40d3692fd83ff9caac161d5c7a6b5b161 /mysql-test/t/openssl_1.test | |
parent | bb9568e092f82b67a615615239cb9810b45fc0b6 (diff) | |
download | mariadb-git-5f016696ec7ef7c5ee43943e66d3483ea55f6041.tar.gz |
openssl_1.result, openssl_1.test:
Aligned test with regenerated SSL certs
Many files:
Regenerated expired certificates
SSL/cacert.pem:
Regenerated expired certificates
SSL/client-cert.pem:
Regenerated expired certificates
SSL/client-key.pem:
Regenerated expired certificates
SSL/client-req.pem:
Regenerated expired certificates
SSL/server-cert.pem:
Regenerated expired certificates
SSL/server-key.pem:
Regenerated expired certificates
SSL/server-req.pem:
Regenerated expired certificates
mysql-test/t/openssl_1.test:
Aligned test with regenerated SSL certs
mysql-test/r/openssl_1.result:
Aligned test with regenerated SSL certs
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/openssl_1.test')
-rw-r--r-- | mysql-test/t/openssl_1.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 3af7406cef3..25790f24738 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -8,8 +8,8 @@ insert into t1 values (5); grant select on test.* to ssl_user1@localhost require SSL; grant select on test.* to ssl_user2@localhost require cipher "EDH-RSA-DES-CBC3-SHA"; -grant select on test.* to ssl_user3@localhost require cipher "EDH-RSA-DES-CBC3-SHA" AND SUBJECT "/C=RU/L=orenburg/O=MySQL AB/OU=client/CN=walrus/Email=walrus@mysql.com"; -grant select on test.* to ssl_user4@localhost require cipher "EDH-RSA-DES-CBC3-SHA" AND SUBJECT "/C=RU/L=orenburg/O=MySQL AB/OU=client/CN=walrus/Email=walrus@mysql.com" ISSUER "/C=RU/ST=Some-State/L=Orenburg/O=MySQL AB/CN=Walrus/Email=walrus@mysql.com"; +grant select on test.* to ssl_user3@localhost require cipher "EDH-RSA-DES-CBC3-SHA" AND SUBJECT "/C=SE/L=Uppsala/O=MySQL AB/CN=MySQL Client/Email=abstract.mysql.developer@mysql.com"; +grant select on test.* to ssl_user4@localhost require cipher "EDH-RSA-DES-CBC3-SHA" AND SUBJECT "/C=SE/L=Uppsala/O=MySQL AB/CN=MySQL Client/Email=abstract.mysql.developer@mysql.com" ISSUER "/C=SE/L=Uppsala/O=MySQL AB/CN=Abstract MySQL Developer/Email=abstract.mysql.developer@mysql.com"; flush privileges; connect (con1,localhost,ssl_user1,,); connect (con2,localhost,ssl_user2,,); |