I understand PHP's built in random functions (rand(), mt_rand()) are not very safe, so I started using OpenSSL_Random_Psuedo_Bytes. After reading the news, I noticed the HeartBleed bug, and how its caused by something OpenSSL.
Is it still safe to use this with Heartbleed around? Sorry that this kinda a stupid question.
Its the only function I'm using; I'm not using any other OpenSSl function.