fix openssl session resumption, add quiet shutdown option, support FTPS with hostname (#4103)

This commit is contained in:
chrisbednarski
2023-11-27 04:12:11 +11:00
committed by GitHub
parent 11de40399c
commit 388a3b4010
6 changed files with 46 additions and 2 deletions

View File

@@ -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);