> 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
No comments:
Post a Comment