Age | Commit message (Expand) | Author |
2016-08-25 | openssl: make build with 1.1.0 again | Daniel Stenberg |
2016-08-17 | nss: make the global variables static | Daniel Stenberg |
2016-08-16 | openssl: use regular malloc instead of OPENSSL_malloc | Daniel Stenberg |
2016-08-13 | openssl: accept subjectAltName iPAddress if no dNSName match | Jay Satiro |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-03 | TLS: only reuse connections with the same client cert | Daniel Stenberg |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-08-01 | mbedtls: Fix debug function name | Thomas Glanzmann |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro |
2016-06-19 | openssl: use more 'const' to fix build warnings with 1.1.0 branch | Daniel Stenberg |
2016-06-16 | openssl: fix cert check with non-DNS name fields present | Daniel Stenberg |
2016-06-16 | axtls: Use Curl_wait_ms instead of the less-portable usleep | Dan Fandrich |
2016-06-16 | axtls: Fixed compile after compile 31c521b0 | Dan Fandrich |
2016-06-06 | schannel: Disable ALPN on Windows < 8.1 | Steve Holme |
2016-06-04 | win32: Used centralised verify windows version function | Steve Holme |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-06-01 | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin |
2016-05-31 | openssl: rename the private SSL_strerror | Daniel Stenberg |
2016-05-31 | openssl: Use correct buffer sizes for error messages | Michael Kaufmann |
2016-05-30 | mbedtls: removed unused variables | Renaud Lehoux |
2016-05-30 | openssl: fix build with OPENSSL_NO_COMP | Marcel Raad |
2016-05-24 | mbedtls: fix includes so snprintf() works | Daniel Stenberg |
2016-05-20 | openssl: cleanup must free compression methods | Jay Satiro |
2016-05-19 | openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0 | Daniel Stenberg |
2016-05-18 | schannel: fix compile break with MSVC XP toolset | Marcel Raad |
2016-05-17 | mbedtls/polarssl: set "hostname" unconditionally | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: fix NULL dereference | Daniel Stenberg |
2016-05-17 | openssl: get_cert_chain: avoid NULL dereference | Daniel Stenberg |
2016-05-13 | darwinssl.c: fix OS X codename typo in comment | Viktor Szakats |
2016-05-12 | darwinssl: fix certificate verification disable on OS X 10.8 | Per Malmberg |
2016-05-12 | openssl: fix compile-time warning in Curl_ossl_check_cxn() | Kamil Dudka |
2016-05-11 | openssl: stricter connection check function | Jay Satiro |
2016-05-11 | TLS: SSL_peek is not a const operation | Anders Bakken |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-26 | openssl: avoid BN_print a NULL bignum | Daniel Stenberg |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest |
2016-04-21 | openssl: builds with OpenSSL 1.1.0-pre5 | Daniel Stenberg |
2016-04-19 | vtls.h: remove a space before semicolon | Daniel Stenberg |
2016-04-19 | darwinssl: removed commented out code | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-07 | mbedtls: fix MBEDTLS_DEBUG builds | Damien Vielpeau |
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg |
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg |
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg |