Age | Commit message (Expand) | Author |
2020-03-30 | cleanup: insert newline after if() conditions | Daniel Stenberg |
2020-03-26 | openssl: adapt to functions marked as deprecated since version 3 | Daniel Stenberg |
2020-03-19 | secure transport: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | mbedtls: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | bearssl: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | wolfssl: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | nss: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | gnutls: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-19 | openssl: remove the BACKEND define kludge | Daniel Stenberg |
2020-03-18 | schannel: add "best effort" revocation check option | Johannes Schindelin |
2020-03-17 | windows: suppress UI in all CryptAcquireContext() calls | Viktor Szakats |
2020-03-16 | vtls: free ssl_config leftovers on out-of-memory | Daniel Stenberg |
2020-03-15 | gskit: update the copyright year range | Daniel Stenberg |
2020-03-15 | gskit: use our internal select wrapper for portability | Marc Hoersken |
2020-03-07 | version: make curl_version* thread-safe without using global context | Daniel Stenberg |
2020-03-05 | polarssl: remove more references and mentions | Daniel Stenberg |
2020-02-27 | gtls: Fixed compilation when using GnuTLS < 3.5.0 | Steve Holme |
2020-02-21 | gtls: fix the copyright year | Daniel Stenberg |
2020-02-21 | GnuTLS: Always send client cert | jethrogb |
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 |