[openssl-users] Doubt about OpenSSL library initialization in an HTTP client application

Salz, Rich rsalz at akamai.com
Mon Dec 12 18:48:01 UTC 2016


Seed the RNG, via RAND_poll.  When or if you need random bytes, call RAND_bytes.  If you just need crypto keys, call the appropriate keygen API.

Done.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20161212/3eb54b38/attachment.html>


More information about the openssl-users mailing list