On Thu, Apr 14, 2011 at 2:20 AM, Ganga <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

