<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch v2.4.4</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.4.4</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.4.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-07-31T22:12:35+00:00</updated>
<entry>
<title>set link library dependencies with MSVC, fixes #221</title>
<updated>2016-07-31T22:12:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-07-31T22:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7f322bfe7e3cccaa104c494b6714bace8b110ca0'/>
<id>urn:sha1:7f322bfe7e3cccaa104c494b6714bace8b110ca0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris</title>
<updated>2016-05-02T07:03:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-05-02T07:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=552817b77f8dca7332d29af4b7a7bc0a08ec9a7a'/>
<id>urn:sha1:552817b77f8dca7332d29af4b7a7bc0a08ec9a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ld warning "attempted multiple inclusion of file" on Solaris</title>
<updated>2016-04-21T07:12:47+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-21T05:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=02e1cc4df185d34963b45b3e7c478f9c5a1818cc'/>
<id>urn:sha1:02e1cc4df185d34963b45b3e7c478f9c5a1818cc</id>
<content type='text'>
- To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
</content>
</entry>
<entry>
<title>add cmake build options</title>
<updated>2016-04-14T06:16:52+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-11T03:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bda62f7fe4ad3965f8f6e7f06838c76455340567'/>
<id>urn:sha1:bda62f7fe4ad3965f8f6e7f06838c76455340567</id>
<content type='text'>
- add cmake build options as configure provides
  * -DENABLE_ASM (default ON)
  * -DENABLE_EXTRATESTS (default OFF)
  * -DENABLE_NC (default OFF)
  * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl)

- add biotest and pidwraptest if ENABLE_EXTRATESTS is ON

- add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin
  to prevent link error Undefined symbols "_OPENSSL_ia32cap_P"
</content>
</entry>
<entry>
<title>fix cmake on HP-UX</title>
<updated>2016-04-04T05:27:43+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-04T02:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3207606f117fe4844c5eb18019a4f0939349ece7'/>
<id>urn:sha1:3207606f117fe4844c5eb18019a4f0939349ece7</id>
<content type='text'>
- CMakeLists.txt
  * add OS specific compiler flags and library
  * add checking size of time_t
  * add checking memmem()

- tests/CMakeLists.txt
  * add if(HAVE_MEMMEM) for explicit_bzero
  * add checking SMALL_TIME_T for rfc5280time

- crypto/CMakeLists.txt
  * add getentropy_hpux.c

- tls/CMakeLists.txt
  * fix checking strsep
</content>
</entry>
<entry>
<title>fixup cert.pem path override for libtls, add for nc(1)</title>
<updated>2015-12-07T13:55:05+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-07T13:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1988b8f65e4bfa2c9fb1fa13316f3c22ec59d298'/>
<id>urn:sha1:1988b8f65e4bfa2c9fb1fa13316f3c22ec59d298</id>
<content type='text'>
this also fixes the formatting of help for nc(1)
</content>
</entry>
<entry>
<title>override _PATH_SSL_CA_FILE with OPENSSLDIR at build time</title>
<updated>2015-12-07T02:35:09+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-07T02:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5b49c30cbc1cd115a1d39bbdb67271e9d182b7a8'/>
<id>urn:sha1:5b49c30cbc1cd115a1d39bbdb67271e9d182b7a8</id>
<content type='text'>
fix #160
</content>
</entry>
<entry>
<title>include new tls headers</title>
<updated>2015-09-13T08:48:46+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-13T08:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=82e96d3565fb9c16b4ab9a6684d1c4b7d514212f'/>
<id>urn:sha1:82e96d3565fb9c16b4ab9a6684d1c4b7d514212f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add 'nc' to the distribution as an example of libtls client and server</title>
<updated>2015-09-12T13:08:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-12T12:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=854f4f69af9003c0c29d3838001f549beaf36936'/>
<id>urn:sha1:854f4f69af9003c0c29d3838001f549beaf36936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not build lib-objects targets if we are just building static libs.</title>
<updated>2015-09-09T11:03:52+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-09T10:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=adfb2bf72257c4d622f4be8f897c5ddafa4e58ae'/>
<id>urn:sha1:adfb2bf72257c4d622f4be8f897c5ddafa4e58ae</id>
<content type='text'>
This confuses some cmake targets.
</content>
</entry>
</feed>
