Age | Commit message (Expand) | Author |
2016-10-18 | polarssl: reduce #ifdef madness with a macro | Daniel Stenberg |
2016-10-18 | polarssl: fix unaligned SSL session-id lock | Daniel Stenberg |
2016-10-18 | Curl_polarsslthreadlock_thread_setup: clear array at init | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-09-22 | nss: add chacha20-poly1305 cipher suites if supported by NSS | Kamil Dudka |
2016-09-22 | nss: add cipher suites using SHA384 if supported by NSS | Kamil Dudka |
2016-09-22 | nss: fix typo in ecdhe_rsa_null cipher suite string | Kamil Dudka |
2016-09-19 | darwinssl: Fix typo in comment | Daniel Gustafsson |
2016-09-19 | libressl: fix version output | Bernard Spil |
2016-09-19 | openssl: don't call ERR_remote_thread_state on >= 1.1.0 | Daniel Stenberg |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-18 | darwinssl: disable RC4 cipher-suite support | Nick Zitzmann |
2016-09-14 | openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2 | Daniel Stenberg |
2016-09-09 | openssl: fix bad memory free (regression) | Daniel Stenberg |
2016-09-06 | openssl: fix CURLINFO_SSL_VERIFYRESULT | Gaurav Malhotra |
2016-09-06 | darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993) | Daniel Gustafsson |
2016-09-05 | openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000L | Marcel Raad |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |
2016-08-26 | nss: work around race condition in PK11_FindSlotByName() | Peter Wang |
2016-08-26 | nss: refuse previously loaded certificate from file | Kamil Dudka |
2016-08-26 | TLS: random file/egd doesn't have to match for conn reuse | Daniel Stenberg |
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 |