| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 1 | -2/+2 | |
| |\| | |||||
| | * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-01-26 | 1 | -3/+9 | |
| |\| | |||||
| | * | Work around the deprecation of the old curve API in OpenSSL 3.0.0. | 2022-01-25 | 1 | -3/+9 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2022-01-24 | 1 | -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. | 2022-01-21 | 1 | -0/+13 | |
| * | | Merge branch 'insp3' into master. | 2022-01-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix ssl_openssl on OpenSSL 1.0. | 2022-01-07 | 1 | -1/+1 | |
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -1/+1 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -9/+14 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -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. | 2021-12-14 | 1 | -2/+2 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -1/+1 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -2/+2 | |
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 1 | -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. | 2021-10-14 | 1 | -11/+12 | |
| | * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -6/+9 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -19/+15 | |
| |\| | |||||
| | * | 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 | -18/+13 | |
| | * | Fix ssl_openssl on a broken fork of OpenSSL. | 2021-09-07 | 1 | -1/+3 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Remove the use of a deprecated OpenSSL method. | 2021-08-07 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -11/+11 | |
| |\| | |||||
| | * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 1 | -3/+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 | -11/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+25 | |
| |\| | |||||
| | * | Implement support for setting TLSv1.3 ciphersuites in ssl_openssl. | 2021-05-25 | 1 | -1/+25 | |
| | * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -9/+12 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 1 | -1/+1 | |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 1 | -8/+7 | |
| * | | Default to rehashing TLS certificates on rehash. | 2021-04-08 | 1 | -1/+6 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -6/+6 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+2 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+2 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Always disable TLSv1.0 and disable TLSv1.1 by default. | 2021-03-18 | 1 | -7/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -2/+2 | |
| |\| | |||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
