lqml/examples/.android-ssl-test
2025-05-08 11:42:44 +02:00
..
build add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
build-android add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
build-ios add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
i18n add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
lisp review of example '.android-ssl-test' 2024-11-23 08:21:01 +01:00
platforms/android add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
qml review of example '.android-ssl-test' 2024-11-23 08:21:01 +01:00
.gitignore add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
app.asd add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
app.pro add 'libcrypto.so' and 'libssl.so' for android; revisions 2024-11-21 14:10:18 +01:00
make.lisp revision: remove redundant #-interpreter, use #-ecl-bytecmp instead 2025-05-08 11:42:44 +02:00
mkdirs.sh add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
ql-libs.lisp add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00
readme.md revisions 2024-11-25 10:20:22 +01:00
run.lisp add simple example '.android-ssl-test' 2024-11-20 20:59:23 +01:00

This is here for testing SSL on android, both on Lisp and on Qt side.

After doing make apk, please ensure files

libssl.so
libcrypto.so

are present in directory

build-android/android-build/libs/arm64-v8a/

(that is, they should have been copied automatically to above place)

The official Qt OpenSSL android versions can be downloaded from KDAB android openssl.

Uninstall any app called 'app' (which you might have previously installed) before installing this one.

When running the app, it should first display "downloading...", and after a few seconds (if the android device is connected to the internet), it should display "OK" (Lisp side of SSL); it should also display a Lisp logo, downloaded through https (Qt side of SSL).