| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix building ssl_openssl on OpenSSL 4. | 2026-06-14 | 1 | -2/+2 | |
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| * | Modernize the certificate fetching code in ssl_openssl.•••It is 2025 and we are using C++17 there is no need to declare variables like we are using C89. | 2025-11-03 | 1 | -7/+5 | |
| * | Improve the way client certificates are validated in ssl_openssl. | 2025-11-02 | 1 | -10/+23 | |
| * | Allow not setting the CA file in ssl_openssl.•••This matches the behaviour of ssl_gnutls. | 2025-11-02 | 1 | -4/+7 | |
| * | Remove a long-obsolete workaround from ssl_openssl. | 2025-11-02 | 1 | -9/+0 | |
| * | Revert "Remove some unnecessary casts in ssl_openssl".•••This reverts commit e242ce62af1a43c15844f7e6394952f6693629f8. | 2025-10-29 | 1 | -2/+3 | |
| * | Remove some unnecessary casts in ssl_openssl.•••These fields were changed from int to size_t in OpenSSL 1.1.1. | 2025-10-28 | 1 | -3/+2 | |
| * | Set the security level on the client context as well as the server one. | 2025-10-23 | 1 | -2/+5 | |
| * | Set the groups on the client context as well as the server one. | 2025-10-23 | 1 | -6/+8 | |
| * | Add better support for multiple TLS groups.•••- Rename <sslprofile:ecdhgroups> to <sslprofile:groups>. As of TLS 1.3 there are non-ECDH groups that can be used here - Switch the default to X25519MLKEM768:X25519:prime256v1 from just prime256v1. - Add <openssl:strictgroups> to allow only enabling supported groups similar to <gnutls:strictpriority>. - Get rid of an obsolete check for ECDH support. | 2025-10-23 | 1 | -9/+29 | |
| * | Add support for using multiple ECDH groups to ssl_openssl. | 2025-09-20 | 1 | -11/+17 | |
| * | Migrate the Windows build to Conan 2.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2025-04-17 | 1 | -2/+0 | |
| * | Add <sslprofile:securitylevel>.•••This allows enforcing a minimum security level on the provided cert and key. We can use this in the future to squish insecure config. | 2025-04-03 | 1 | -0/+9 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 1 | -2/+2 | |
| * | Add an flag to ToHuman to shorten the output. | 2025-03-03 | 1 | -2/+2 | |
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 1 | -2/+2 | |
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -2/+2 | |
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+0 | |
| * | Modernise PackageInfo directives.•••- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | 2024-07-13 | 1 | -4/+3 | |
| * | Add MD5 as a fallback hash in the SSL modules for compat with v3. | 2024-06-19 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -12/+20 | |
| * | Try to help users with outdated SSL module configs. | 2023-09-08 | 1 | -0/+8 | |
| * | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 1 | -0/+1 | |
| * | Assume an empty <sslprofile:provider> means the current module. | 2023-08-15 | 1 | -2/+2 | |
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -3/+4 | |
| * | Merge branch 'insp3' into master. | 2023-06-17 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-06-16 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-06-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix ssl_openssl on OpenSSL versions older than 1.1.1.•••Fixes a regression introduced in commit eba5cb9dc9. | 2023-05-28 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2023-05-16 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix cert expiration for dates after year 2049 | 2023-05-10 | 1 | -2/+2 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -3/+3 | |
| * | | Show more details about unactivated/expired client certificates. | 2023-05-10 | 1 | -7/+11 | |
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -4/+28 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -4/+28 | |
| * | | Fix using std::max instead of std::min when clamping NetBufferSize. | 2023-01-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 1 | -0/+1 | |
| |\| | |||||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 1 | -0/+1 | |
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -3/+3 | |
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 1 | -3/+2 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -5/+5 | |
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -2/+6 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | | Avoid copying shared_ptr<IOHookProvider> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -4/+4 | |
