<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tls, branch v2.5.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.5.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2017-01-25T12:31:04+00:00</updated>
<entry>
<title>Move strsep.c to crypto/compat/ and add ocspcheck build to CMake</title>
<updated>2017-01-25T12:31:04+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-25T10:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=91a8bd7914a809d3be9f0a98d6246c2d10c3ad96'/>
<id>urn:sha1:91a8bd7914a809d3be9f0a98d6246c2d10c3ad96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop generating .def files by update.sh</title>
<updated>2017-01-18T12:05:43+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-18T11:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=484feaae9157d8e4d91e81d305b9cd0ff6af0c91'/>
<id>urn:sha1:484feaae9157d8e4d91e81d305b9cd0ff6af0c91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add export symbol support to CMake</title>
<updated>2017-01-17T15:34:20+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-01-17T12:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3b8cf47307c65f6adfe20e13e85e074a8e5cc044'/>
<id>urn:sha1:3b8cf47307c65f6adfe20e13e85e074a8e5cc044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Define CMake library object lists globally</title>
<updated>2017-01-12T05:46:22+00:00</updated>
<author>
<name>Matt Stancliff</name>
<email>matt@genges.com</email>
</author>
<published>2017-01-12T05:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=63add73d0b5b49ea583e12610799d2de80877a7d'/>
<id>urn:sha1:63add73d0b5b49ea583e12610799d2de80877a7d</id>
<content type='text'>
OBJECT collections in CMake don't generate any artifacts so these
are safe to hoist out and define globally.

library OBJECT targets are just a list of filenames.  It can be useful for
other projects to include lists of sources directly regardless of build mode
(shared, static, or library).
</content>
</entry>
<entry>
<title>remove check-in .def and ignore .sym files</title>
<updated>2016-11-05T15:24:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2016-11-05T13:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=77a2a9f3efa841ebc6f49e340f66ffb78fb3d967'/>
<id>urn:sha1:77a2a9f3efa841ebc6f49e340f66ffb78fb3d967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement support for hiding symbols in libtls / libssl</title>
<updated>2016-11-05T15:24:12+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2016-11-05T13:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b'/>
<id>urn:sha1:7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tls_ocsp.c to Makefile.am and CMakeLists.txt</title>
<updated>2016-11-04T13:43:34+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-11-04T13:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d3abaf5fe7bd88015da7ff8a7876c0415319f560'/>
<id>urn:sha1:d3abaf5fe7bd88015da7ff8a7876c0415319f560</id>
<content type='text'>
</content>
</entry>
<entry>
<title>export DLLs functions for MSVC with CMake</title>
<updated>2016-10-31T02:39:36+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-09-06T14:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=62f2a73061eda53f5d60cfa7fab7dfb6bd7803ad'/>
<id>urn:sha1:62f2a73061eda53f5d60cfa7fab7dfb6bd7803ad</id>
<content type='text'>
- Add 3 DEF files to export functions from Windows DLLs
  - Add gettimeofday to crypto/crypto.def (*1)
  - Remove gai_strerrorA from tls/tls.def (*1)
- Fix CMakeLists.txt to use DEF files as PRIVATE
- Change DLL import library file name since it duplicates with static library
- Ignore compiler warning C4267, and Edit CMAKE_C_FLAGS not to overwrite it (*1)
- Add USE_SHARED option to build openssl.exe with shared libraries (*1)

  (*1) recommended by @mcnameej
</content>
</entry>
<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>
</feed>
