Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | polarssl_threadlock: remove conditionally unused code | Marcel Raad | |
Make functions no-ops if neither both USE_THREADS_POSIX and HAVE_PTHREAD_H nor both USE_THREADS_WIN32 and HAVE_PROCESS_H are defined. Previously, if only one of them was defined, there was either code compiled that did nothing useful or the wrong header included for the functions used. Also, move POLARSSL_MUTEX_T define to implementation file as it's not used externally. Closes https://github.com/curl/curl/pull/3739 | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-10-23 | polarssl/mbedtls: fix name space pollution | Daniel Stenberg | |
Global private symbols MUST start with Curl_! | |||
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg | |
closes #496 | |||
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |