<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.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_gnutls.cpp?h=v3.15.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.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>Use gnutls_digest_get_id if supported by the GnuTLS library.</title>
<updated>2022-11-29T22:41:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-29T22:41:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2c6858e87b92bfcffe12155f8145ab7c2db0b41'/>
<id>urn:sha1:d2c6858e87b92bfcffe12155f8145ab7c2db0b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix asserting when building against libstdc++ in debug mode.</title>
<updated>2022-11-28T10:59:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-28T10:59:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6182ee607281b05c2107d06c51ee38365bbd4753'/>
<id>urn:sha1:6182ee607281b05c2107d06c51ee38365bbd4753</id>
<content type='text'>
This code was safe as the pointer was never actually dereferenced
but libstdc++ would assert on it anyway.
</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>GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+.</title>
<updated>2022-04-06T23:14:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-06T23:14:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1d173d4911959bf0e42ca44e1e9f83a824bd3084'/>
<id>urn:sha1:1d173d4911959bf0e42ca44e1e9f83a824bd3084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around the deprecation of manual DH params in GnuTLS 3.5.6.</title>
<updated>2022-01-21T13:11:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-20T17:22:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5faa39f6719dfadad979d56d7db1bef06ca4ffce'/>
<id>urn:sha1:5faa39f6719dfadad979d56d7db1bef06ca4ffce</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 use of auto_ptr in the ssl_gnutls module on C++17 compilers.</title>
<updated>2021-11-04T21:17:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-11-04T20:58:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52a9950c099c7f177d8046d46119e3e1f36d3c04'/>
<id>urn:sha1:52a9950c099c7f177d8046d46119e3e1f36d3c04</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>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>
<entry>
<title>Add an API for checking if I/O hooks are ready or not.</title>
<updated>2021-09-22T19:43:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-17T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5bd0a93976f6818187e70a4446257d90a41c7ff1'/>
<id>urn:sha1:5bd0a93976f6818187e70a4446257d90a41c7ff1</id>
<content type='text'>
</content>
</entry>
</feed>
