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
2015-04-21
openssl: add OPENSSL_NO_SSL3_METHOD check
byronhe
2015-04-19
vtls/openssl: use https in URLs and a comment typo fixed
Viktor Szakáts
2015-04-13
vtls_openssl: improve PKCS#12 load failure error message
Matthew Hall
2015-04-13
vtls_openssl: fix minor typo in PKCS#12 load routine
Matthew Hall
2015-04-13
vtls_openssl: improve client certificate load failure error messages
Matthew Hall
2015-04-13
vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant
Matthew Hall
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-24
openssl: do the OCSP work-around for libressl too
Daniel Stenberg
2015-03-24
openssl: verifystatus: only use the OCSP work-around <= 1.0.2a
Daniel Stenberg
2015-03-24
openssl: adapt to ASN1/X509 things gone opaque in 1.1
Daniel Stenberg
2015-03-20
openssl: try to avoid accessing OCSP structs when possible
Alessandro Ghedini
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-12
openssl: show the cipher selection to use
Daniel Stenberg
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-07
openssl: make it possible to enable ALPN/NPN without HTTP2
Alessandro Ghedini
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-12
openssl: fix a compile-time warning
Kamil Dudka
2015-02-11
openssl: Use OPENSSL_IS_BORINGSSL for BoringSSL detection
Steve Holme
2015-02-09
openssl: Disable OCSP in old versions of OpenSSL
Steve Holme
2015-02-05
openssl: SSL_SESSION->ssl_version no longer exist
Daniel Stenberg
2015-01-27
openssl: Fixed Curl_ossl_cert_status_request() not returning FALSE
Steve Holme
2015-01-27
openssl: Fixed compilation errors when OpenSSL built with 'no-tlsext'
Steve Holme
2015-01-22
OCSP stapling: disabled when build with BoringSSL
Daniel Stenberg
2015-01-22
openssl: add support for the Certificate Status Request TLS extension
Alessandro Ghedini
2015-01-22
BoringSSL: no PKCS12 support nor ERR_remove_state
Daniel Stenberg
2015-01-22
BoringSSL: fix build
Leith Bade
2015-01-19
openssl: do public key pinning check independently
Daniel Stenberg
2014-12-28
vtls: Fixed compilation warning and an ignored return code
Steve Holme
2014-12-26
vtls: Use CURLcode for Curl_ssl_init_certinfo() return type
Steve Holme
2014-12-25
vtls: Use bool for Curl_ssl_getsessionid() return type
Steve Holme
2014-12-24
openssl: Prefer we don't use NULL in comparisons
Steve Holme
2014-12-23
openssl.c Fix for compilation errors with older versions of OpenSSL
Steve Holme
2014-12-22
openssl: fix SSL/TLS versions in verbose output
Daniel Stenberg
2014-12-22
openssl: make it compile against openssl 1.1.0-DEV master branch
Daniel Stenberg
2014-12-21
openssl: warn for SRP set if SSLv3 is used, not for TLS version
Daniel Stenberg
2014-12-09
http2: avoid logging neg "failure" if h2 was not requested
Daniel Stenberg
2014-11-02
openssl: Use 'CURLcode result'
Steve Holme
2014-11-01
openssl: Use 'CURLcode result'
Steve Holme
2014-11-01
openssl: Use 'CURLcode result'
Steve Holme
2014-10-30
code cleanup: Use 'CURLcode result'
Steve Holme
2014-10-29
openssl: enable NPN separately from ALPN
Daniel Stenberg
2014-10-29
openssl: fix a line length warning
Kamil Dudka
2014-10-29
Fixed error message since we require ALPN support.
Guenter Knauf
2014-10-29
Check for ALPN via OpenSSL version number.
Guenter Knauf
2014-10-24
SSL: Remove SSLv3 from SSL default due to POODLE attack
Jay Satiro
2014-10-13
pinning: minor code style policing
Daniel Stenberg
2014-10-13
Factorize pinned public key code into generic file handling and backend specific
Patrick Monnerat
2014-10-07
SSL: implement public key pinning
moparisthebest
[next]