Do I need to seed any random number generator before using EVP_PKEY_keygen of OpenSSL?
问题 On the OpenSSL Wiki page called EVP Key and Parameter Generation it states the following: Since these functions use random numbers you should ensure that the random number generator is appropriately seeded But nowhere on EVP_PKEY_keygen does it make mention of seeding a random number generator. It only discusses the low-level doc pages for non-EVP functions for generating keys. I have also searched and everywhere no mention is made of seeding when the EVP functions are used. So my question is