1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 19:45:04 -05:00
curl/lib/vtls
Daniel Stenberg f682156a4f Curl_rand: fixed and moved to rand.c
Now Curl_rand() is made to fail if it cannot get the necessary random
level.

Changed the proto of Curl_rand() slightly to provide a number of ints at
once.

Moved out from vtls, since it isn't a TLS function and vtls provides
Curl_ssl_random() for this to use.

Discussion: https://curl.haxx.se/mail/lib-2016-11/0119.html
2016-11-14 08:23:52 +01:00
..
axtls.c select: switch to macros in uppercase 2016-10-18 11:05:45 +02:00
axtls.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
cyassl.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
cyassl.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
darwinssl.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
darwinssl.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
gskit.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
gskit.h Curl_rand: fixed and moved to rand.c 2016-11-14 08:23:52 +01:00
gtls.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
gtls.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
mbedtls.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
mbedtls.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
nss.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
nssg.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
openssl.c openssl: make sure to fail in the unlikely event that PRNG seeding fails 2016-11-11 14:16:31 +01:00
openssl.h internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +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: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
polarssl.h tls: make setting pinnedkey option fail if not supported 2016-05-01 17:05:38 +02:00
schannel.c vtls: Fail on unrecognized param for CURLOPT_SSLVERSION 2016-11-09 22:08:49 -05:00
schannel.h schannel: add CURLOPT_CERTINFO support 2016-06-01 08:50:01 +02:00
vtls.c Curl_rand: fixed and moved to rand.c 2016-11-14 08:23:52 +01:00
vtls.h Curl_rand: fixed and moved to rand.c 2016-11-14 08:23:52 +01:00