mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
added support for TLSv1.1 and TLSv1.2 to Context
This commit is contained in:
@@ -340,7 +340,7 @@ void Context::createSSLContext()
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
throw Poco::InvalidArgumentException("Invalid usage");
|
||||
throw Poco::InvalidArgumentException("Invalid or unsupported usage");
|
||||
}
|
||||
}
|
||||
if (!_pSSLContext)
|
||||
|
Reference in New Issue
Block a user