aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-2/+2
* Allow using multiple SSL fingerprint algorithms.•••Closes #1804. Gravatar Sadie Powell2024-02-191-12/+20
* Try to help users with outdated SSL module configs.Gravatar Sadie Powell2023-09-081-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. Gravatar Sadie Powell2023-09-031-0/+1
* Assume an empty <sslprofile:provider> means the current module.Gravatar Sadie Powell2023-08-151-2/+2
* Update usages of stdalgo::string::equalsci to use insp::equalsci.Gravatar Sadie Powell2023-08-111-3/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-171-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2023-06-161-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-051-1/+1
|\|
| * Fix ssl_openssl on OpenSSL versions older than 1.1.1.•••Fixes a regression introduced in commit eba5cb9dc9. Gravatar Sadie Powell2023-05-281-0/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-05-161-2/+2
|\|
| * Fix cert expiration for dates after year 2049Gravatar Wade Cline2023-05-101-2/+2
* | Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-101-3/+3
* | Show more details about unactivated/expired client certificates.Gravatar Sadie Powell2023-05-101-7/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-271-4/+28
|\|
| * Add client cert activation/expiration times to the ssl_cert class.Gravatar Sadie Powell2023-03-011-4/+28
* | Fix using std::max instead of std::min when clamping NetBufferSize.Gravatar Sadie Powell2023-01-251-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-251-0/+1
|\|
| * Fix PackageInfo directives in extra modules.Gravatar Sadie Powell2023-01-191-0/+1
* | Replace getInt/getUInt/getFloat with type safe templated functions.Gravatar Sadie Powell2023-01-251-3/+3
* | Fix using (unsigned) long instead of (s)size_t.Gravatar Sadie Powell2023-01-241-3/+2
* | Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-241-5/+5
* | Log the versions of third-party libraries used by modules.Gravatar Sadie Powell2023-01-191-2/+6
* | Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-1/+1
* | Avoid copying shared_ptr<IOHookProvider> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
* | Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* | Pass the client/server sockaddr around as a ref instead of a ptr.Gravatar Sadie Powell2022-12-251-1/+1
* | Rework the levels things are logged at to make more sense.Gravatar Sadie Powell2022-12-181-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-0/+6
|\|
| * Add a sslprofile option for disabling TLS 1.3 in ssl_openssl.•••This mirrors the options (<sslprofile:tlsv{1,11,12}>) for other TLS versions. Gravatar Sadie Powell2022-12-101-0/+6
* | More const correctness.Gravatar Sadie Powell2022-10-231-1/+1
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-2/+2
* | Use auto in places where it is really obvious what the type is.Gravatar Sadie Powell2022-09-041-1/+1
* | Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-1/+0
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-11/+11
* | Drop support for ancient unsupported versions of OpenSSL.Gravatar Sadie Powell2022-06-301-19/+3
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-8/+8
* | 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