openssl-android-master

所属分类:android开发
开发工具:C++
文件大小:3954KB
下载次数:16
上传日期:2013-12-22 22:14:42
上 传 者coookie
说明:  android环境下的openssl 动态库
(openssl android environment)

文件列表:
Android.mk (147, 2013-04-10)
AndroidManifest.xml (225, 2013-04-10)
CleanSpec.mk (3665, 2013-04-10)
MODULE_LICENSE_BSD_LIKE (0, 2013-04-10)
NOTICE (6279, 2013-04-10)
ThirdPartyProject.prop (242, 2013-04-10)
android-config.mk (714, 2013-04-10)
android.testssl (0, 2013-04-10)
android.testssl\CAss.cnf (2253, 2013-04-10)
android.testssl\Uss.cnf (953, 2013-04-10)
android.testssl\server2.pem (21469, 2013-04-10)
android.testssl\testssl (5273, 2013-04-10)
android.testssl\testssl.sh (2152, 2013-04-10)
apps (0, 2013-04-10)
apps\Android.mk (1139, 2013-04-10)
apps\CA.com (6156, 2013-04-10)
apps\CA.pl (5679, 2013-04-10)
apps\CA.pl.in (5685, 2013-04-10)
apps\CA.sh (5175, 2013-04-10)
apps\app_rand.c (8181, 2013-04-10)
apps\apps.c (68312, 2013-04-10)
apps\apps.h (13503, 2013-04-10)
apps\asn1pars.c (11738, 2013-04-10)
apps\ca-cert.srl (3, 2013-04-10)
apps\ca-key.pem (887, 2013-04-10)
apps\ca-req.pem (631, 2013-04-10)
apps\ca.c (74131, 2013-04-10)
apps\cert.pem (623, 2013-04-10)
apps\ciphers.c (6753, 2013-04-10)
apps\client.pem (1370, 2013-04-10)
apps\cms.c (34820, 2013-04-10)
apps\crl.c (11670, 2013-04-10)
apps\crl2p7.c (9574, 2013-04-10)
apps\dgst.c (15893, 2013-04-10)
apps\dh.c (9576, 2013-04-10)
apps\dh1024.pem (492, 2013-04-10)
apps\dh2048.pem (588, 2013-04-10)
... ...

This is a version of the official Android openssl sources, but it is meant to be built as a standalone library to be embedded into app. To build: cd openssl-android /path/to/android-ndk-r5b/ndk-build http://guardianproject.info ---------------------- Updating the upstream code ---------------------- This repository tracks the Android openssl repository: git://android.git.kernel.org/platform/external/openssl.git To use this, add it as a remote called 'upstream' git remote add upstream git://android.git.kernel.org/platform/external/openssl.git Then here's how you get the updated code: git checkout upstream (switch to upstream tracking branch) git pull upstream master (get newest code from Android, but don't merge) git checkout master git merge upstream (merge the changes from upstream) git push origin master git push origin upstream (update the upstream branch)

近期下载者

相关文件


收藏者