1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 09:05:04 -05:00
curl/lib/vtls
Johannes Schindelin 69039fd1fa
getinfo: access SSL internals via Curl_ssl
In the ongoing endeavor to abstract out all SSL backend-specific
functionality, this is the next step: Instead of hard-coding how the
different SSL backends access their internal data in getinfo.c, let's
implement backend-specific functions to do that task.

This will also allow for switching SSL backends as a runtime option.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:57 +02:00
..
axtls.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
axtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
cyassl.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
cyassl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
darwinssl.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
darwinssl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gskit.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
gskit.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
gtls.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
gtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
mbedtls.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
mbedtls.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
nss.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
nssg.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
openssl.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
openssl.h vtls: move SSL backends' private constants out of their header files 2017-08-28 14:56:57 +02:00
polarssl_threadlock.c Curl_polarsslthreadlock_thread_setup: clear array at init 2016-10-18 13:05:43 +02:00
polarssl_threadlock.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
polarssl.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
polarssl.h vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
schannel.c getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00
schannel.h vtls: move SSL backends' private constants out of their header files 2017-08-28 14:56:57 +02:00
vtls.c vtls: remove obsolete declarations of SSL backend functionality 2017-08-28 14:56:57 +02:00
vtls.h getinfo: access SSL internals via Curl_ssl 2017-08-28 14:56:57 +02:00