<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libtls, branch libressl-v3.2.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.2.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.2.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-06-09T16:53:53+00:00</updated>
<entry>
<title>The check_includes step is incorrect dependency management model for</title>
<updated>2020-06-09T16:53:53+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2020-06-09T16:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=baa0c5c5165ab0d82f8bf0f78e00dcc807069782'/>
<id>urn:sha1:baa0c5c5165ab0d82f8bf0f78e00dcc807069782</id>
<content type='text'>
how our tree gets built.  If this was done in all the libraries (imagine
sys/dev), it would disrupt the development process hugely.  So it should
not be done here either.  use 'make includes' by hand instead.
</content>
</entry>
<entry>
<title>Clear SSL_MODE_AUTO_RETRY in libtls, since we handle WANT_POLLIN correctly.</title>
<updated>2020-05-24T15:12:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-05-24T15:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bd5d30588339e3d3f92ae2b76437f6a96396e3c9'/>
<id>urn:sha1:bd5d30588339e3d3f92ae2b76437f6a96396e3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct includes check for libtls.</title>
<updated>2020-01-22T08:00:46+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-22T08:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74cf6ef99ae1fdc5f2d5f730e46af31094ce2a87'/>
<id>urn:sha1:74cf6ef99ae1fdc5f2d5f730e46af31094ce2a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checks to ensure that lib{crypto,ssl,tls} public headers have actually</title>
<updated>2020-01-22T07:58:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-22T07:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dc84fb2cb29e63e7e897d76ae53fe48add525348'/>
<id>urn:sha1:dc84fb2cb29e63e7e897d76ae53fe48add525348</id>
<content type='text'>
been installed prior to building.

Requested by and ok tb@
</content>
</entry>
<entry>
<title>Note in the man page that the default protocols list includes 1.3</title>
<updated>2020-01-22T06:46:34+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2020-01-22T06:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70165c1ccc36585328dc1800b0b9d35a6e4ddd76'/>
<id>urn:sha1:70165c1ccc36585328dc1800b0b9d35a6e4ddd76</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Enable TLS version 1.3 in the default protocols for libtls.</title>
<updated>2020-01-22T06:44:02+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2020-01-22T06:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=056ac654c75227a2b7912019eacc8397cc7c0825'/>
<id>urn:sha1:056ac654c75227a2b7912019eacc8397cc7c0825</id>
<content type='text'>
This will as yet not do anything, until we turn it on in the
lower level libraries.

ok jsing@
</content>
</entry>
<entry>
<title>Add support for TLSv1.3 as a protocol to libtls.</title>
<updated>2020-01-20T08:39:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-20T08:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4964c87c6ff167d81b09c143dff53c224a573ccb'/>
<id>urn:sha1:4964c87c6ff167d81b09c143dff53c224a573ccb</id>
<content type='text'>
This makes tls_config_parse_protocols() recognise and handle "tlsv1.3".
If TLSv1.3 is enabled libtls will also request libssl to enable it.

ok beck@ tb@
</content>
</entry>
<entry>
<title>Add missing RCS tag.</title>
<updated>2019-12-03T14:56:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-12-03T14:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d9f0c06c725468a8221653d48dd6cfea8c75ce4d'/>
<id>urn:sha1:d9f0c06c725468a8221653d48dd6cfea8c75ce4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow 1.3 ciphers in libtls.</title>
<updated>2019-11-16T21:39:52+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2019-11-16T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da504cd806978b7bc31863fbdc28c3463abe3348'/>
<id>urn:sha1:da504cd806978b7bc31863fbdc28c3463abe3348</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Allow portable to override the default CA bundle location</title>
<updated>2019-11-16T06:44:33+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2019-11-16T06:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91f9d7d40c9378009df5654394df39b98eaff9f3'/>
<id>urn:sha1:91f9d7d40c9378009df5654394df39b98eaff9f3</id>
<content type='text'>
ok kinichiro@ jsing@
</content>
</entry>
</feed>
