index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
Age
Commit message (
Expand
)
Author
2020-06-01
vtls: repair the build with `CURL_DISABLE_PROXY`
Saleem Abdulrasool
2020-05-30
build: disable more code/data when built without proxy support
Daniel Stenberg
2020-05-30
timeouts: change millisecond timeouts to timediff_t from time_t
Daniel Stenberg
2020-05-27
wolfssl: add SSLKEYLOGFILE support
Peter Wu
2020-05-27
vtls: Extract and simplify key log file handling from OpenSSL
Peter Wu
2020-05-26
cleanup: use a single space after equals sign in assignments
Daniel Stenberg
2020-05-25
all: fix codespell errors
Viktor Szakats
2020-05-15
setopt: support certificate options in memory with struct curl_blob
Gilles Vollant
2020-05-15
source cleanup: remove all custom typedef structs
Daniel Stenberg
2020-05-14
curl_multibyte: add to curlx
Marcel Raad
2020-05-14
checksrc: enhance the ASTERISKSPACE and update code accordingly
Daniel Stenberg
2020-05-13
OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN
Daniel Stenberg
2020-05-08
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Gilles Vollant
2020-04-30
GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT
Emil Engler
2020-04-29
schannel: source code reindent
Daniel Stenberg
2020-04-27
nss: check for PK11_CreateDigestContext() returning NULL
Daniel Stenberg
2020-04-23
select: make Curl_socket_check take timediff_t timeout
Daniel Stenberg
2020-04-21
GnuTLS: Don't skip really long certificate fields
Emil Engler
2020-04-21
gnutls: bump lowest supported version to 3.1.10
Daniel Stenberg
2020-04-20
lib: fix typos in comments and errormessages
Daniel Gustafsson
2020-04-20
multi-ssl: reset the SSL backend on `Curl_global_cleanup()`
Johannes Schindelin
2020-04-12
schannel: Fix blocking timeout logic
Andrew Kurushin
2020-04-13
gnutls: ensure TLS 1.3 when SRP isn't requested
Dirkjan Bussink
2020-04-11
lib: fix conversion warnings for SOCKET_WRITABLE/READABLE
Jay Satiro
2020-04-08
schannel: support .P12 or .PFX client certificates
Gilles Vollant
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
[next]