언어 설정

Menu
Sites
Language
Reading certificate files from Tizen Native Application

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

 

 

 

 

 

 

 

답변 바로가기

Responses

1 댓글
Mark as answer
Sathya Priya R

Hi,

Placing it in the res folder worked.

Thanks