Re: better random from TLS/crypto backends!

2014-07-31 Thread Marc Hoersken
On 30.07.2014 00:12, Daniel Stenberg wrote: So plese, help us out and make sure libcurl still build with your favourite TLS backend by making use of its suitable random function! Steve, Pierre and myself already proposed a possible solution for the WinSSL / SChannel backend, please see:

Re: better random from TLS/crypto backends!

2014-07-31 Thread Daniel Stenberg
On Thu, 31 Jul 2014, Marc Hoersken wrote: Steve, Pierre and myself already proposed a possible solution for the WinSSL / SChannel backend, please see: http://curl.haxx.se/mail/lib-2014-06/0125.html I am still waiting for more feedback. In the mean time, Marcel Raad provided a patch I merged:

Re: better random from TLS/crypto backends!

2014-07-30 Thread Dan Fandrich
On Wed, Jul 30, 2014 at 12:12:12AM +0200, Daniel Stenberg wrote: This action is made to highlight the need for attention and to stress that we really can use good random, even for a few non-TLS features and while we have a more stupid default implemenation for when there's really no TLS

better random from TLS/crypto backends!

2014-07-29 Thread Daniel Stenberg
Hey I've just pushed a commit (8dfd22089ca) that willingly breaks compilation with all TLS backends that aren't adjusted to properly provide an implementation for Curl_ssl_random(). This action is made to highlight the need for attention and to stress that we really can use good random,