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
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
2017-04-10
openssl: fix this statement may fall through [-Wimplicit-fallthrough=]
Alexis La Goutte
2017-04-08
vtls: fix unreferenced variable warnings
Marcel Raad
2017-03-28
openssl: exclude DSA code when OPENSSL_NO_DSA is defined
Jay Satiro
2017-03-26
spelling fixes
klemens
2017-03-23
openssl: fix comparison between signed and unsigned integer expressions
Daniel Stenberg
2017-03-23
openssl: made the error table static const
Dan Fandrich
2017-03-23
openssl: fall back on SSL_ERROR_* string when no error detail
Jay Satiro
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-03-10
openssl: add two /* FALLTHROUGH */ to satisfy coverity
Daniel Stenberg
2017-03-08
openssl: unbreak the build after 6448f98c1857de
Daniel Stenberg
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-03-03
build: fix gcc7 implicit fallthrough warnings
Alexis La Goutte
2017-01-31
openssl: Don't use certificate after transferring ownership
Adam Langley
2017-01-17
openssl: Fix random generation
Jay Satiro
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2016-12-23
openssl-random: check return code when asking for random
Daniel Stenberg
2016-12-18
openssl: simplify expression in Curl_ossl_version
Michael Kaufmann
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-12-07
openssl: don't use OpenSSL's ERR_PACK.
Adam Langley
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
[next]