应用程序拒绝因为OpenSSL

时间:2015-10-30 13:38:41

标签: android openssl google-play intel-media-sdk

首先,在herehere

之前已经提出了这个问题

我已使用此命令$ unzip -p YourApp.apk | strings | grep "OpenSSL" 获得OpenSSL版本,我得到了

  

OpenSSL 1.0.0e 2011年9月6日。

我在app中使用了很多库 这是我的gradle

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile project(':facebook')
    compile project(':taskspottingsdk')
    compile project(':uil_library')
    compile project(':viewPagerIndicatorLib')
    compile 'com.android.support:cardview-v7:23.0.1'
    compile 'com.google.maps.android:android-maps-utils:0.3.+'
    compile project(':audio_recorder')
    compile project(':material_dialogs_library')
    compile 'com.splunk.mint:mint:4.1'
    compile project(':better_pickers_library')
    compile project(':zxscanlib')
    compile files('libs/YouTubeAndroidPlayerApi.jar')
    compile project(':wScratchViewLibrary')
    compile project(':drag-sort-listview')
    compile project(':mobihelp_sdk_android_v1.4')
    compile('org.apache.httpcomponents:httpmime:4.3.6') {
        exclude module: 'httpclient'
    }
    compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
    compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
        transitive = true;
    }
    compile files('libs/android-1.2.2675.jar')
    compile files('libs/audible-magic-plugin-1.2.2675.jar')
    compile files('libs/domain-1.2.2675.jar')
    compile files('libs/wms-transport-wowz.jar')
    compile 'de.hdodenhof:circleimageview:2.0.0'
}

因此,可以快速简便地找出使用OpenSSL的库。

感谢。

1 个答案:

答案 0 :(得分:0)

问题出在Intel Media SDK for Mobile上,他们使用的是OpenSSL 1.0.0e 这个版本有很多漏洞

Look here