summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* gnutls: use common gnutls init and verify code for ngtcp2Stefan Eissing2022-12-011-5/+39
* vtls: localization of state data in filtersStefan Eissing2022-11-221-3/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* gtls: add gnutls include for the session typeDaniel Stenberg2021-12-291-1/+1
* ngtcp2: verify the server certificate for the gnutls caseDaniel Stenberg2021-12-281-1/+5
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-3/+0
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-21/+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-9/+0
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-6/+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
* vtls: make sure all _cleanup() functions return voidJohannes Schindelin2017-08-281-1/+1
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-4/+4
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+3
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-1/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+5
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-201-0/+3
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-101-0/+3
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-5/+1
* vtls: Separate the SSL backend definition from the API setupSteve Holme2015-01-171-1/+3
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-161-1/+1
* gtls: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-161-0/+3
* vtls: Use '(void) arg' for unused parametersSteve Holme2014-12-301-5/+5
* vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementationPatrick Monnerat2014-10-131-3/+0
* 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-7/+4
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+81