<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch OPENBSD_5_7</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_5_7</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_5_7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2015-03-19T05:40:26+00:00</updated>
<entry>
<title>enable libtls by default</title>
<updated>2015-03-19T05:40:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-03-19T00:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f705e901a5d97e2cff6428a89746c7d4eae4da75'/>
<id>urn:sha1:f705e901a5d97e2cff6428a89746c7d4eae4da75</id>
<content type='text'>
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely
enable libtls it by default. This is useful for new OpenNTPD and
OpenSMTPD releases as well.

ok deraadt@ beck@ sthen@
</content>
</entry>
<entry>
<title>add strsep fallback for libtls</title>
<updated>2015-02-15T02:03:39+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-02-15T02:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ad7ac48d030b5ba7b8449bf3621b817affe3190f'/>
<id>urn:sha1:ad7ac48d030b5ba7b8449bf3621b817affe3190f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add all LIBADD dependencies for tls</title>
<updated>2014-12-15T02:38:02+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-15T02:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c2dccc1418f878d2d50ea6524169720c66304884'/>
<id>urn:sha1:c2dccc1418f878d2d50ea6524169720c66304884</id>
<content type='text'>
The libtool transitive dependency magic does not seem to work for
cross-compilation, so explicitly specify them here.
</content>
</entry>
<entry>
<title>allow Windows DLLs to be built</title>
<updated>2014-12-14T22:59:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-14T22:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d2342f36bcf81dbcea22bb113a5d0e9e0de505f8'/>
<id>urn:sha1:d2342f36bcf81dbcea22bb113a5d0e9e0de505f8</id>
<content type='text'>
based on a patch from Jan Engelhardt
</content>
</entry>
<entry>
<title>add LIBADD library dependencies to libssl/libtls</title>
<updated>2014-12-14T22:59:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-14T22:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=09e5a841cdfedf46be51cfebab002d4a8fb0face'/>
<id>urn:sha1:09e5a841cdfedf46be51cfebab002d4a8fb0face</id>
<content type='text'>
From Jan Engelhardt
</content>
</entry>
<entry>
<title>read all library versions directly from files</title>
<updated>2014-12-07T00:59:25+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-07T00:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=976f64d932bc5fac8d18dd95feddcfb4f3782551'/>
<id>urn:sha1:976f64d932bc5fac8d18dd95feddcfb4f3782551</id>
<content type='text'>
This makes building and testing easier because the library Makefile.am
files are use directly rather than as templates. Thanks to Wouter Clarie
for the idea.
</content>
</entry>
<entry>
<title>simplify packaging for libtls.</title>
<updated>2014-12-06T16:21:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-06T16:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=33ff088a6065cfbafe2f7b870595dc392832cdcb'/>
<id>urn:sha1:33ff088a6065cfbafe2f7b870595dc392832cdcb</id>
<content type='text'>
Derive the file list from the Makefile.am template itself (DRY), ensure
manpage is packaged with the final tarball.
</content>
</entry>
<entry>
<title>add support for building libtls</title>
<updated>2014-12-06T15:13:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-05T04:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b3270494f043104b7d63d5b30f47464b5bf253db'/>
<id>urn:sha1:b3270494f043104b7d63d5b30f47464b5bf253db</id>
<content type='text'>
Use './configure --enable-libtls' to build the library and install the
associated manpages. Note that the API and ABI of this library may
change still, though feedback is welcome.

ok deraadt@ jsing@ tedu@
</content>
</entry>
</feed>
