summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/server-cert.pem
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18131 MariaDB does not verify IP addresses from subject alternativeVladislav Vaintroub2019-04-281-42/+42
| | | | | | | names Added a call to X509_check_ip_asc() in case server_hostname represents an IP address.
* regenerate SSL certificates againSergei Golubchik2017-04-271-45/+45
| | | | | | and make sure that private ca key is not deleted at the end of the procedure, so that we could generate additional certificates any time without regenerating everything
* MDEV-7859 SSL hostname verification fails for long subject namesSergei Golubchik2015-04-271-64/+56
| | | | | | | | Don't use a fixed buffer for X509_NAME_oneline() in the client. Do as the server does - allocate it dynamically. For a test - regenerate certificates to have the server cert with a long subject.
* Bug#18366947 : VALID DATE RANGE OF DUMMY SSL CERTS IS WAY TOO SHORTHarin Vadodaria2014-12-051-32/+73
| | | | Generated new certificates with validity upto 2029.
* Bug #50642 : ssl certs in test suite are expiring soon.Georgi Kodinov2010-01-291-46/+32
| | | | Updated the certs to expire on 2015. Made sure they work with both yassl and openssl.
* Bug #42366: server-cert.pem expired: "Not After : Jan 27 08:54:13 2009 GMT"Georgi Kodinov2009-01-281-30/+43
| | | | | Re-generated the PKI files needed. Removed the ones that are not needed. Updated the tests to reference the correct SSL subject.
* SSL/Makefile.am mysql-test/Makefile.am:kent@mysql.com/kent-amd64.(none)2007-07-271-0/+42
Moved CERT files to where they are used, avoids conflict between two make files trying to install the same CERTs SSL/*.pem, Move: SSL/*.pem -> mysql-test/std_data/