kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
34bf322e 2016-04-09 11:49:53 Land #184, execute tests that require srcdir environment variable with cmake
d9b08384 2016-04-09 11:49:29 Land #183, fix cmake on HP-UX
cf45f2bd 2016-04-05 10:02:35 execute tests that require srcdir environment variable with cmake - 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
3207606f 2016-04-04 11:28:46 fix cmake on HP-UX - 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
2997b857 2016-03-30 16:10:19 set project LANGUAGES to C
02b00b5c 2016-03-30 12:52:16 set cmake_minimum_required to 2.8.8 `OBJECT` library type of add_library was introduced by CMake 2.8.8.
8131b377 2016-03-21 05:01:12 update changelog
04ceeb2c 2016-03-21 04:47:24 updated changelog
9a0f8a42 2016-03-21 04:37:01 set windows binary OPENSSLDIR to something plausible
14aa5f73 2016-03-13 19:17:24 modify include/compat/netinet/ip.h - add including <netinet/in_systm.h> for n_long on HP-UX