Home » U++ Library support » U++ MT-multithreading and servers » SSL protocol version
SSL protocol version [message #40911] |
Sun, 06 October 2013 22:30 |
Zbych
Messages: 327 Registered: July 2009
|
Senior Member |
|
|
Hi,
When SSL context is created SSLv3_client_method is used. This restricts protocol version to v3. Can we change it to SSLv23_client_method, so v2, v3 and TLSv1 will be enabled? Or at least give user a choice?
bool TcpSocket::SSLImp::Start()
{
LLOG("SSL Start");
...
ERR_clear_error();
if(!context.Create(const_cast<SSL_METHOD *>(SSLv23_client_method()))) {
SetSSLError("Start: SSL context.");
return false;
}
|
|
|
|
Goto Forum:
Current Time: Mon Jan 13 21:32:28 CET 2025
Total time taken to generate the page: 0.04306 seconds
|