Google 强制更新到最新的 OpenSSL

Google Mandatory update to latest OpenSSL

最近我收到一封来自 Google 的邮件,要求我更新 OpenSSL 否则我的应用程序将被阻止。他们提到了检查 OpenSSL 版本的步骤,我发现我的 MD5 SHA(加密算法)之类的东西使用的是版本 1.0.1h.

我的问题是如何更新这些,因为我已经在使用最新的 JDK,而这些只是其中的一部分。请建议我该怎么做?

MD4 part of OpenSSL 1.0.1h 5 Jun 2014
MD5 part of OpenSSL 1.0.1h 5 Jun 2014
RC2 part of OpenSSL 1.0.1h 5 Jun 2014
RIPE-MD160 part of OpenSSL 1.0.1h 5 Jun 2014
SHA1 part of OpenSSL 1.0.1h 5 Jun 2014
SHA-256 part of OpenSSL 1.0.1h 5 Jun 2014
SHA-512 part of OpenSSL 1.0.1h 5 Jun 2014
DlSHA part of OpenSSL 1.0.1h 5 Jun 2014

IDE: Android Studio 2.0 buildTools版本“21.1.2” com.android.tools.build:gradle:1.3.0 JDK1.8

更新您在应用程序中使用的 SDK、NDK 和所有其他第三方库。

Finally got the answer for this
 1. Update Android Studio to 2.1.1 i.e. latest
 2. Update build tools wrapper etc all kinds of tools.
 3. Update all your libraries in my case major issue was from this side
 4. Clean build after this and you are good to go.
 5. Check again for OpenSSL version and now you are up-to-date.