On Fri, Aug 5, 2011 at 5:04 PM, mayur <[email protected]> wrote: > 1. For adding Root Certifiates to keystore am using > xmlSecOpenSSLAppKeysMngrCertLoad() of libxmlsecurity which calls > openssl apis to do so . > 2. To verify this signature file against a Root Certificate i use > libxmlsecurity which internally calls X509_verify_cert of openSSL. >
Those are not part of the Android SDK, so you should ask on the libxml-security mailing lists/forums. > > NOTE: Each time I send a verification request I add the Root > certificates to keys Store. Why? Assuming there is some kind of context, you shouldn't need to add it multiple times. -- 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

