mbedtls/library
hasufell 3c6409b066 CMake: allow to build both shared and static at once
This allows for more fine-grained control. Possible combinations:
  * static off, shared on
  * static on, shared off
  * static on, shared on

The static library is always called "libpolarssl.a" and is only used
for linking of tests and internal programs if the shared lib is
not being built.

Default is: only build static lib.
2014-03-13 19:25:06 +01:00
..
.gitignore
aes.c Add missing #ifdefs in aes.h 2014-03-13 19:25:06 +01:00
aesni.c
arc4.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
asn1parse.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
asn1write.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
base64.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
bignum.c Avoid "unreachable code" warning 2014-03-11 13:47:05 +01:00
blowfish.c
camellia.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
certs.c
cipher_wrap.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
cipher.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
CMakeLists.txt CMake: allow to build both shared and static at once 2014-03-13 19:25:06 +01:00
ctr_drbg.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
debug.c debug_ecp: don't print Z, always 1 2014-02-06 10:28:38 +01:00
des.c Fix depend issues in test suites for cipher modes 2014-03-13 19:25:06 +01:00
dhm.c Fix error code in dhm_selftest() 2014-03-13 19:25:06 +01:00
ecdh.c
ecdsa.c
ecp_curves.c
ecp.c Fix forgotten curves in #ifdef 2014-02-24 10:29:21 +01:00
entropy_poll.c
entropy.c More entropy functions made thread-safe (add_source, update_manual, gather) 2014-02-06 15:01:20 +01:00
error.c Reserve -1 as an error code (used in programs) 2014-03-13 19:25:06 +01:00
gcm.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
havege.c
hmac_drbg.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
Makefile Migrated the Memory layer to the Platform layer 2014-02-06 13:20:17 +01:00
md2.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md4.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md5.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md_wrap.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
md.c
memory_buffer_alloc.c Typo fix in memory_buffer_alloc.c 2014-02-06 13:20:19 +01:00
net.c
oid.c Revert "Merged RSA-PSS support in Certificate, CSR and CRL" 2014-02-12 09:39:59 +01:00
padlock.c
pbkdf2.c
pem.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
pk_wrap.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
pk.c
pkcs5.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
pkcs11.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
pkcs12.c
pkparse.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
pkwrite.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
platform.c Migrated the Memory layer to the Platform layer 2014-02-06 13:20:17 +01:00
ripemd160.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
rsa.c Fix RSASSA-PSS example programs 2014-03-13 19:25:06 +01:00
sha1.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
sha256.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
sha512.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
ssl_cache.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
ssl_ciphersuites.c
ssl_cli.c Avoid possible segfault on bad server ciphersuite 2014-03-13 19:25:06 +01:00
ssl_srv.c Fix verion-major intolerance 2014-02-12 10:14:54 +01:00
ssl_tls.c Forbid sequence number wrapping 2014-03-13 19:25:06 +01:00
threading.c
timing.c Ability to provide alternate timing implementation 2014-02-06 15:32:26 +01:00
version.c
x509_create.c
x509_crl.c Revert "Merged RSA-PSS support in Certificate, CSR and CRL" 2014-02-12 09:39:59 +01:00
x509_crt.c Reject certs and CRLs from the future 2014-03-13 19:25:06 +01:00
x509_csr.c Revert "Merged RSA-PSS support in Certificate, CSR and CRL" 2014-02-12 09:39:59 +01:00
x509.c Add x509_time_future() 2014-03-13 19:25:06 +01:00
x509write_crt.c
x509write_csr.c
xtea.c Library files moved to use platform layer 2014-02-06 13:20:16 +01:00