OpenSSL | Android

Newer versions of Android doesn't include openssl libraries or are too old, so you must deploy with your application. Deploy these libraries using following steps:

 

API 1.0

Requires the following libraries:

 

 

You can download latest libraries from your account.

 

On Android 64bits, using TLS 1.2 may raise the following error:

 

  INT_RSA_VERIFY:bad signature

 

This is a openSSL error that it's fixed on API 1.1. 

You can try to use TLS 1.0 or TLS 1.1 (if the server still supports these encryption methods to avoid this error).

 

 

API 1.1

Requires the following libraries:

 

 

You can download latest libraries from your account.

 

 

API 3.0

Requires the following libraries:

 

 

You can download latest libraries from your account.