<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_openssl.cpp, branch v1.2.0rc4</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=v1.2.0rc4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_openssl.cpp?h=v1.2.0rc4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-07-03T12:49:01Z</updated>
<entry>
<title>Fix double-send of SSL metadata in openssl, possible segfault in gnutls</title>
<updated>2009-07-03T12:49:01Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-03T12:49:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af0bd57ff5b55e8e4602b4a52268bfbfc9c5c442'/>
<id>urn:sha1:af0bd57ff5b55e8e4602b4a52268bfbfc9c5c442</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11433 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Send ssl_cert metadata on signon</title>
<updated>2009-07-02T18:17:33Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-02T18:17:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7885a7e6cabe396e2c54eb3192fdbb6afd75c066'/>
<id>urn:sha1:7885a7e6cabe396e2c54eb3192fdbb6afd75c066</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11429 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove memory-wasting map in ssl_cert</title>
<updated>2009-07-02T18:17:26Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-02T18:17:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2db8cb45f87b0406e88f6ecf6a46eb15f5238684'/>
<id>urn:sha1:2db8cb45f87b0406e88f6ecf6a46eb15f5238684</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11428 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Migrate SSL metadata and visible information (/whois line) to single module</title>
<updated>2009-07-02T18:17:19Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-02T18:17:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e1eb3b72f672401b31da8faa229dfacd50b38583'/>
<id>urn:sha1:e1eb3b72f672401b31da8faa229dfacd50b38583</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11427 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix backport compile error: m_ssl_* uses ServerInstance-&gt;Config-&gt;ports which is now ServerInstance-&gt;ports</title>
<updated>2009-07-02T16:56:53Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-07-02T16:56:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aab2a9bbcd817f58654a82d527750a13d66446f1'/>
<id>urn:sha1:aab2a9bbcd817f58654a82d527750a13d66446f1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11426 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow SSL fingerprint-based server authentication</title>
<updated>2009-06-07T02:57:54Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-06-07T02:57:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae'/>
<id>urn:sha1:885d37630ef4b5b69c26c6eb3fc97e9cd2e35eae</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't display locally bound SSL ports in SSL= (for hidden services and such)</title>
<updated>2009-06-06T20:56:41Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-06-06T20:56:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=193acaa853fe0f3bbf4cd8d8bccbe480088d76cc'/>
<id>urn:sha1:193acaa853fe0f3bbf4cd8d8bccbe480088d76cc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>OnRehash changes: split to multiple hooks to clarify use and prevent explosion of rehashes on a /REHASH *</title>
<updated>2009-05-24T02:53:45Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-24T02:53:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0da6b3a13def40e8fd002b9fc60f955467f6372d'/>
<id>urn:sha1:0da6b3a13def40e8fd002b9fc60f955467f6372d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutls</title>
<updated>2009-05-07T04:33:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-07T04:33:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=999febbac6ee73cb0c307fef1469818d47ff685c'/>
<id>urn:sha1:999febbac6ee73cb0c307fef1469818d47ff685c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11368 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Set errno in openssl when handshake fails</title>
<updated>2009-05-06T22:46:56Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-05-06T22:46:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c3329a0ced1a80c8bccce04d7974d060f8a1564'/>
<id>urn:sha1:4c3329a0ced1a80c8bccce04d7974d060f8a1564</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11365 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
