summaryrefslogtreecommitdiff
path: root/jni/jbcrypto.cpp
AgeCommit message (Collapse)Author
2013-08-23Fix TLS 1.2 and Android 4.1Arne Schwabe
2013-04-02Fix stupid bug in naming native library (fixes 4.1)Arne Schwabe
2013-03-18Move native functions into own class.Arne Schwabe
This way the Gui will not always load the native libraries when showing profiles and allows some GUI modifications without compiling ndk code
2013-02-09Merge non OpenVPN3 specific into mainArne Schwabe
2012-07-15Add warning if no dns is set.v0.5.12Arne Schwabe
Check in a working copy of jbcrypto
2012-07-15Add support for Certificates from Keystore under Jelly Beans (Thanks Kenny ↵Arne Schwabe
Root for the right pointers) Move jniglue/minivpn files to more sensitive places --HG-- rename : openvpn/src/openvpn/jniglue.c => jni/jniglue.c rename : openvpn/src/openvpn/jniglue.h => jni/jniglue.h rename : openvpn/src/openvpn/testmain.c => jni/minivpn.c