【问题标题】:App Rejection because OpenSSL应用被拒绝,因为 OpenSSL
【发布时间】:2015-10-30 13:38:40
【问题描述】:

首先这个问题在herehere 之前已经问过

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

OpenSSL 1.0.0e 2011 年 9 月 6 日。

我在应用程序中使用了许多库 这是我的毕业典礼

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。

谢谢。

【问题讨论】:

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


【解决方案1】:

问题出在 Intel Media SDK for Mobile 中,他们使用 OpenSSL 1.0.0e 而且这个版本漏洞很多

Look here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-08-04
    • 2016-08-09
    • 2022-01-01
    • 2017-02-04
    • 1970-01-01
    • 2013-04-05
    • 1970-01-01
    • 2018-10-18
    相关资源
    最近更新 更多