<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto, branch v2.4.3</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.4.3</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.4.3'/>
<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>add constant_time_locl.h</title>
<updated>2016-05-04T13:47:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-05-03T03:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=40974784c0a87b7cbf88d62b972584eff1430cdc'/>
<id>urn:sha1:40974784c0a87b7cbf88d62b972584eff1430cdc</id>
<content type='text'>
</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>Land #188, add ASM support for cmake builds</title>
<updated>2016-04-09T17:08:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-04-09T17:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=752ad82d33bef07591ae323e17de2cb8f0e50e20'/>
<id>urn:sha1:752ad82d33bef07591ae323e17de2cb8f0e50e20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modify cmake to build nc</title>
<updated>2016-04-09T17:06:40+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-07T06:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2510a5e6f98360bb7cd4a52ecf2274656fe75dcc'/>
<id>urn:sha1:2510a5e6f98360bb7cd4a52ecf2274656fe75dcc</id>
<content type='text'>
- modify structure of CMakeLists.txt under apps/
  * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build
  * create new apps/nc/CMakeLists.txt for nc build
  * modify apps/CMakeLists.txt just add_subdirectory()

- add checking and compile of arc4random_uniform()

- add installing man files, openssl.1 and nc.1
</content>
</entry>
<entry>
<title>modify cmake to build ASM</title>
<updated>2016-04-08T06:09:07+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-08T06:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e1f8a1e160be5cda14986e75a00b7d5f5ca87225'/>
<id>urn:sha1:e1f8a1e160be5cda14986e75a00b7d5f5ca87225</id>
<content type='text'>
- add functionality compiling ASM with cmake
- to enable ASM, `cmake -DENABLE_ASM=on ..`
</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>Revert back to GetStdHandle, since it works fine with pipes.</title>
<updated>2015-12-11T15:22:12+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-11T15:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3af1387b189074ef82410627f51b84277aa24aa2'/>
<id>urn:sha1:3af1387b189074ef82410627f51b84277aa24aa2</id>
<content type='text'>
Also include the formerly-missing NULL check, since this can fail in two
ways.
</content>
</entry>
<entry>
<title>include stdint.h uint*_t</title>
<updated>2015-12-11T15:21:43+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-11T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bd8fe5868f40a80012749a0daa3af88b95b8fb22'/>
<id>urn:sha1:bd8fe5868f40a80012749a0daa3af88b95b8fb22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace STDIN_FILENO with _fileno</title>
<updated>2015-12-11T05:32:00+00:00</updated>
<author>
<name>Anthony Novatsis</name>
<email>anthony.novatsis@dallatech.com.au</email>
</author>
<published>2015-12-11T05:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5727d3274ee6eff74d2a2937156f787d99f7ce92'/>
<id>urn:sha1:5727d3274ee6eff74d2a2937156f787d99f7ce92</id>
<content type='text'>
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
</content>
</entry>
</feed>
