<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_openssl.cpp, branch v3.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_openssl.cpp?h=v3.15.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_openssl.cpp?h=v3.15.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-12-30T11:31:28Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a sslprofile option for disabling TLS 1.3 in ssl_openssl.</title>
<updated>2022-12-10T06:48:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-10T05:00:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c3294e9f64cf0b28640e8029e8f3e14e4b37435a'/>
<id>urn:sha1:c3294e9f64cf0b28640e8029e8f3e14e4b37435a</id>
<content type='text'>
This mirrors the options (&lt;sslprofile:tlsv{1,11,12}&gt;) for other
TLS versions.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow building with license-incompatible modules if manually enabled.</title>
<updated>2022-04-24T16:21:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-24T16:05:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4284b7a461bbe4c49cba0a8483cb85fc81750b97'/>
<id>urn:sha1:4284b7a461bbe4c49cba0a8483cb85fc81750b97</id>
<content type='text'>
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
</content>
</entry>
<entry>
<title>Work around the deprecation of the old curve API in OpenSSL 3.0.0.</title>
<updated>2022-01-25T23:47:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-25T23:38:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad28a2bc5f9497965c4c598d95b5e2bbff88983e'/>
<id>urn:sha1:ad28a2bc5f9497965c4c598d95b5e2bbff88983e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around the deprecation of manual DH params in OpenSSL 3.0.0.</title>
<updated>2022-01-21T13:11:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-20T18:32:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=087b0b54f9e18efa4f6aa5adb1599826b24af3fb'/>
<id>urn:sha1:087b0b54f9e18efa4f6aa5adb1599826b24af3fb</id>
<content type='text'>
As of this version specifying custom DH parameters is deprecated
and should not be used. Instead, a default (secure) DH parameters
will be used.
</content>
</entry>
<entry>
<title>Fix ssl_openssl on OpenSSL 1.0.</title>
<updated>2022-01-07T17:20:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-07T17:20:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8dfea307301ff2cad2c2442588c589dc5d2c326f'/>
<id>urn:sha1:8dfea307301ff2cad2c2442588c589dc5d2c326f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make reading DNs more consistent across modules.</title>
<updated>2021-10-14T12:42:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-14T12:36:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9caacf8e967781d6c1a7a849e4a09b75c7df2a88'/>
<id>urn:sha1:9caacf8e967781d6c1a7a849e4a09b75c7df2a88</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>Make the deprecation of LibreSSL support more explicit.</title>
<updated>2021-10-05T11:35:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-05T11:35:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=943f8f987382ebefac12bc1447551427b2551d09'/>
<id>urn:sha1:943f8f987382ebefac12bc1447551427b2551d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send SSL profile reloading errors to snomask `a`.</title>
<updated>2021-09-22T19:43:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-22T19:37:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=99dc047c2f04f7ec37082cc6373785f6f2f6b9ac'/>
<id>urn:sha1:99dc047c2f04f7ec37082cc6373785f6f2f6b9ac</id>
<content type='text'>
</content>
</entry>
</feed>
