Re: [android-developers] OPEN SSL API to load the BKS file
On Thu, Apr 14, 2011 at 2:20 AM, Ganga <dharan.techmail@gmail.com> wrote:
> Hi All,
>
> In the Android device, I am directly using the libssl library in my C
> library to make the HTTPS/SSL connnection.
Why?
>
> I have a need to load the cacerts.bks (/system/etc/security) as the CA
> file to verify the incoming server certificate.
>
> I am able to find only the JAVA Utility (java.security.KeyStore) to
> load the the BKS file
>
Read it in Java, output contents as concatenated PEM certificates file,
feed it to OpenSSL.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home