summaryrefslogtreecommitdiff
path: root/mysql-test/lib/generate-ssl-certs.sh
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-16266 - New command FLUSH SSL to reload server's SSL ↵Vladislav Vaintroub2018-12-121-0/+5
| | | | certificate(private key,CRL,etc)
* MDEV-10594 SSL hostname verification fails for SubjectAltNamesSergei Golubchik2017-04-271-0/+7
| | | | | | | | use X509_check_host for OpenSSL 1.0.2+ This adds: * support for subjectAltNames * wildcards * sub-domain matching
* regenerate SSL certificates againSergei Golubchik2017-04-271-6/+8
| | | | | | 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-11941 - Lintian complains about executable bitsSergey Vojtovich2017-03-071-1/+1
| | | | | | Revoked executable bit from files that are not supposed to be executed directly. Removed interpreted from files that are not supposed to be executed directly. Added interpreter to files that are supposed to be executed directly.
* MDEV-7859 SSL hostname verification fails for long subject namesSergei Golubchik2015-04-271-6/+5
| | | | | | | | 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.
* recreate expired certificates for SSL testsSergei Golubchik2015-01-291-0/+31
added a script to regenerate certificates easily in the future (2035!) restored server8k-key.pem to actually be 8K key, as it was supposed to