<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/tests, branch v2.4.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.4.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-05-02T07:03:03+00:00</updated>
<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>Land #184, execute tests that require srcdir environment variable with cmake</title>
<updated>2016-04-09T16:49:53+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-04-09T16:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=34bf322e6e4bdb270d663c37eebafd8dafb08a91'/>
<id>urn:sha1:34bf322e6e4bdb270d663c37eebafd8dafb08a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>execute tests that require srcdir environment variable with cmake</title>
<updated>2016-04-05T01:02:35+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-05T01:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cf45f2bdfd82ed77f79f4b33e024fc7f0d5ea106'/>
<id>urn:sha1:cf45f2bdfd82ed77f79f4b33e024fc7f0d5ea106</id>
<content type='text'>
- uncomment procedures for aeadtest, evptest, pq_test, ssltest, testdsa and testrsa
- add set_tests_properties() for setting environment variable srcdir
- tweak openssl path in ssltest.sh, testdsa.sh, testenc.sh and testrsa.sh
</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>package pidwraptest.sh script</title>
<updated>2016-01-04T03:29:35+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-01-04T03:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d0ff644edc7ec1ee86c1199fbd25da2f415285cf'/>
<id>urn:sha1:d0ff644edc7ec1ee86c1199fbd25da2f415285cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move rfc5280time to rfc5280time_small</title>
<updated>2015-10-18T16:18:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T16:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2c168b712784d77e46c01b14f1f25b9d65d2cf26'/>
<id>urn:sha1:2c168b712784d77e46c01b14f1f25b9d65d2cf26</id>
<content type='text'>
Having the same name as the executable confuses the driver, and it runs
the wrong thing.
</content>
</entry>
<entry>
<title>make it clear that we skipped 64-bit time_t tests</title>
<updated>2015-10-18T15:36:31+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T15:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae'/>
<id>urn:sha1:c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include warnings about small time_t</title>
<updated>2015-10-18T04:32:21+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T04:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c8918dd0be1bbadfcebfc6631bd63f3b3e83befd'/>
<id>urn:sha1:c8918dd0be1bbadfcebfc6631bd63f3b3e83befd</id>
<content type='text'>
</content>
</entry>
</feed>
