Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg | |
2016-10-18 | Curl_polarsslthreadlock_thread_setup: clear array at init | Daniel Stenberg | |
... since if it fails to init the entire array and then tries to clean it up, it would attempt to work on an uninitialized pointer. | |||
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-23 | mbedTLS: THREADING_SUPPORT compilation fix | Dmitry S. Baikov | |
Closes #505 | |||
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg | |
No need to use _MPRINTF_REPLACE internally. | |||
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |