<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/ssl, 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-18T15:43:16+00:00</updated>
<entry>
<title>add new init functions</title>
<updated>2018-03-18T15:43:16+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-18T15:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=366071c2cffabe8cf3a557d8abf68025b3565b2e'/>
<id>urn:sha1:366071c2cffabe8cf3a557d8abf68025b3565b2e</id>
<content type='text'>
</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>Land #332, fix shared library dependencies with cmake for libssl/libtls</title>
<updated>2017-08-12T14:46:19+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-08-12T14:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bdec057318a35c1c8152f8dbe84c24e0da7523c4'/>
<id>urn:sha1:bdec057318a35c1c8152f8dbe84c24e0da7523c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ssl/t1_reneg.c</title>
<updated>2017-08-11T16:15:17+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-08-11T16:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9be0359cc3b8e0601ad82cb432c534e34cd11862'/>
<id>urn:sha1:9be0359cc3b8e0601ad82cb432c534e34cd11862</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>add tlsext</title>
<updated>2017-07-17T10:12:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@rapid7.com</email>
</author>
<published>2017-07-17T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=58ba8785fb364794bf3e0c1dcafd40b747188395'/>
<id>urn:sha1:58ba8785fb364794bf3e0c1dcafd40b747188395</id>
<content type='text'>
</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>
<entry>
<title>use GNUInstallDirs from cmake to specify install paths.</title>
<updated>2017-07-06T08:49:43+00:00</updated>
<author>
<name>d3x0r</name>
<email>d3x0r@users.noreply.github.com</email>
</author>
<published>2017-07-06T08:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a2bd5ebaba789822ae73e9059171c46ed6b8f574'/>
<id>urn:sha1:a2bd5ebaba789822ae73e9059171c46ed6b8f574</id>
<content type='text'>
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
</content>
</entry>
<entry>
<title>Add ssl/t1_hash.c</title>
<updated>2017-03-07T15:17:25+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-03-07T15:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=27f08790305216e5730c5bb5352db9f616c4c56f'/>
<id>urn:sha1:27f08790305216e5730c5bb5352db9f616c4c56f</id>
<content type='text'>
</content>
</entry>
</feed>
