search for: gnutls_key_generate

Displaying 9 results from an estimated 9 matches for "gnutls_key_generate".

2018 May 25
2
Re: virRandomBits - not very random
...ry service that's starting wants some random bits. But it's > probably better than what we have now. Here's where we left things last time it came up: https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html If gnutls has an interface that will give us random bits (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of our random bits (and forget about a seed), except when we are mocking things in our testsuite, and need a deterministic PRNG from a deterministic seed. If not (including if we are not linked with gnutls), then we should prefer the new Linux sys...
2018 May 29
2
Re: [libvirt] virRandomBits - not very random
...>>> probably better than what we have now. >> >> Here's where we left things last time it came up: >> >> https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >> >> If gnutls has an interface that will give us random bits >> (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >> our random bits (and forget about a seed), except when we are mocking >> things in our testsuite, and need a deterministic PRNG from a >> deterministic seed. >> >> If not (including if we are not linked with gnutls),...
2018 May 30
2
Re: [libvirt] virRandomBits - not very random
...;>>> >>>> Here's where we left things last time it came up: >>>> >>>> https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >>>> >>>> If gnutls has an interface that will give us random bits >>>> (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >>>> our random bits (and forget about a seed), except when we are mocking >>>> things in our testsuite, and need a deterministic PRNG from a >>>> deterministic seed. >>>> >>>> If not (incl...
2018 Jun 01
2
Re: [libvirt] virRandomBits - not very random
...gs last time it came up: >> > > > > >> > > > > https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >> > > > > >> > > > > If gnutls has an interface that will give us random bits >> > > > > (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >> > > > > our random bits (and forget about a seed), except when we are mocking >> > > > > things in our testsuite, and need a deterministic PRNG from a >> > > > > deterministic seed. >> &...
2018 May 29
0
Re: [libvirt] virRandomBits - not very random
...wants some random bits. But it's >> probably better than what we have now. > >Here's where we left things last time it came up: > >https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html > >If gnutls has an interface that will give us random bits >(gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >our random bits (and forget about a seed), except when we are mocking >things in our testsuite, and need a deterministic PRNG from a >deterministic seed. > >If not (including if we are not linked with gnutls), then we should >pref...
2018 May 29
0
Re: [libvirt] virRandomBits - not very random
...r than what we have now. >>> >>> Here's where we left things last time it came up: >>> >>> https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html >>> >>> If gnutls has an interface that will give us random bits >>> (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of >>> our random bits (and forget about a seed), except when we are mocking >>> things in our testsuite, and need a deterministic PRNG from a >>> deterministic seed. >>> >>> If not (including if we are not...
2018 Jun 01
0
Re: [libvirt] virRandomBits - not very random
...where we left things last time it came up: > > > > > > > > > > https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html > > > > > > > > > > If gnutls has an interface that will give us random bits > > > > > (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of > > > > > our random bits (and forget about a seed), except when we are mocking > > > > > things in our testsuite, and need a deterministic PRNG from a > > > > > deterministic seed. > > > > &g...
2018 Jun 01
0
Re: [libvirt] virRandomBits - not very random
...> > > > > > > > > > > > > https://www.redhat.com/archives/libvir-list/2014-December/msg00573.html > > > > > > > > > > > > > > If gnutls has an interface that will give us random bits > > > > > > > (gnutls_key_generate() in 3.0, perhaps), we should use THAT for all of > > > > > > > our random bits (and forget about a seed), except when we are mocking > > > > > > > things in our testsuite, and need a deterministic PRNG from a > > > > > > > deterministi...
2018 May 25
3
Re: virRandomBits - not very random
Reviving an ancient thread: On 11/04/2014 02:18 AM, Daniel P. Berrange wrote: > On Mon, Nov 03, 2014 at 11:09:12AM -0500, Brian Rak wrote: >> I just ran into an issue where I had about 30 guests get duplicate mac >> addresses assigned. These were scattered across 30 different machines. >> >> Some debugging revealed that: >> >> 1) All the host machines were