<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch v2.7.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.7.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2018-03-18T14:53:37+00:00</updated>
<entry>
<title>Land #402, Remove CMAKE_HOST_ references</title>
<updated>2018-03-18T14:53:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2018-03-18T14:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1b84f79f4cce8ece632e8f51fae6b842dcae00d8'/>
<id>urn:sha1:1b84f79f4cce8ece632e8f51fae6b842dcae00d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Land #400, Use groups in CMake install command for libraries</title>
<updated>2018-03-18T14:52:27+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2018-03-18T14:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c9c8e32fbe95f254f9017c23b4804c5988f35caa'/>
<id>urn:sha1:c9c8e32fbe95f254f9017c23b4804c5988f35caa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix using right functions for file descriptor with MS Visual Studio</title>
<updated>2018-03-17T15:48:49+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-03-17T15:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1fb8c9c6bea797e4db5e395fb34b899682ee8682'/>
<id>urn:sha1:1fb8c9c6bea797e4db5e395fb34b899682ee8682</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CMAKE_HOST_ references</title>
<updated>2018-03-16T21:59:53+00:00</updated>
<author>
<name>Don</name>
<email>don.j.olmstead@gmail.com</email>
</author>
<published>2018-03-16T21:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=09590953d05672f62a1f95913e6149f490dced80'/>
<id>urn:sha1:09590953d05672f62a1f95913e6149f490dced80</id>
<content type='text'>
CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake.
</content>
</entry>
<entry>
<title>Use groups in CMake install command for libraries</title>
<updated>2018-03-16T20:59:26+00:00</updated>
<author>
<name>Don</name>
<email>don.j.olmstead@gmail.com</email>
</author>
<published>2018-03-16T20:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5fb488de9f70d9d306c83d1316998e86d95f4a4e'/>
<id>urn:sha1:5fb488de9f70d9d306c83d1316998e86d95f4a4e</id>
<content type='text'>
On Windows shared libraries should be installed into the bin directory. Using grouping within CMake based on the target type fixes this issue.
</content>
</entry>
<entry>
<title>Add compat bits for libtls on Windows</title>
<updated>2018-02-25T12:56:05+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-02-24T16:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3681d02253d29229e265720984ce81a35206de4c'/>
<id>urn:sha1:3681d02253d29229e265720984ce81a35206de4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tls/tls_keypair.c</title>
<updated>2018-02-11T13:38:15+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-02-11T12:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=57ea69ec1081b3230ae51cf3aee07e650c0eddfb'/>
<id>urn:sha1:57ea69ec1081b3230ae51cf3aee07e650c0eddfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssl/tls cmake: fix shared library dependencies</title>
<updated>2017-07-24T19:26:29+00:00</updated>
<author>
<name>Masud Rahman</name>
<email>mrahman15@bloomberg.net</email>
</author>
<published>2017-07-24T19:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1dd6a52f2d8c1a3e49f330491a123378752a1c0d'/>
<id>urn:sha1:1dd6a52f2d8c1a3e49f330491a123378752a1c0d</id>
<content type='text'>
Ensure that the 'ssl' depends on 'crypto' and that 'tls' depends on
'ssl' and 'crypto' for all platforms.  Prior to this commit, the
dependency was only specified for the 'WIN32' CMake build.
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/libressl-portable/portable into SkipInstall</title>
<updated>2017-07-07T06:11:11+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-07T06:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a4d80ca56acc05b92be6015a50cae3d46f081440'/>
<id>urn:sha1:a4d80ca56acc05b92be6015a50cae3d46f081440</id>
<content type='text'>
Fix merge conflicts from GNUInstallDirs merge to master.
</content>
</entry>
<entry>
<title>Add option LIBRESSL_SKIP_INSTALL</title>
<updated>2017-07-06T09:09:44+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-06T09:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2557dd7439806448ad41b7bc5f175f4ed4f74d9c'/>
<id>urn:sha1:2557dd7439806448ad41b7bc5f175f4ed4f74d9c</id>
<content type='text'>
Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled.  defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules.
This is useful if another project includes and links to this statically.
I chose to add a prefix to avoid potential name collision because the options are cached globally.

If the installation is skipped, maybe it should also disable building apps?  I didn't do that.
</content>
</entry>
</feed>
