Re: RAND_bytes() thread safety

2020-11-16 Thread Matt Caswell
On 14/11/2020 11:00, Rahul Godbole wrote: > Is OpenSSL function RAND_bytes () thread safe? Short answer: Yes Longer answer: Yes assuming that: - you are using >= OpenSSL 1.1.0 or - you are using OpenSSL 1.0.2 or below and you have set up the locking callbacks AND - You have not compiled Open

RAND_bytes() thread safety

2020-11-14 Thread Rahul Godbole
Hi Is OpenSSL function RAND_bytes () thread safe? Thanks Rahul

RAND_bytes() thread safety

2020-09-30 Thread Rahul Godbole
Hi Is the OpenSSL function RAND_bytes() thread safe? I do not find any mention about thread safety in its man page. Thanks Rahul