summaryrefslogtreecommitdiff
path: root/include/modules/ssl.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-05-13Allow SSLIOHook instances to override Get{Certificate,Fingerprint}.Peter Powell
2019-02-01Fix a minor typo in ssl.hB00mX0r
2018-11-26Only check if a SSL cert is usable if we're getting the fp.Peter Powell
2018-10-25Allow HAProxy to specify that a client is connecting with SSL.Peter Powell
2018-03-29Ignore expired or invalid client certificates (#1468).Dylan Frank
2017-10-29Add support to IOHook for retrieving the hostname sent via SNI.Peter Powell
2016-04-28Export the GetCiphersuite() method from the SSL modulesAttila Molnar
2016-04-28Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or notAttila Molnar
2015-06-06Call OnStreamSocketWrite() once per write eventAttila Molnar
2014-01-22Split IOHook into IOHook and IOHookProviderAttila Molnar
2013-06-07Change the API of m_sslinfo to be dynamic_reference-basedattilamolnar
2013-06-07Create SSLIOHook interface that provides GetCertificate()attilamolnar
2013-06-07Create IOHook interface (extracted from Module)attilamolnar
2013-04-12Tidy up source files:Peter Powell