mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 23:56:54 +02:00
fix openssl session resumption, add quiet shutdown option, support FTPS with hostname (#4103)
This commit is contained in:
@@ -324,6 +324,7 @@ void TCPServerTest::testReuseSession()
|
||||
9,
|
||||
true,
|
||||
"ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH");
|
||||
pServerContext->disableProtocols(Context::PROTO_TLSV1_3);
|
||||
pServerContext->enableSessionCache(true, "TestSuite");
|
||||
pServerContext->setSessionTimeout(10);
|
||||
pServerContext->setSessionCacheSize(1000);
|
||||
|
Reference in New Issue
Block a user