summaryrefslogtreecommitdiff
path: root/lib/vtls/nssg.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* 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-23/+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-6/+0
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-21/+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-4/+4
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-3/+3
* 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/+6
* nss: add support for TLS False StartAlessandro Ghedini2015-03-201-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
* nss: 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: Fixed compilation warning and an ignored return codeSteve Holme2014-12-281-1/+1
* NSS: enable the CAPATH optionDaniel Stenberg2014-12-031-0/+3
* vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementationPatrick Monnerat2014-10-131-3/+0
* vtls: have the backend tell if it supports CERTINFODaniel 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
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-221-0/+1
* vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme2013-12-261-1/+1
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+88