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
2020-03-26
openssl: adapt to functions marked as deprecated since version 3
Daniel Stenberg
2020-03-19
openssl: remove the BACKEND define kludge
Daniel Stenberg
2020-02-03
openssl: remove redundant assignment
Marcel Raad
2020-01-23
openssl: make CURLINFO_CERTINFO not truncate x509v3 fields
Daniel Stenberg
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-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-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-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-07-19
source: remove names from source comments
Daniel Stenberg
2019-07-14
openssl: define HAVE_SSL_GET_SHUTDOWN based on version number
Zenju
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
2019-06-17
openssl: remove outdated comment
Daniel Gustafsson
2019-05-21
ftp: move ftp_ccc in under featureflag
Daniel Gustafsson
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-08
OpenSSL: Report -fips in version if OpenSSL is built with FIPS
Ricky Leverence
2019-05-01
multi: provide Curl_multiuse_state to update information
Daniel Stenberg
2019-04-12
openssl: mark connection for close on TLS close_notify
Daniel Stenberg
2019-03-20
openssl: if cert type is ENG and no key specified, key is ENG too
David Woodhouse
2019-03-15
configure: add --with-amissl
Chris Young
2019-02-25
OpenSSL: add support for TLS ASYNC state
Bernd Mueller
2019-01-16
openssl: fix the SSL_get_tlsext_status_ocsp_resp call
Daniel Stenberg
2019-01-13
openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated
Daniel Stenberg
2018-12-07
openssl: fix unused variable compiler warning with old openssl
Ben Greear
2018-12-05
openssl: do not use file BIOs if not requested
Gergely Nagy
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-21
openssl: support session resume with TLS 1.3
Michael Kaufmann
2018-11-21
ssl: fix compilation with OpenSSL 0.9.7
Michael Kaufmann
2018-11-21
openssl: disable TLS renegotiation with BoringSSL
Daniel Stenberg
2018-11-20
ssl: replace all internal uses of CURLE_SSL_CACERT
Han Han
2018-11-16
openssl: do not log excess "TLS app data" lines for TLS 1.3
Peter Wu
2018-11-09
openssl: support BoringSSL TLS renegotiation
Jérémy Rocher
2018-10-27
openssl: output the correct cipher list on TLS 1.3 error
Daniel Stenberg
2018-10-26
openssl: make 'done' a proper boolean
Daniel Gustafsson
2018-10-18
travis: add build for "configure --disable-verbose"
Daniel Stenberg
2018-10-08
spelling fixes [ci skip]
Viktor Szakats
2018-09-24
openssl: load built-in engines too
Daniel Stenberg
2018-09-24
OpenSSL: enable TLS 1.3 post-handshake auth
Christian Heimes
[next]