aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_mbedtls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unite SSL service providers and SSL profile classesGravatar Attila Molnar2017-11-131-74/+101
* Fix some SSL module issues.•••- Use the same dhparams name in m_ssl_openssl as in other modules. - Fix building m_ssl_mbedtls. Gravatar Peter Powell2017-11-011-0/+6
* Add PackageInfo directives for Debian.Gravatar Peter Powell2017-10-211-0/+1
* Clean up OnCleanup.•••- Switch to using ExtensionItem::ExtensibleType for the type instead of TargetTypeFlags. - Pass the extensible to OnCleanup as an Extensible pointer instead of a void pointer. - Call OnCleanup for memberships as well as channels and users. - Rewrite event documentation to remove outdated references. Gravatar Peter Powell2017-10-181-2/+2
* Rewrite the build system directive parser.Gravatar Peter Powell2016-09-161-1/+4
* Fix whitespace issuesGravatar Attila Molnar2016-09-021-1/+1
* m_ssl_mbedtls Apply dummy CA workaround for client contextGravatar Attila Molnar2016-08-101-0/+1
* m_ssl_* Add option to sslprofile controlling whether to request client certif...Gravatar Attila Molnar2016-08-081-4/+16
* Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...•••Use it to simplify logic in all modules using or providing IOHooks Gravatar Attila Molnar2016-08-081-8/+4
* Pass sendq to OnStreamSocketWriteGravatar Attila Molnar2016-08-081-2/+1
* Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+924