2014-03-06 15:49:08 +01:00
|
|
|
option(USE_STATIC_POLARSSL_LIBRARY "Build PolarSSL static library." ON)
|
|
|
|
option(USE_SHARED_POLARSSL_LIBRARY "Build PolarSSL shared library." OFF)
|
2014-06-09 23:46:41 +02:00
|
|
|
option(LINK_WITH_PTHREAD "Explicitly link PolarSSL library to pthread." OFF)
|
2011-01-05 16:24:43 +01:00
|
|
|
|
|
|
|
set(src
|
2009-07-11 21:54:40 +02:00
|
|
|
aes.c
|
2013-12-16 17:12:53 +01:00
|
|
|
aesni.c
|
2009-06-28 23:50:27 +02:00
|
|
|
arc4.c
|
2011-11-10 15:43:23 +01:00
|
|
|
asn1parse.c
|
2012-02-14 00:11:30 +01:00
|
|
|
asn1write.c
|
2009-07-11 21:54:40 +02:00
|
|
|
base64.c
|
|
|
|
bignum.c
|
2012-07-04 13:02:11 +02:00
|
|
|
blowfish.c
|
2009-07-11 21:54:40 +02:00
|
|
|
camellia.c
|
2014-05-02 15:17:29 +02:00
|
|
|
ccm.c
|
2009-06-28 23:50:27 +02:00
|
|
|
certs.c
|
2011-01-06 16:37:30 +01:00
|
|
|
cipher.c
|
|
|
|
cipher_wrap.c
|
2011-11-27 15:46:59 +01:00
|
|
|
ctr_drbg.c
|
2009-07-11 21:54:40 +02:00
|
|
|
debug.c
|
|
|
|
des.c
|
2009-06-28 23:50:27 +02:00
|
|
|
dhm.c
|
2012-10-31 09:26:55 +01:00
|
|
|
ecp.c
|
2013-12-02 15:49:09 +01:00
|
|
|
ecp_curves.c
|
2013-01-26 15:30:46 +01:00
|
|
|
ecdh.c
|
2013-01-26 16:33:44 +01:00
|
|
|
ecdsa.c
|
2011-12-03 22:45:14 +01:00
|
|
|
entropy.c
|
|
|
|
entropy_poll.c
|
2011-05-09 18:17:09 +02:00
|
|
|
error.c
|
2012-03-20 14:50:09 +01:00
|
|
|
gcm.c
|
2009-07-11 21:54:40 +02:00
|
|
|
havege.c
|
2014-01-27 14:03:10 +01:00
|
|
|
hmac_drbg.c
|
2011-01-06 15:20:01 +01:00
|
|
|
md.c
|
|
|
|
md_wrap.c
|
2009-07-11 21:54:40 +02:00
|
|
|
md2.c
|
2009-06-28 23:50:27 +02:00
|
|
|
md4.c
|
2009-07-11 21:54:40 +02:00
|
|
|
md5.c
|
2013-07-03 13:37:05 +02:00
|
|
|
memory_buffer_alloc.c
|
2009-07-11 21:54:40 +02:00
|
|
|
net.c
|
2013-04-07 22:00:46 +02:00
|
|
|
oid.c
|
2009-07-11 21:54:40 +02:00
|
|
|
padlock.c
|
2012-08-23 15:03:18 +02:00
|
|
|
pbkdf2.c
|
2011-02-25 10:48:49 +01:00
|
|
|
pem.c
|
2013-06-24 19:26:38 +02:00
|
|
|
pkcs5.c
|
2011-01-18 17:18:38 +01:00
|
|
|
pkcs11.c
|
2013-06-24 19:17:19 +02:00
|
|
|
pkcs12.c
|
2013-07-04 13:31:32 +02:00
|
|
|
pk.c
|
2013-08-12 17:06:05 +02:00
|
|
|
pk_wrap.c
|
2013-09-15 13:01:22 +02:00
|
|
|
pkparse.c
|
2013-09-15 14:54:56 +02:00
|
|
|
pkwrite.c
|
2014-02-01 22:50:07 +01:00
|
|
|
platform.c
|
2014-01-22 13:35:29 +01:00
|
|
|
ripemd160.c
|
2009-07-11 21:54:40 +02:00
|
|
|
rsa.c
|
|
|
|
sha1.c
|
2013-06-30 14:49:12 +02:00
|
|
|
sha256.c
|
|
|
|
sha512.c
|
2012-09-25 23:55:46 +02:00
|
|
|
ssl_cache.c
|
2013-01-07 18:20:04 +01:00
|
|
|
ssl_ciphersuites.c
|
2013-09-16 13:49:26 +02:00
|
|
|
ssl_cli.c
|
|
|
|
ssl_srv.c
|
2009-07-11 21:54:40 +02:00
|
|
|
ssl_tls.c
|
2013-09-28 14:40:38 +02:00
|
|
|
threading.c
|
2009-07-11 21:54:40 +02:00
|
|
|
timing.c
|
2010-06-19 00:47:29 +02:00
|
|
|
version.c
|
2014-04-30 11:49:44 +02:00
|
|
|
version_features.c
|
2013-09-16 13:49:26 +02:00
|
|
|
x509.c
|
|
|
|
x509_crt.c
|
|
|
|
x509_crl.c
|
|
|
|
x509_csr.c
|
|
|
|
x509_create.c
|
2013-09-18 13:50:13 +02:00
|
|
|
x509write_crt.c
|
|
|
|
x509write_csr.c
|
2009-07-11 21:54:40 +02:00
|
|
|
xtea.c
|
2009-06-28 23:50:27 +02:00
|
|
|
)
|
2011-01-05 16:07:54 +01:00
|
|
|
|
2012-05-10 23:54:28 +02:00
|
|
|
if(WIN32)
|
|
|
|
set(libs ws2_32)
|
|
|
|
endif(WIN32)
|
|
|
|
|
2013-11-28 17:20:04 +01:00
|
|
|
if(CMAKE_COMPILER_IS_GNUCC)
|
|
|
|
set(CMAKE_C_FLAGS_CHECK "${CMAKE_C_FLAGS_CHECK} -Wmissing-declarations -Wmissing-prototypes")
|
|
|
|
set(CMAKE_C_FLAGS_CHECKFULL "${CMAKE_C_FLAGS_CHECK} -Wcast-qual")
|
|
|
|
endif(CMAKE_COMPILER_IS_GNUCC)
|
|
|
|
|
2014-06-25 15:59:50 +02:00
|
|
|
if(CMAKE_COMPILER_IS_CLANG)
|
|
|
|
set(CMAKE_C_FLAGS_CHECK "${CMAKE_C_FLAGS_CHECK} -Wmissing-declarations -Wmissing-prototypes")
|
|
|
|
endif(CMAKE_COMPILER_IS_CLANG)
|
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
if (NOT USE_STATIC_POLARSSL_LIBRARY AND NOT USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
message(FATAL_ERROR "Need to choose static or shared polarssl build!")
|
|
|
|
endif(NOT USE_STATIC_POLARSSL_LIBRARY AND NOT USE_SHARED_POLARSSL_LIBRARY)
|
2011-01-05 16:24:43 +01:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
if(USE_STATIC_POLARSSL_LIBRARY AND USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
# if we build both static an shared, then let
|
|
|
|
# tests and programs link to the shared lib target
|
|
|
|
set(polarssl_static_target "polarssl_static")
|
|
|
|
elseif(USE_STATIC_POLARSSL_LIBRARY)
|
|
|
|
set(polarssl_static_target "polarssl")
|
|
|
|
endif()
|
2011-01-05 16:24:43 +01:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
if(USE_STATIC_POLARSSL_LIBRARY)
|
|
|
|
add_library(${polarssl_static_target} STATIC ${src})
|
|
|
|
set_target_properties(${polarssl_static_target} PROPERTIES OUTPUT_NAME polarssl)
|
2014-03-17 15:11:13 +01:00
|
|
|
target_link_libraries(${polarssl_static_target} ${libs})
|
|
|
|
|
|
|
|
if(ZLIB_FOUND)
|
|
|
|
target_link_libraries(${polarssl_static_target} ${ZLIB_LIBRARIES})
|
|
|
|
endif(ZLIB_FOUND)
|
|
|
|
|
2014-06-09 23:46:41 +02:00
|
|
|
if(LINK_WITH_PTHREAD)
|
|
|
|
target_link_libraries(${polarssl_static_target} pthread)
|
|
|
|
endif()
|
2011-01-05 16:24:43 +01:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
install(TARGETS ${polarssl_static_target}
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
|
|
|
endif()
|
2011-01-05 16:24:43 +01:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
if(USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
add_library(polarssl SHARED ${src})
|
2014-10-20 13:56:15 +02:00
|
|
|
set_target_properties(polarssl PROPERTIES VERSION 1.3.9 SOVERSION 7)
|
2011-01-05 16:24:43 +01:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
target_link_libraries(polarssl ${libs})
|
2012-05-10 23:54:28 +02:00
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
if(ZLIB_FOUND)
|
|
|
|
target_link_libraries(polarssl ${ZLIB_LIBRARIES})
|
|
|
|
endif(ZLIB_FOUND)
|
2013-11-14 10:34:46 +01:00
|
|
|
|
2014-06-09 23:46:41 +02:00
|
|
|
if(LINK_WITH_PTHREAD)
|
|
|
|
target_link_libraries(polarssl pthread)
|
|
|
|
endif()
|
|
|
|
|
2014-03-06 15:49:08 +01:00
|
|
|
install(TARGETS polarssl
|
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
|
|
|
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
|
|
|
endif(USE_SHARED_POLARSSL_LIBRARY)
|