Hide Forgot
Description of problem: GnuTLS initializes its random generator on the library constructor. That has the side effect that applications which load early on boot process may block for significant time even when they wouldn't otherwise use the random generator. GnuTLS should delay the initialization of the random generator for the moment that cryptographically secure random numbers are really needed.
https://gitlab.com/gnutls/gnutls/merge_requests/111
This was addressed in 3.5.7-1