mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-07 14:37:32 +01: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