0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/deps/polarssl
James Yonan 18bf3158a5 Updated ovpn3 dependencies:
* Updated all libraries to latest versions
* PolarSSL -> mbedTLS renaming
2015-12-28 17:47:18 -07:00
..
unused Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
android.cmake Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
apple.cmake Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
bignum-arm.patch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
build-mini-openssl Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
build-polarssl Updated ovpn3 dependencies: 2015-12-28 17:47:18 -07:00
build-polarssl-patch Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
CMakeLists.txt GCC LTO requires that build scripts use gcc-ar and gcc-ranlib. 2015-11-27 17:57:55 -07:00
config12.h Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
config.h Updated deps/polarssl/config.h for PolarSSL 1.3.9. 2014-12-22 23:38:25 -07:00
config.h.orig Added original config.h for PolarSSL 1.3.9 in 2014-12-22 23:49:55 -07:00
crypto-alt.txt Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
dhm.patch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
entropy-printf.patch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
gitar Repo reorganization: standardize on $O3 representing the top-level 2014-08-29 18:42:02 -06:00
intel_cpu.c Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
linux-arm.cmake Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
polar-openssl.patch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
polarssl-minicrypto.patch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
README.txt Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
ref Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
ref-aesni Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06:00
testpatch Cleaned up top-level directory by moving vars-* and dependency 2014-08-27 16:40:34 -06: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