1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vtls
Daniel Stenberg 0eb3d15ccb code cleanup: we prefer 'CURLcode result'
... for the local variable name in functions holding the return
code. Using the same name universally makes code easier to read and
follow.

Also, unify code for checking for CURLcode errors with:

 if(result) or if(!result)

instead of

 if(result == CURLE_OK), if(CURLE_OK == result) or if(result != CURLE_OK)
2014-10-24 08:23:19 +02:00
..
axtls.c axtls: define curlssl_random using axTLS's PRNG 2014-07-31 01:12:38 +02:00
axtls.h ssl: generalize how the ssl backend identifier is set 2014-07-31 12:19:51 +02:00
curl_darwinssl.c darwinssl: Use CopyCertSubject() to check CA cert. 2014-09-04 19:00:02 -05:00
curl_darwinssl.h vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation 2014-10-13 14:39:50 +02:00
curl_schannel.c curl_schannel.c: Fixed possible memory or handle leak 2014-10-04 18:24:23 +02:00
curl_schannel.h schannel: Fixed compilation warning in vtls.c 2014-08-08 21:34:05 +01:00
cyassl.c cyassl: fix the test for ASN_NO_SIGNER_E 2014-07-31 00:31:36 +02:00
cyassl.h ssl: generalize how the ssl backend identifier is set 2014-07-31 12:19:51 +02:00
gskit.c Implement pinned public key in GSKit backend 2014-10-14 14:58:26 +02:00
gskit.h gskit: supply dummy randomization function 2014-10-13 15:02:58 +02:00
gtls.c gnutls: removed dead code 2014-10-23 10:01:58 +02:00
gtls.h vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation 2014-10-13 14:39:50 +02:00
nss.c nss: reset SSL handshake state machine 2014-10-20 18:55:51 +02:00
nssg.h vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation 2014-10-13 14:39:50 +02:00
openssl.c pinning: minor code style policing 2014-10-13 22:22:49 +02:00
openssl.h vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation 2014-10-13 14:39:50 +02:00
polarssl_threadlock.c vtls: moved all TLS/SSL source and header files into subdir 2013-12-20 17:12:42 +01:00
polarssl_threadlock.h vtls: moved all TLS/SSL source and header files into subdir 2013-12-20 17:12:42 +01:00
polarssl.c polarassl: avoid memset() when clearing the first byte is enough 2014-09-08 10:11:34 +02:00
polarssl.h curlssl: make tls backend symbols use curlssl in the name 2014-09-13 15:31:12 +02:00
vtls.c code cleanup: we prefer 'CURLcode result' 2014-10-24 08:23:19 +02:00
vtls.h Factorize pinned public key code into generic file handling and backend specific 2014-10-13 18:34:51 +02:00