reading private key from the file fails

2001-04-23 Thread manjunath gv
hello im trying to write the private key into the file and read back the key . im using PEM_read_bio_Privatekey,PEM_write_bio_Privatekey im also using password so the key is encrypted and kept please see the code . the code is working fine for writing and problem is i cannot read back the ke

reading private key from the file fails

2001-04-23 Thread manjunath gv
hello im trying to write the private key into the file and read back the key . im using PEM_read_bio_Privatekey,PEM_write_bio_Privatekey im also using password so the key is encrypted and kept please see the code . the code is working fine for writing and problem is i cannot read back the ke

Re: reading private key from the file fails

2001-04-23 Thread Dr S N Henson
manjunath gv wrote: > > hello > > im trying to write the private key into the file > and read back the key . im using > PEM_read_bio_Privatekey,PEM_write_bio_Privatekey > im also using password so the key is encrypted and > kept > > please see the code . the code is working fine for > writing