| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
names
Added a call to X509_check_ip_asc() in case server_hostname represents
an IP address.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Generated new certificates with validity upto 2029.
|
|
|
|
| |
Updated the certs to expire on 2015.
Made sure they work with both yassl and openssl.
|
|
|
|
|
| |
Re-generated the PKI files needed.
Removed the ones that are not needed.
Updated the tests to reference the correct SSL subject.
|
|
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/
|