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
/
openssl.c
Age
Commit message (
Expand
)
Author
2018-01-15
openssl: enable SSLKEYLOGFILE support by default
Daniel Stenberg
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2018-01-03
openssl: fix memory leak of SSLKEYLOGFILE filename
Jay Satiro
2017-12-10
openssl: Disable file buffering for Win32 SSLKEYLOGFILE
Jay Satiro
2017-12-08
openssl: improve data-pending check for https proxy
Jay Satiro
2017-12-02
openssl: pkcs12 is supported by boringssl
Daniel Stenberg
2017-11-27
openssl: fix boringssl build again
Daniel Stenberg
2017-11-21
openssl: fix "Value stored to 'rc' is never read" scan-build error
Daniel Stenberg
2017-11-15
openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY
Dirk Feytons
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-10-11
openssl: don't use old BORINGSSL_YYYYMM macros
David Benjamin
2017-10-09
openssl: enable PKCS12 support for !BoringSSL
Daniel Stenberg
2017-10-06
openssl: fix build without HAVE_OPAQUE_EVP_PKEY
Daniel Stenberg
2017-09-21
openssl: only verify RSA private key if supported
Dirk Feytons
2017-09-16
openssl: add missing includes
David Benjamin
2017-09-15
conversions: fix several compiler warnings
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-07
OpenSSL: fix yet another mistake while encapsulating SSL backend data
Johannes Schindelin
2017-09-07
OpenSSL: fix erroneous SSL backend encapsulation
Johannes Schindelin
2017-09-05
openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation
Jay Satiro
2017-09-05
openssl: use OpenSSL's default ciphers by default
Kamil Dudka
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: move SSL backends' private constants out of their header files
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
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-11
openssl: fix "error: this statement may fall through"
Daniel Stenberg
2017-08-11
openssl: remove CONST_ASN1_BIT_STRING.
David Benjamin
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
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-05-01
openssl: use local stack for temp storage
Daniel Stenberg
2017-04-20
openssl: fix memory leak in servercert
Daniel Stenberg
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
[prev]
[next]