Now that #17165 has been merged, removing our remaining OpenSSL usage is possible.
That remaining usage was a call to RAND_bytes
during the ::SLOW path of ProcRand. As well as feeding output from our RNG back into OpenSSL via RAND_add
during the ::SLOW and ::SLEEP paths.
Optimistically tagged for 0.20.0
. Needs discussion, potentially in an upcoming weekly meeting?
Closes #12530.