handleTicketsKeyRotation(time(nullptr));
}
else {
- loadTicketsKeys(fe.d_tlsConfig.d_ticketKeyFile);
+ OpenSSLTLSIOCtx::loadTicketsKeys(fe.d_tlsConfig.d_ticketKeyFile);
}
}
catch (const std::exception& e) {
}
}
- void loadTicketsKeys(const std::string& keyFile) override
+ void loadTicketsKeys(const std::string& keyFile) override final
{
d_ticketKeys.loadTicketsKeys(keyFile);
handleTicketsKeyRotation(time(nullptr));
}
else {
- loadTicketsKeys(fe.d_tlsConfig.d_ticketKeyFile);
+ GnuTLSIOCtx::loadTicketsKeys(fe.d_tlsConfig.d_ticketKeyFile);
}
}
catch(const std::runtime_error& e) {
}
}
- void loadTicketsKeys(const std::string& file) override
+ void loadTicketsKeys(const std::string& file) override final
{
if (!d_enableTickets) {
return;