My application failing in RSA_setup_blinding(). -After debug I found BN_BLINDING_create_param() returns NULL.
-RAND_status() returns zero, so PRNG is not properly seeded. FYI- I am using Ubuntu 12.04, which provides /dev/urandom and /dev/random. Don't know how to proceed:( I am stuck now, any pointer will be appreciated.