Age | Commit message (Expand) | Author |
2017-08-28 | axtls: reorder functions topologically | Johannes Schindelin |
2017-08-28 | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-28 | vtls: move sha256sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: move md5sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: use the Curl_ssl struct to access all SSL backends' functionality | Johannes Schindelin |
2017-08-28 | vtls: declare Curl_ssl structs for every SSL backend | Johannes Schindelin |
2017-08-28 | vtls: introduce a new struct for SSL backends | Johannes Schindelin |
2017-08-28 | vtls: make sure every _sha256sum()'s first arg is const | Johannes Schindelin |
2017-08-28 | vtls: make sure all _data_pending() functions return bool | Johannes Schindelin |
2017-08-28 | vtls: make sure all _cleanup() functions return void | Johannes Schindelin |
2017-08-28 | vtls: use consistent signature for _random() implementations | Johannes Schindelin |
2017-08-27 | darwinssl: handle long strings in TLS certs | Daniel Stenberg |
2017-08-16 | darwinssi: fix error: variable length array used | Daniel Stenberg |
2017-08-11 | openssl: fix "error: this statement may fall through" | Daniel Stenberg |
2017-08-11 | openssl: remove CONST_ASN1_BIT_STRING. | David Benjamin |
2017-08-05 | darwinssl: fix compiler warning | Marcel Raad |
2017-08-04 | darwin: silence compiler warnings | Daniel Stenberg |
2017-08-03 | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-27 | darwinssl: fix variable type mistake (regression) | Daniel Stenberg |
2017-07-20 | nss: fix a possible use-after-free in SelectClientCert() | Kamil Dudka |
2017-07-20 | nss: unify the coding style of nss_send() and nss_recv() | Kamil Dudka |
2017-07-17 | darwinssl: fix pinnedpubkey build error | Jay Satiro |
2017-07-03 | gtls: fix build when sizeof(long) < sizeof(void *) | Johannes Schindelin |
2017-06-30 | openssl: improve fallback seed of PRNG with a time based hash | dmitrykos |
2017-06-16 | HTTPS-Proxy: don't offer h2 for https proxy connections | Jay Satiro |
2017-06-13 | libressl: OCSP and intermediate certs workaround no longer needed | Stuart Henderson |
2017-06-03 | cyassl: define build macros before including ssl.h | Marcel Raad |
2017-06-02 | mbedtls: make TU-local variable static | Marcel Raad |
2017-05-29 | mbedtls: fix variable shadow warning | Jay Satiro |
2017-05-16 | darwinssl: Fix exception when processing a client-side certificate file | Nick Zitzmann |
2017-05-15 | SecureTransport/DarwinSSL: Implement public key pinning | moparisthebest |
2017-05-12 | mbedtls: Support server renegotiation request | Ron Eldor |
2017-05-04 | schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOT | Dan Fandrich |
2017-05-02 | gtls: fixed a lingering BUFSIZE reference | Dan Fandrich |
2017-05-01 | openssl: use local stack for temp storage | Daniel Stenberg |
2017-04-25 | nss: load libnssckbi.so if no other trust is specified | Kamil Dudka |
2017-04-25 | nss: factorize out nss_{un,}load_module to separate fncs | Kamil Dudka |
2017-04-25 | nss: do not leak PKCS #11 slot while loading a key | Kamil Dudka |
2017-04-24 | nss: adapt to the new Curl_llist API | Kamil Dudka |
2017-04-22 | schannel: Don't treat encrypted partial record as pending data | Jay Satiro |
2017-04-22 | gnutls: removed some code when --disable-verbose is configured | Dan Fandrich |
2017-04-20 | openssl: fix memory leak in servercert | Daniel Stenberg |
2017-04-18 | nss: fix MinGW compiler warnings | Marcel Raad |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-17 | openssl: don't try to print nonexistant peer private keys | David Benjamin |
2017-04-17 | openssl: fix thread-safety bugs in error-handling | David Benjamin |
2017-04-17 | openssl: make SSL_ERROR_to_str more future-proof | David Benjamin |
2017-04-15 | mbedtls: fix memory leak in error path | Larry Stefani |