- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As we get close to the security fix drop dead date for Google Play, I am trying to update our apps.
Google Play Developer Support suggests that one can use a command line something like the one below in order to see what your current version is.
unzip -p YourApp.apk | strings | grep "OpenSSL"
Below is the listing I get when I run the above command line.
(Cannot find system OpenSSLEngine class:
/Cannot find system OpenSSLRSAPrivateKey class:
;Engine is not an OpenSSLEngine instance, its class name is:
9Exception while trying to retrieve OpenSSLEngine object:
+No getEngine() method on OpenSSLKey member:
0No getPkeyContext() method on OpenSSLKey member:
GPrivate key is not an OpenSSLRSAPrivateKey instance, its class name is:
+com.android.org.conscrypt.
getOpenSSLEngineForPrivateKey
getOpenSSLHandleForPrivateKey
getOpenSSLKey
getOpenSSLKey() returned null
getOpenSSLKeyForPrivateKey
3org.apache.harmony.xnet.
:org.apache.harmony.xnet.
7org.apache.harmony.xnet.
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLClientSocketOpenSSL::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
424386 SSLSessionCacheOpenSSLImpl::
OpenSSL SYSCALL error, earliest error code in error queue:
Unknown OpenSSL error
OpenSSL EC algorithm
OpenSSL HMAC method
OpenSSL RSA method
OpenSSLAdapter::Error(
OpenSSLAdapter::OnCloseEvent(
OpenSSLAdapter::OnConnectEvent
Failed to create OpenSSLCertificate from PEM string.
OpenSSLStreamAdapter::Error(
OpenSSLStreamAdapter::Write(
OpenSSLStreamAdapter::OnEvent SE_OPEN
OpenSSLStreamAdapter::OnEvent
OpenSSLStreamAdapter::OnEvent(
OpenSSLStreamAdapter::Read(
virtual int net::SSLClientSocketOpenSSL::
OpenSSL
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My understanding is that Crosswalk 10 and above do not have the issue, they switched to "BoringSSL." I did the same test with a Crosswalk 7 build and was able to find the version number (it isn't easy), it still reports 1.0.1e.
Chromium 39 (which Crosswalk 10 is based off) switched to BoringSSL. I recommend that you use Crosswalk 10 or 12 (see this notice: https://software.intel.com/en-us/xdk/docs/using-the-build-tab#recbuildversions for details).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My understanding is that Crosswalk 10 and above do not have the issue, they switched to "BoringSSL." I did the same test with a Crosswalk 7 build and was able to find the version number (it isn't easy), it still reports 1.0.1e.
Chromium 39 (which Crosswalk 10 is based off) switched to BoringSSL. I recommend that you use Crosswalk 10 or 12 (see this notice: https://software.intel.com/en-us/xdk/docs/using-the-build-tab#recbuildversions for details).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page