2011-12-11 11:29:51 +00:00
|
|
|
option(USE_SHARED_POLARSSL_LIBRARY "Build PolarSSL as a shared library." OFF)
|
2011-01-05 15:24:43 +00:00
|
|
|
|
|
|
|
set(src
|
2009-07-11 19:54:40 +00:00
|
|
|
aes.c
|
2013-12-16 16:12:53 +00:00
|
|
|
aesni.c
|
2009-06-28 21:50:27 +00:00
|
|
|
arc4.c
|
2011-11-10 14:43:23 +00:00
|
|
|
asn1parse.c
|
2012-02-13 23:11:30 +00:00
|
|
|
asn1write.c
|
2009-07-11 19:54:40 +00:00
|
|
|
base64.c
|
|
|
|
bignum.c
|
2012-07-04 11:02:11 +00:00
|
|
|
blowfish.c
|
2009-07-11 19:54:40 +00:00
|
|
|
camellia.c
|
2009-06-28 21:50:27 +00:00
|
|
|
certs.c
|
2011-01-06 15:37:30 +00:00
|
|
|
cipher.c
|
|
|
|
cipher_wrap.c
|
2011-11-27 14:46:59 +00:00
|
|
|
ctr_drbg.c
|
2009-07-11 19:54:40 +00:00
|
|
|
debug.c
|
|
|
|
des.c
|
2009-06-28 21:50:27 +00:00
|
|
|
dhm.c
|
2012-10-31 08:26:55 +00:00
|
|
|
ecp.c
|
2013-12-02 14:49:09 +00:00
|
|
|
ecp_curves.c
|
2013-01-26 14:30:46 +00:00
|
|
|
ecdh.c
|
2013-01-26 15:33:44 +00:00
|
|
|
ecdsa.c
|
2011-12-03 21:45:14 +00:00
|
|
|
entropy.c
|
|
|
|
entropy_poll.c
|
2011-05-09 16:17:09 +00:00
|
|
|
error.c
|
2012-03-20 13:50:09 +00:00
|
|
|
gcm.c
|
2009-07-11 19:54:40 +00:00
|
|
|
havege.c
|
2011-01-06 14:20:01 +00:00
|
|
|
md.c
|
|
|
|
md_wrap.c
|
2009-07-11 19:54:40 +00:00
|
|
|
md2.c
|
2009-06-28 21:50:27 +00:00
|
|
|
md4.c
|
2009-07-11 19:54:40 +00:00
|
|
|
md5.c
|
2013-07-03 11:37:05 +00:00
|
|
|
memory.c
|
|
|
|
memory_buffer_alloc.c
|
2009-07-11 19:54:40 +00:00
|
|
|
net.c
|
2013-04-07 20:00:46 +00:00
|
|
|
oid.c
|
2009-07-11 19:54:40 +00:00
|
|
|
padlock.c
|
2012-08-23 13:03:18 +00:00
|
|
|
pbkdf2.c
|
2011-02-25 09:48:49 +00:00
|
|
|
pem.c
|
2013-06-24 17:26:38 +00:00
|
|
|
pkcs5.c
|
2011-01-18 16:18:38 +00:00
|
|
|
pkcs11.c
|
2013-06-24 17:17:19 +00:00
|
|
|
pkcs12.c
|
2013-07-04 11:31:32 +00:00
|
|
|
pk.c
|
2013-08-12 15:06:05 +00:00
|
|
|
pk_wrap.c
|
2013-09-15 11:01:22 +00:00
|
|
|
pkparse.c
|
2013-09-15 12:54:56 +00:00
|
|
|
pkwrite.c
|
2014-01-22 12:35:29 +00:00
|
|
|
ripemd160.c
|
2009-07-11 19:54:40 +00:00
|
|
|
rsa.c
|
|
|
|
sha1.c
|
2013-06-30 12:49:12 +00:00
|
|
|
sha256.c
|
|
|
|
sha512.c
|
2012-09-25 21:55:46 +00:00
|
|
|
ssl_cache.c
|
2013-01-07 17:20:04 +00:00
|
|
|
ssl_ciphersuites.c
|
2013-09-16 11:49:26 +00:00
|
|
|
ssl_cli.c
|
|
|
|
ssl_srv.c
|
2009-07-11 19:54:40 +00:00
|
|
|
ssl_tls.c
|
2013-09-28 12:40:38 +00:00
|
|
|
threading.c
|
2009-07-11 19:54:40 +00:00
|
|
|
timing.c
|
2010-06-18 22:47:29 +00:00
|
|
|
version.c
|
2013-09-16 11:49:26 +00:00
|
|
|
x509.c
|
|
|
|
x509_crt.c
|
|
|
|
x509_crl.c
|
|
|
|
x509_csr.c
|
|
|
|
x509_create.c
|
2013-09-18 11:50:13 +00:00
|
|
|
x509write_crt.c
|
|
|
|
x509write_csr.c
|
2009-07-11 19:54:40 +00:00
|
|
|
xtea.c
|
2009-06-28 21:50:27 +00:00
|
|
|
)
|
2011-01-05 15:07:54 +00:00
|
|
|
|
2012-05-10 21:54:28 +00:00
|
|
|
if(WIN32)
|
|
|
|
set(libs ws2_32)
|
|
|
|
endif(WIN32)
|
|
|
|
|
2013-11-28 16:20:04 +00: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)
|
|
|
|
|
2011-01-05 15:24:43 +00:00
|
|
|
if(NOT USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
|
|
|
|
add_library(polarssl STATIC ${src})
|
|
|
|
|
|
|
|
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
|
2011-12-11 11:29:51 +00:00
|
|
|
add_library(polarssl SHARED ${src})
|
2014-01-27 10:49:46 +00:00
|
|
|
set_target_properties(polarssl PROPERTIES VERSION 1.3.4 SOVERSION 5)
|
2011-01-05 15:24:43 +00:00
|
|
|
|
|
|
|
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
|
|
|
|
2012-05-10 21:54:28 +00:00
|
|
|
target_link_libraries(polarssl ${libs})
|
|
|
|
|
2013-11-14 09:34:46 +00:00
|
|
|
if(ZLIB_FOUND)
|
|
|
|
target_link_libraries(polarssl ${ZLIB_LIBRARIES})
|
|
|
|
endif(ZLIB_FOUND)
|
|
|
|
|
2011-12-11 11:29:51 +00:00
|
|
|
install(TARGETS polarssl
|
2011-07-06 14:36:44 +00:00
|
|
|
DESTINATION ${LIB_INSTALL_DIR}
|
2011-01-05 15:07:54 +00:00
|
|
|
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|