kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
40974784 2016-05-02 22:46:25 add constant_time_locl.h
552817b7 2016-05-02 02:03:03 Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris
5582be55 2016-05-02 02:00:55 Land #190, Enable cmake on Solaris
a653a67a 2016-05-02 01:58:18 Land #189, Added extra cmake build options like autotools builds
466e389d 2016-04-24 03:29:14 check linker flags before checking for functions
02e1cc4d 2016-04-21 14:49:39 fix ld warning "attempted multiple inclusion of file" on Solaris - To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
49eabdcb 2016-04-15 14:24:00 organize enabling asm condition in cmake - add amd64 as same as x86_64 - add solaris(i386)
08089a1b 2016-04-15 01:11:19 fix cmake on Solaris - add Solaris specific compiler flags and library - merge message when SMALL_TIME_T is true - confirmed on SunOS Release 5.11 Version 11.3 64-bit Solaris i386
bda62f7f 2016-04-11 12:59:23 add cmake build options - 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"
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