Hi,
I need to read ".cer" certificate files from my application.
I try to read it using OpenSSL api's.
I have placed the certificate in the "res/" folder under the source.
But "BIO_read_filename" is always returning '0' meaning its not able to read the file.
Which is the correct place to have this file?
In Tizen 2.2.1 version I use to place this certificate in the "data/" folder.
Please help.
Thanks,
Sathya Priya R