Age | Commit message (Expand) | Author |
2018-09-19 | nss: try to connect even if libnssckbi.so fails to load | Kamil Dudka |
2018-09-18 | darwinssl: Fix realloc memleak | Daniel Gustafsson |
2018-09-14 | openssl: show "proper" version number for libressl builds | Daniel Stenberg |
2018-09-14 | openssl: assume engine support in 0.9.8 or later | Rainer Jung |
2018-09-13 | sendf: Fix whitespace in infof/failf concatenation | Daniel Gustafsson |
2018-09-13 | vtls: add a MesaLink vtls backend | Yiming Jing |
2018-09-12 | openssl: fix gcc8 warning | Jay Satiro |
2018-09-07 | configure: add option to disable automatic OpenSSL config loading | Philipp Waehnert |
2018-09-07 | schannel: avoid switch-cases that go to default anyway | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-09-06 | openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer | Han Han |
2018-09-06 | schannel: unified error code handling | Han Han |
2018-09-06 | darwinssl: more specific and unified error codes | Han Han |
2018-09-03 | url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work | Kamil Dudka |
2018-09-03 | openssl: Fix setting TLS 1.3 cipher suites | Jay Satiro |
2018-08-24 | schannel: client certificate store opening fix | Ihor Karpenko |
2018-08-10 | openssl: fix potential NULL pointer deref in is_pkcs11_uri | Daniel Stenberg |
2018-08-09 | openssl: fix debug messages | Daniel Jelinski |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-07-26 | wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random | Carie Pointer |
2018-07-14 | darwinssl: add support for ALPN negotiation | Rodger Combs |
2018-07-12 | schannel: enable CALG_TLS1PRF for w32api >= 5.1 | Marcel Raad |
2018-07-11 | openssl: assume engine support in 1.0.0 or later | Paul Howarth |
2018-07-11 | schannel: fix MinGW compile break | Marcel Raad |
2018-07-09 | schannel: fix -Wsign-compare warning | Marcel Raad |
2018-07-09 | schannel: workaround for wrong function signature in w32api | Marcel Raad |
2018-07-09 | schannel: make more cipher options conditional | Marcel Raad |
2018-07-06 | darwinssl: allow High Sierra users to build the code using GCC | Nick Zitzmann |
2018-06-29 | openssl: Remove some dead code | Gaurav Malhotra |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg |
2018-06-29 | openssl: allow TLS 1.3 by default | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-12 | schannel: avoid incompatible pointer warning | Viktor Szakats |
2018-06-12 | schannel: support selecting ciphers | Robert Prag |
2018-06-11 | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg |
2018-06-08 | boringssl + schannel: undef X509_NAME in lib/schannel.h | Gisle Vanem |
2018-06-02 | axtls: follow-up spell fix of comment | Daniel Stenberg |
2018-06-02 | axTLS: not considered fit for use | Daniel Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-27 | schannel: add failf calls for client certificate failures | ralcock |
2018-05-22 | schannel: make CAinfo parsing resilient to CR/LF | Johannes Schindelin |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-17 | openssl: acknowledge --tls-max for default version too | Daniel Stenberg |
2018-05-16 | schannel_verify: fix build for non-schannel | Daniel Stenberg |
2018-05-16 | schannel: disable manual verify if APIs not available | Jay Satiro |
2018-05-16 | schannel: disable client cert option if APIs not available | Archangel_SDY |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-05-10 | openssl: change FILE ops to BIO ops | Sunny Purushe |
2018-05-04 | vtls: fix missing commas | Daniel Stenberg |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |