| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make reading DNs more consistent across modules.•••- If the DN contains a new line character then replace it with a space instead of killing the entire DN in the ssl_gnutls and ssl_openssl modules. - Apply the same logic to ssl_mbedtls which previously did not handle spaces in DNs. | 2021-10-14 | 1 | -0/+2 | |
| * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 1 | -1/+1 | |
| * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -19/+10 | |
| * | Fix ssl_mbedtls on mbedTLS v3. | 2021-07-17 | 1 | -1/+17 | |
| * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 1 | -2/+3 | |
| * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 1 | -0/+5 | |
| * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -1/+1 | |
| * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -2/+2 | |
| * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 1 | -1/+1 | |
| * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 1 | -1/+1 | |
| * | Improve SSL module debug logging. | 2020-06-16 | 1 | -0/+3 | |
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | Only read the SSL profiles if they're actually specified. | 2020-04-21 | 1 | -23/+25 | |
| * | Tell the admin how to use a SSL profile if they define one. | 2020-04-21 | 1 | -0/+1 | |
| * | Allow 'tls' to be used in /REHASH. | 2020-04-14 | 1 | -1/+1 | |
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -8/+8 | |
| * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -4/+4 | |
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| * | Fix a harmless warning in the ssl_mbedtls module. | 2020-01-17 | 1 | -0/+11 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+3 | |
| * | SSL modules: send SNOTICE upon successful rehash. | 2019-11-15 | 1 | -0/+1 | |
| * | Use case insensitive comparisons when checking for SSL rehashes. | 2019-11-03 | 1 | -1/+1 | |
| * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -4/+4 | |
| * | Remove the default value in ConfigTag::get{Duration,Float,Int}. | 2018-04-16 | 1 | -2/+2 | |
| * | Unite SSL service providers and SSL profile classes | 2017-11-13 | 1 | -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. | 2017-11-01 | 1 | -0/+6 | |
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -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. | 2017-10-18 | 1 | -2/+2 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -1/+4 | |
| * | Fix whitespace issues | 2016-09-02 | 1 | -1/+1 | |
| * | m_ssl_mbedtls Apply dummy CA workaround for client context | 2016-08-10 | 1 | -0/+1 | |
| * | m_ssl_* Add option to sslprofile controlling whether to request client certif... | 2016-08-08 | 1 | -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 | 2016-08-08 | 1 | -8/+4 | |
| * | Pass sendq to OnStreamSocketWrite | 2016-08-08 | 1 | -2/+1 | |
| * | Add mbedTLS SSL module | 2016-06-15 | 1 | -0/+924 |
