kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
c94670a8 2016-04-07 15:10:01 add cmake uninstall functionality - add uninstall functionality * see https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
752ad82d 2016-04-09 12:08:26 Land #188, add ASM support for cmake builds
2510a5e6 2016-04-07 15:08:12 modify cmake to build nc - 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
9a98de6c 2016-04-09 11:50:37 Land #185, fix MINGW and CYGWIN builds with cmake
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
e1f8a1e1 2016-04-08 15:09:07 modify cmake to build ASM - add functionality compiling ASM with cmake - to enable ASM, `cmake -DENABLE_ASM=on ..`
177e1315 2016-04-05 15:31:41 add condition for setting BUILD_SHARED (cmake) - add MINGW and CYGWIN for win build
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