0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/polarssl
James Yonan 7e0490f647 Updated Android SDK, NDK, and build scripts:
SDK: adt-bundle-mac-x86_64-20131030
NDK: android-ndk-r9c
2014-01-13 17:48:37 -07:00
..
unused Updated PolarSSL to 1.2.7. 2013-05-31 07:44:02 +00:00
android.cmake Updated Android SDK, NDK, and build scripts: 2014-01-13 17:48:37 -07:00
apple.cmake Extend PolarSSL build scripts to Apple family. 2012-05-29 12:55:39 +00:00
bignum-arm.patch Added crypto self test capability to core. 2013-06-14 00:34:49 +00:00
build-mini-openssl iOS version: 1.0 Beta 17 2012-09-05 01:09:34 +00:00
build-polarssl Updated Android SDK, NDK, and build scripts: 2014-01-13 17:48:37 -07:00
build-polarssl-patch Extended build-polarssl-patch to also build 2013-06-07 23:57:30 +00:00
CMakeLists.txt Reworked PolarSSL build scripts to place all configuration 2013-06-07 23:23:10 +00:00
config.h In core, support new PolarSSL return codes for bad/missing 2013-06-19 05:36:59 +00:00
crypto-alt.txt Extended build-polarssl-patch to also build 2013-06-07 23:57:30 +00:00
gitar In core, support new PolarSSL return codes for bad/missing 2013-06-19 05:36:59 +00:00
intel_cpu.c Added capability for PolarSSL to use OpenSSL ciphers/digests. 2012-03-23 20:04:33 +00:00
linux-arm.cmake Added cross-compile build script for PolarSSL. 2012-03-14 05:13:57 +00:00
polar-openssl.patch Fixed issue where minicrypto aes_crypt_cbc was not working correctly 2013-06-08 04:41:03 +00:00
polarssl-minicrypto.patch Added polarssl-minicrypto.patch. This patch adds minicrypto support 2013-06-14 07:48:25 +00:00
README.txt iOS version: 1.0 Beta 17 2012-09-05 01:09:34 +00:00
ref Add sha2/sha4 to PolarSSL/OpenSSL bridge. 2012-03-25 22:07:45 +00:00
ref-aesni Add sha2/sha4 to PolarSSL/OpenSSL bridge. 2012-03-25 22:07:45 +00:00
testpatch Added crypto self test capability to core. 2013-06-14 00:34:49 +00:00

Building PolarSSL for android.

First, build static OpenSSL for PolarSSL/OpenSSL bridge
(the build-openssl-small script may be used).

Next build libminicrypto.a from libcrypto.a :

  $O3/polarssl/build-mini-openssl ref

Finally, build PolarSSL:

  TARGET=android $O3/polarssl/build-polarssl