[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GnuTLS guile self checks takes a lot of time
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: GnuTLS guile self checks takes a lot of time |
Date: |
Thu, 14 Oct 2010 22:02:48 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 |
On 10/14/2010 09:29 PM, Simon Josefsson wrote:
> Ludo,
> This may suggest a real problem in the randomness code -- I thought it
> should be quicker now than with libgcrypt -- but I think it would be
> good to fix the self tests to not cause prime generations except when it
> is those particular functions that are tested.
The nettle code shouldn't have caused multiple reads to /dev/*random. It
reads 32 bytes on initialization from /dev/urandom and will read some
more after few hours. Which test causes this delay?
regards,
Nikos