Displaying 7 results from an estimated 7 matches for "msg02077".
Did you mean:
msg00077
2018 May 29
2
Re: [libvirt] virRandomBits - not very random
...ve gnutls required?
That's exactly what I'm suggesting in my patches [1]. gnutls is widely
available (including Linux, Windows, *BSD, Mac Os X). However, before
doing that we need to fix virRandomBits() to actually call gnutls_rnd().
1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
Michal
2018 May 30
2
Re: [libvirt] virRandomBits - not very random
...ctly what I'm suggesting in my patches [1]. gnutls is widely
>> available (including Linux, Windows, *BSD, Mac Os X). However, before
>> doing that we need to fix virRandomBits() to actually call gnutls_rnd().
>>
>> 1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
>>
>
>I have this faint recollection of one of the CI platform builds failing
>because something in the gnutls* family didn't exist there when I was
>making the changes to add the domain master secret code.... After a bit
>of digging, it seems it was a perhaps a CENTO...
2018 Jun 01
2
Re: [libvirt] virRandomBits - not very random
...es [1]. gnutls is widely
>> > > available (including Linux, Windows, *BSD, Mac Os X). However, before
>> > > doing that we need to fix virRandomBits() to actually call gnutls_rnd().
>> > >
>> > > 1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
>> > >
>> >
>> > I have this faint recollection of one of the CI platform builds failing
>> > because something in the gnutls* family didn't exist there when I was
>> > making the changes to add the domain master secret code.... After a bit...
2018 May 29
0
Re: [libvirt] virRandomBits - not very random
...That's exactly what I'm suggesting in my patches [1]. gnutls is widely
> available (including Linux, Windows, *BSD, Mac Os X). However, before
> doing that we need to fix virRandomBits() to actually call gnutls_rnd().
>
> 1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
>
I have this faint recollection of one of the CI platform builds failing
because something in the gnutls* family didn't exist there when I was
making the changes to add the domain master secret code.... After a bit
of digging, it seems it was a perhaps a CENTOS6 environment:
https...
2018 Jun 01
0
Re: [libvirt] virRandomBits - not very random
...ing in my patches [1]. gnutls is widely
> > > available (including Linux, Windows, *BSD, Mac Os X). However, before
> > > doing that we need to fix virRandomBits() to actually call gnutls_rnd().
> > >
> > > 1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
> > >
> >
> > I have this faint recollection of one of the CI platform builds failing
> > because something in the gnutls* family didn't exist there when I was
> > making the changes to add the domain master secret code.... After a bit
> > of diggi...
2018 Jun 01
0
Re: [libvirt] virRandomBits - not very random
...> > > > > available (including Linux, Windows, *BSD, Mac Os X). However, before
> > > > > doing that we need to fix virRandomBits() to actually call gnutls_rnd().
> > > > >
> > > > > 1: https://www.redhat.com/archives/libvir-list/2018-May/msg02077.html
> > > > >
> > > >
> > > > I have this faint recollection of one of the CI platform builds failing
> > > > because something in the gnutls* family didn't exist there when I was
> > > > making the changes to add the domain master...
2018 May 25
2
Re: virRandomBits - not very random
On 05/25/2018 09:17 AM, Michal Privoznik wrote:
>>> We should probably seed it with data from /dev/urandom, and/or the new
>>> Linux getrandom() syscall (or BSD equivalent).
>
> I'm not quite sure that right after reboot there's going to be enough
> entropy. Every service that's starting wants some random bits. But it's
> probably better than what we