summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.h
Commit message (Expand)AuthorAgeFilesLines
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-3/+0
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-281-3/+0
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-40/+0
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-3/+0
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-12/+0
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-8/+0
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+0
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-17/+0
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+2
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-3/+3
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-5/+5
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-2/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* openssl: build with < 0.9.8Daniel Stenberg2015-09-171-1/+1
* openssl: VMS support for SHA256John Malmberg2015-07-141-0/+2
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+5
* openssl: use colons properly in the ciphers listDaniel Stenberg2015-03-121-1/+1
* openssl: sort the ciphers on strengthDaniel Stenberg2015-03-121-1/+2
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-2/+2
* openssl: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-221-0/+3
* vtls: Separate the SSL backend definition from the API setupSteve Holme2015-01-171-2/+4
* vtls: Fixed compilation warning and an ignored return codeSteve Holme2014-12-281-1/+1
* vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementationPatrick Monnerat2014-10-131-3/+0
* curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg2014-09-131-1/+1
* url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg2014-09-131-0/+3
* vtls: have the backend tell if it supports CERTINFODaniel Stenberg2014-09-131-0/+3
* CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg2014-09-131-0/+3
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-311-0/+1
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-301-5/+4
* OpenSSL: deselect weak ciphers by defaultDaniel Stenberg2014-01-121-1/+3
* vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme2013-12-261-1/+1
* openssl: renamed backend files to openssl.[ch]Daniel Stenberg2013-12-201-0/+99