<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch v2.5.0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.5.0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.5.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-09-04T13:58:30+00:00</updated>
<entry>
<title>Land #203, add libtls callback API</title>
<updated>2016-09-04T13:58:30+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-09-04T13:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5532f007d3713e9e790b7577e5f79acd66802bf0'/>
<id>urn:sha1:5532f007d3713e9e790b7577e5f79acd66802bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build Windows DLL on CMake</title>
<updated>2016-08-25T09:17:27+00:00</updated>
<author>
<name>Satoshi Yasushima</name>
<email>yasushima-gd@users.noreply.github.com</email>
</author>
<published>2016-08-25T09:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=829b21581fc93085faeced35b3c75376b0de6ae2'/>
<id>urn:sha1:829b21581fc93085faeced35b3c75376b0de6ae2</id>
<content type='text'>
like below.
* libcrypto-38.dll
* libssl-39.dll
* libtls-11.dll
</content>
</entry>
<entry>
<title>build MinGW on CMake</title>
<updated>2016-08-25T09:17:12+00:00</updated>
<author>
<name>Satoshi Yasushima</name>
<email>yasushima-gd@users.noreply.github.com</email>
</author>
<published>2016-08-25T09:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=971892766db26560f7cc34b78750cac149867425'/>
<id>urn:sha1:971892766db26560f7cc34b78750cac149867425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set link library dependencies with MSVC, fixes #221</title>
<updated>2016-07-31T22:11:19+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=a7f754a663e5aae795e318d085ea5a28860bbf47'/>
<id>urn:sha1:a7f754a663e5aae795e318d085ea5a28860bbf47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Portable code part for callbacks in accept/connect</title>
<updated>2016-06-28T01:29:54+00:00</updated>
<author>
<name>Tobias Pape</name>
<email>tobias@netshed.de</email>
</author>
<published>2016-06-28T01:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a69063be1023217548046b9c8615293b88f2ad19'/>
<id>urn:sha1:a69063be1023217548046b9c8615293b88f2ad19</id>
<content type='text'>
see https://github.com/libressl-portable/openbsd/pull/64
</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>
</feed>
