mbedtls/programs
Manuel Pégourié-Gonnard 30eceb766a Fix warning in ssl_pthread_server
GCC 4.9 with ASan + UBSan on OS X complains that we were casting to int from a
wider integer type. Anyway, this cast is totally non-portable (pthread_t could
even be structure), switching to long gets rid of the warning...
2015-05-11 14:42:56 +02:00
..
aes The Great Renaming 2015-04-08 13:25:31 +02:00
hash The Great Renaming 2015-04-08 13:25:31 +02:00
pkey Update ctr_drbg_init() usage in programs 2015-04-29 02:08:34 +02:00
random Update ctr_drbg_init() usage in programs 2015-04-29 02:08:34 +02:00
ssl Fix warning in ssl_pthread_server 2015-05-11 14:42:56 +02:00
test Merge branch 'mbedtls-1.3' into development 2015-04-30 10:38:44 +02:00
util The Great Renaming 2015-04-08 13:25:31 +02:00
x509 Fix order of ssl_conf vs ssl_setup in programs 2015-05-11 14:35:42 +02:00
.gitignore Rm obsolete things (compat-1.2, openssl, etc) 2015-03-09 13:05:06 +00:00
CMakeLists.txt
Makefile Fix incomplete changes from merge 2015-03-13 17:19:39 +00:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00