Have you tried RAND_set_rand_method()?
This should replace the RNG with yours.
In 3.0, there will be a different scheme and an engine isn’t the ideal way to
go.
Pauli
--
Dr Paul Dale | Distinguished Architect | Cryptographic Foundations
Phone +61 7 3031 7217
Oracle Australia
> On 1 Dec 2
Hi All,
We are planning to use our own RAND implementation using an engine. What we
observe is, during Openssl init, default RAND gets initialized to openssl
RAND.
Then later we initialize our engine RAND. Even though we make our RAND as
default, we see that still openssl uses the initial default