curl/lib/vtls
Johannes Schindelin 0a083a66bc
vtls: move sha256sum into the Curl_ssl struct
The SHA-256 checksumming is also an SSL backend-specific function.
Let's include it in the struct declaring the functionality of SSL
backends.

In contrast to MD5, there is no fall-back code. To indicate this, the
respective entries are NULL for those backends that offer no support for
SHA-256 checksumming.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:56 +02:00
..
axtls.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
axtls.h vtls: use the Curl_ssl struct to access all SSL backends' functionality 2017-08-28 14:56:56 +02:00
cyassl.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
cyassl.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
darwinssl.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
darwinssl.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
gskit.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
gskit.h vtls: use the Curl_ssl struct to access all SSL backends' functionality 2017-08-28 14:56:56 +02:00
gtls.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
gtls.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
mbedtls.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
mbedtls.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
nss.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
nssg.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
openssl.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
openssl.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +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 vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
polarssl.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
schannel.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
schannel.h vtls: use the Curl_ssl struct to access all SSL backends' functionality 2017-08-28 14:56:56 +02:00
vtls.c vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00
vtls.h vtls: move sha256sum into the Curl_ssl struct 2017-08-28 14:56:56 +02:00