<html><body>
<p><font size="2" face="sans-serif">Hi,</font><br>
<br>
<font size="2" face="sans-serif">I have a privatekey file written using the call PEM_write_bio_RSAPrivateKey(...)</font><br>
<br>
<font size="2" face="sans-serif">The file write operation has been successful.</font><br>
<br>
<font size="2" face="sans-serif">However, when i am trying to read it via calls PEM_read_bio_PrivateKey(..) or PEM_read_bio_RSAPrivateKey(..) , it is always returning NULL.</font><br>
<font size="2" face="sans-serif">There is no encryption also done . It i unencrypted private key. Can someone help me to understand what might be wrong.</font><br>
<font size="2" face="sans-serif"><br>
And the same is while reading public key also</font><br>
<br>
<font size="2" face="sans-serif">Actually write operations are successful but read operations are not successful, what I am might be missing?</font><br>
<br>
<font size="2" face="sans-serif">Thanks & Regards,<br>
Nayna Jain</font></body></html>