ssl.RAND_status()
Return True
if the SSL pseudo-random number generator has been seeded with ‘enough’ randomness, and False
otherwise. You can use ssl.RAND_egd()
and ssl.RAND_add()
to increase the randomness of the pseudo-random number generator.
Please login to continue.