summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/server8k-key.pem
Commit message (Collapse)AuthorAgeFilesLines
* SSL test fixesSergei Golubchik2019-03-011-97/+97
| | | | | | | | | | | * 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 9c60535f8676
* regenerate SSL certificates againSergei Golubchik2017-04-271-97/+97
| | | | | | 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-97/+97
| | | | | | | | 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-97/+97
| | | | Generated new certificates with validity upto 2029.
* Bug#53463: YaSSL patch appears to be revertedDavi Arnaut2010-07-281-97/+97
| | | | | | | | The problem is that the fix Bug#29784 was mistakenly reverted when updating YaSSL to a newer version. The solution is to re-apply the fix and this time actually add a meaningful test case so that possible regressions are caught.
* Bug #50642 : ssl certs in test suite are expiring soon.Georgi Kodinov2010-01-291-97/+97
| | | | 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-97/+97
| | | | | Re-generated the PKI files needed. Removed the ones that are not needed. Updated the tests to reference the correct SSL subject.
* Bug #29784 YaSSL assertion failure when reading 8k key.dkatz@damien-katzs-computer.local2007-07-171-0/+99
Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.