TSSLContext.randomize

Called during OpenSSL initialization to seed the OpenSSL entropy pool.

Defaults to simply calling RAND_poll(), but it can be overwritten if a different, perhaps more secure implementation is desired.

class TSSLContext
void
randomize
()

Meta