[openssl-dev] simplifying rand_egd API

Salz, Rich rsalz at akamai.com
Thu Jan 14 04:00:48 UTC 2016


There are currently three functions related to the EGD:	
        int RAND_egd(const char *path);
        int RAND_egd_bytes(const char *path, int bytes);
        int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);

I would like to just have a single function
	Int RAND_add_egd(const char* path)

Does anyone use those three functions?
--  
Senior Architect, Akamai Technologies
IM: richsalz at jabber.at Twitter: RichSalz




More information about the openssl-dev mailing list