aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-261-2/+2
|\|
| * Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-261-3/+9
|\|
| * Work around the deprecation of the old curve API in OpenSSL 3.0.0.Gravatar Sadie Powell2022-01-251-3/+9
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-8/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-241-0/+14
|\|
| * Work around the deprecation of manual DH params in OpenSSL 3.0.0.•••As of this version specifying custom DH parameters is deprecated and should not be used. Instead, a default (secure) DH parameters will be used. Gravatar Sadie Powell2022-01-211-0/+13
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-141-1/+1
|\|
| * Fix ssl_openssl on OpenSSL 1.0.Gravatar Sadie Powell2022-01-071-1/+1
* | Always catch exceptions as a constant reference.Gravatar Sadie Powell2022-01-091-1/+1
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-9/+14
* | Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-231-2/+2
* | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. Gravatar Sadie Powell2021-12-141-2/+2
* | Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-1/+1
* | Consistently use `!foo` instead of `foo == NULL`.Gravatar Sadie Powell2021-12-031-2/+2
* | Add a snomask flag for rehash messages.Gravatar Sadie Powell2021-11-281-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-10-141-11/+12
|\|
| * 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. Gravatar Sadie Powell2021-10-141-11/+12
| * Make the deprecation of LibreSSL support more explicit.Gravatar Sadie Powell2021-10-051-1/+1
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-6/+9
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-231-19/+15
|\|
| * Send SSL profile reloading errors to snomask `a`.Gravatar Sadie Powell2021-09-221-1/+1
| * Add an API for checking if I/O hooks are ready or not.Gravatar Sadie Powell2021-09-221-18/+13
| * Fix ssl_openssl on a broken fork of OpenSSL.Gravatar Sadie Powell2021-09-071-1/+3
* | Remove a bunch of unnecessary whitespace.Gravatar Sadie Powell2021-08-171-1/+0
* | Remove the use of a deprecated OpenSSL method.Gravatar Sadie Powell2021-08-071-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-241-1/+1
|\|
| * Fix using the wrong variable for the ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-07-191-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-11/+11
|\|
| * Allow reloading SSL profiles on rehash.Gravatar Sadie Powell2021-06-241-3/+3
| * Add a log message to the SSL mods to remind users how to reload profiles.Gravatar Sadie Powell2021-06-241-0/+5
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-11/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-1/+25
|\|
| * Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
| * Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-141-1/+1
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-9/+12
* | Refactor the hex encoding function.Gravatar Sadie Powell2021-05-101-1/+1
* | Migrate IOHookProvider from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2021-04-091-8/+7
* | Default to rehashing TLS certificates on rehash.Gravatar Sadie Powell2021-04-081-1/+6
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-6/+6
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-5/+2
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-2/+2
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
* | Always disable TLSv1.0 and disable TLSv1.1 by default.Gravatar Sadie Powell2021-03-181-7/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-101-2/+2
|\|
| * Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-091-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+2
|\|