|
|
73796be9d6
|
MXS-2483: Make SSLContext a C++ class
The class now encapsulates all the functionality that is related to
setting up a SSL context.
|
2019-05-20 15:45:18 +03:00 |
|
|
|
1197bd40db
|
MXS-2483: Move unwanted SSL code to mysql_client.cc
The code was only used by mysql_client.cc and should therefore be located
in it.
|
2019-05-20 15:45:18 +03:00 |
|
|
|
cab336ed89
|
MXS-2483: Rename SSL_LISTENER to mxs::SSLContext
|
2019-05-20 15:45:18 +03:00 |
|
|
|
d203e7af83
|
Move SSL related code into ssl.cc
The code was in the listener sources but was shared by both listeners and
servers.
|
2019-05-10 09:21:52 +03:00 |
|
|
|
45bfbbdd9e
|
Convert maxscale/protocol.h to .hh
|
2019-01-15 17:26:26 +02:00 |
|
|
|
b0663f0b29
|
Convert maxscale/ssl.h to .hh
|
2019-01-15 17:12:32 +02:00 |
|