summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_mbedtls.cpp
AgeCommit message (Expand)Author
2020-04-21Only read the SSL profiles if they're actually specified.Sadie Powell
2020-04-21Tell the admin how to use a SSL profile if they define one.Sadie Powell
2020-04-14Allow 'tls' to be used in /REHASH.Matt Schatz
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-10Fix an oversight in mkversions that caused it to not update extras.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-17Fix a harmless warning in the ssl_mbedtls module.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-11-15SSL modules: send SNOTICE upon successful rehash.Matt Schatz
2019-11-03Use case insensitive comparisons when checking for SSL rehashes.Peter Powell
2019-07-16Add package names for ArchLinux.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-16Remove the default value in ConfigTag::get{Duration,Float,Int}.Peter Powell
2017-11-13Unite SSL service providers and SSL profile classesAttila Molnar
2017-11-01Fix some SSL module issues.Peter Powell
2017-10-21Add PackageInfo directives for Debian.Peter Powell
2017-10-18Clean up OnCleanup.Peter Powell
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-09-02Fix whitespace issuesAttila Molnar
2016-08-10m_ssl_mbedtls Apply dummy CA workaround for client contextAttila Molnar
2016-08-08m_ssl_* Add option to sslprofile controlling whether to request client certif...Attila Molnar
2016-08-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-08-08Pass sendq to OnStreamSocketWriteAttila Molnar
2016-06-15Add mbedTLS SSL moduleAttila Molnar