Age | Commit message (Expand) | Author |
2020-02-03 | openssl: remove redundant assignment | Marcel Raad |
2020-02-02 | cleanup: fix typos and wording in docs and comments | Pedro Monreal |
2020-01-23 | openssl: make CURLINFO_CERTINFO not truncate x509v3 fields | Daniel Stenberg |
2020-01-16 | wolfssl: use the wc-prefixed symbol alternatives | Daniel Stenberg |
2020-01-16 | polarssl: removed | Daniel Stenberg |
2020-01-13 | schannel_verify: Fix alt names manual verify for UNICODE builds | Jay Satiro |
2020-01-12 | misc: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-11 | schannel: Make CURLOPT_CAINFO work better on Windows 7 | Faizur Rahman |
2020-01-11 | vtls: Refactor Curl_multissl_version to make the code clearer | Jay Satiro |
2020-01-03 | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad |
2019-12-31 | bearssl: Improve I/O handling | Michael Forney |
2019-12-10 | vtls: make BearSSL possible to set with CURL_SSL_BACKEND | Gisle Vanem |
2019-12-03 | openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains | Daniel Stenberg |
2019-12-03 | openssl: set X509_V_FLAG_PARTIAL_CHAIN | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-12-01 | openssl: retrieve reported LibreSSL version at runtime | Jay Satiro |
2019-12-01 | strerror: Add Curl_winapi_strerror for Win API specific errors | Jay Satiro |
2019-11-26 | TLS: add BearSSL vtls implementation | Michael Forney |
2019-11-24 | schannel: fix --tls-max for when min is --tlsv1 or default | Xiaoyin Liu |
2019-11-22 | openssl: Revert to less sensitivity for SYSCALL errors | Jay Satiro |
2019-11-22 | openssl: improve error message for SYSCALL during connect | Daniel Stenberg |
2019-11-12 | openssl: prevent recursive function calls from ctx callbacks | Daniel Stenberg |
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg |
2019-11-02 | mbedtls: add error message for cert validity starting in the future | Bastien Bouclet |
2019-11-01 | schannel_verify: Fix concurrent openings of CA file | Jay Satiro |
2019-10-31 | gtls: make gnutls_bye() not wait for response on shutdown | Daniel Stenberg |
2019-10-24 | schannel: reverse the order of certinfo insertions | Francois Rivard |
2019-10-10 | gskit: use the generic Curl_socketpair | Daniel Stenberg |
2019-09-27 | vtls: Fix comment typo about macosx-version-min compiler flag | julian |
2019-09-26 | openssl: use strerror on SSL_ERROR_SYSCALL | Daniel Stenberg |
2019-09-23 | vtls: fix narrowing conversion warnings | Marcel Raad |
2019-09-22 | openssl: fix compiler warning with LibreSSL | Marcel Raad |
2019-09-19 | url: only reuse TLS connections with matching pinning | Daniel Stenberg |
2019-09-16 | openssl: fix warning with boringssl and SSL_CTX_set_min_proto_version | Daniel Stenberg |
2019-09-13 | openssl: close_notify on the FTP data connection doesn't mean closure | Daniel Stenberg |
2019-09-10 | openssl: use SSL_CTX_set_<min|max>_proto_version() when available | Clément Notin |
2019-09-10 | openssl: indent, re-organize and add comments | Clément Notin |
2019-08-20 | openssl: build warning free with boringssl | Daniel Stenberg |
2019-08-13 | nss: use TLSv1.3 as default if supported | Peter Wu |
2019-08-06 | mesalink: implement client authentication | Yiming Jing |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-17 | nss: inspect returnvalue of token check | Daniel Gustafsson |
2019-07-14 | openssl: define HAVE_SSL_GET_SHUTDOWN based on version number | Zenju |
2019-07-06 | nss: support using libnss on macOS | Daniel Gustafsson |
2019-07-06 | nss: don't set unused parameter | Daniel Gustafsson |
2019-07-06 | nss: only cache valid CRL entries | Daniel Gustafsson |
2019-06-30 | docs: Fix links to OpenSSL docs | Jay Satiro |
2019-06-26 | openssl: disable engine if OPENSSL_NO_UI_CONSOLE is defined | Daniel Stenberg |
2019-06-18 | openssl: fix pubkey/signature algorithm detection in certinfo | Gergely Nagy |