mbedtls/library
Manuel Pégourié-Gonnard 864108daab Move from gmtime_r to gmtime + mutexes
* gmtime_r is not standard so -std=c99 warns about it
* Anyway we need global mutexes in the threading layer, so better depend only
  on that, rather that global mutexes + some _r functions
2015-05-29 10:18:09 +02:00
..
.gitignore
aes.c
aesni.c Move from asm to __asm by default 2015-05-29 10:18:09 +02:00
arc4.c
asn1parse.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
asn1write.c
base64.c
bignum.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
blowfish.c
camellia.c
ccm.c
certs.c
cipher_wrap.c
cipher.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
CMakeLists.txt
ctr_drbg.c
debug.c
des.c
dhm.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
ecdh.c
ecdsa.c
ecp_curves.c
ecp.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
entropy_poll.c
entropy.c
error.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
gcm.c
havege.c
hmac_drbg.c
Makefile
md2.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
md4.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
md5.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
md_wrap.c Implement md_file in the MD layer 2015-05-28 17:28:38 +02:00
md.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
memory_buffer_alloc.c
net.c
oid.c
padlock.c Move from asm to __asm by default 2015-05-29 10:18:09 +02:00
pem.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
pk_wrap.c
pk.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
pkwrite.c
platform.c
ripemd160.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
rsa.c
sha1.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
sha256.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
sha512.c Remove individual mdX_file() and shaX_file() 2015-05-28 17:28:38 +02:00
ssl_cache.c
ssl_ciphersuites.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
ssl_cli.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
ssl_cookie.c Make ssl_cookie.c thread-safe 2015-05-28 17:28:39 +02:00
ssl_srv.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
ssl_ticket.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
ssl_tls.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
threading.c Move from gmtime_r to gmtime + mutexes 2015-05-29 10:18:09 +02:00
timing.c Move from asm to __asm by default 2015-05-29 10:18:09 +02:00
version_features.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
version.c
x509_create.c Avoid non-standard strcasecmp() 2015-05-29 10:18:09 +02:00
x509_crl.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
x509_crt.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
x509_csr.c Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED 2015-05-28 16:25:05 +02:00
x509.c Move from gmtime_r to gmtime + mutexes 2015-05-29 10:18:09 +02:00
x509write_crt.c
x509write_csr.c
xtea.c