Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
604e12f6
Commit
604e12f6
authored
Aug 22, 2019
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link pairing
parent
e67a9387
Changes
341
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
341 changed files
with
128817 additions
and
118 deletions
+128817
-118
QGCCommon.pri
QGCCommon.pri
+6
-1
QGCExternalLibs.pri
QGCExternalLibs.pri
+32
-6
QGCInstaller.pri
QGCInstaller.pri
+2
-2
QGCSetup.pri
QGCSetup.pri
+1
-1
CustomMainToolBarIndicators.qml
...m-example/res/MainToolbar/CustomMainToolBarIndicators.qml
+9
-0
CustomPlugin.cc
custom-example/src/CustomPlugin.cc
+6
-2
CustomFirmwarePlugin.cc
custom-example/src/FirmwarePlugin/CustomFirmwarePlugin.cc
+1
-0
README.md
libs/OpenSSL/Android/README.md
+0
-0
aes.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/aes.h
+149
-0
asn1.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/asn1.h
+1419
-0
asn1_mac.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/asn1_mac.h
+579
-0
asn1t.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/asn1t.h
+973
-0
bio.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/bio.h
+883
-0
blowfish.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/blowfish.h
+130
-0
bn.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/bn.h
+951
-0
buffer.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/buffer.h
+125
-0
camellia.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/camellia.h
+132
-0
cast.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/cast.h
+107
-0
cmac.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/cmac.h
+82
-0
cms.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/cms.h
+555
-0
comp.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/comp.h
+83
-0
conf.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/conf.h
+267
-0
conf_api.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/conf_api.h
+89
-0
crypto.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/crypto.h
+661
-0
des.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/des.h
+257
-0
des_old.h
...penSSL/Android/arch-armeabi-v7a/include/openssl/des_old.h
+497
-0
dh.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/dh.h
+393
-0
dsa.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/dsa.h
+332
-0
dso.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/dso.h
+451
-0
dtls1.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/dtls1.h
+272
-0
e_os2.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/e_os2.h
+328
-0
ebcdic.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/ebcdic.h
+26
-0
ec.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ec.h
+1282
-0
ecdh.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ecdh.h
+134
-0
ecdsa.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/ecdsa.h
+335
-0
engine.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/engine.h
+960
-0
err.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/err.h
+389
-0
evp.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/evp.h
+1536
-0
hmac.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/hmac.h
+109
-0
idea.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/idea.h
+105
-0
krb5_asn.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/krb5_asn.h
+240
-0
kssl.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/kssl.h
+197
-0
lhash.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/lhash.h
+240
-0
md4.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/md4.h
+119
-0
md5.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/md5.h
+119
-0
mdc2.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/mdc2.h
+94
-0
modes.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/modes.h
+163
-0
obj_mac.h
...penSSL/Android/arch-armeabi-v7a/include/openssl/obj_mac.h
+4194
-0
objects.h
...penSSL/Android/arch-armeabi-v7a/include/openssl/objects.h
+1143
-0
ocsp.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ocsp.h
+637
-0
opensslconf.h
...SL/Android/arch-armeabi-v7a/include/openssl/opensslconf.h
+270
-0
opensslv.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/opensslv.h
+97
-0
ossl_typ.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/ossl_typ.h
+213
-0
pem.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/pem.h
+617
-0
pem2.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/pem2.h
+70
-0
pkcs12.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/pkcs12.h
+342
-0
pkcs7.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/pkcs7.h
+481
-0
pqueue.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/pqueue.h
+99
-0
rand.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/rand.h
+150
-0
rc2.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/rc2.h
+103
-0
rc4.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/rc4.h
+88
-0
ripemd.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/ripemd.h
+105
-0
rsa.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/rsa.h
+664
-0
safestack.h
...nSSL/Android/arch-armeabi-v7a/include/openssl/safestack.h
+2672
-0
seed.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/seed.h
+149
-0
sha.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/sha.h
+214
-0
srp.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/srp.h
+179
-0
srtp.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/srtp.h
+147
-0
ssl.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ssl.h
+3163
-0
ssl2.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ssl2.h
+265
-0
ssl23.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/ssl23.h
+84
-0
ssl3.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ssl3.h
+774
-0
stack.h
.../OpenSSL/Android/arch-armeabi-v7a/include/openssl/stack.h
+107
-0
symhacks.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/symhacks.h
+516
-0
tls1.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/tls1.h
+810
-0
ts.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ts.h
+865
-0
txt_db.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/txt_db.h
+112
-0
ui.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/ui.h
+415
-0
whrlpool.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/whrlpool.h
+41
-0
x509.h
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/x509.h
+1330
-0
x509_vfy.h
...enSSL/Android/arch-armeabi-v7a/include/openssl/x509_vfy.h
+652
-0
x509v3.h
...OpenSSL/Android/arch-armeabi-v7a/include/openssl/x509v3.h
+1055
-0
libcrypto.a
libs/OpenSSL/Android/arch-armeabi-v7a/lib/libcrypto.a
+0
-0
libcrypto.so
libs/OpenSSL/Android/arch-armeabi-v7a/lib/libcrypto.so
+0
-0
libssl.a
libs/OpenSSL/Android/arch-armeabi-v7a/lib/libssl.a
+0
-0
libssl.so
libs/OpenSSL/Android/arch-armeabi-v7a/lib/libssl.so
+0
-0
aes.h
libs/OpenSSL/Android/arch-x86/include/openssl/aes.h
+149
-0
asn1.h
libs/OpenSSL/Android/arch-x86/include/openssl/asn1.h
+1419
-0
asn1_mac.h
libs/OpenSSL/Android/arch-x86/include/openssl/asn1_mac.h
+579
-0
asn1t.h
libs/OpenSSL/Android/arch-x86/include/openssl/asn1t.h
+973
-0
bio.h
libs/OpenSSL/Android/arch-x86/include/openssl/bio.h
+883
-0
blowfish.h
libs/OpenSSL/Android/arch-x86/include/openssl/blowfish.h
+130
-0
bn.h
libs/OpenSSL/Android/arch-x86/include/openssl/bn.h
+951
-0
buffer.h
libs/OpenSSL/Android/arch-x86/include/openssl/buffer.h
+125
-0
camellia.h
libs/OpenSSL/Android/arch-x86/include/openssl/camellia.h
+132
-0
cast.h
libs/OpenSSL/Android/arch-x86/include/openssl/cast.h
+107
-0
cmac.h
libs/OpenSSL/Android/arch-x86/include/openssl/cmac.h
+82
-0
cms.h
libs/OpenSSL/Android/arch-x86/include/openssl/cms.h
+555
-0
comp.h
libs/OpenSSL/Android/arch-x86/include/openssl/comp.h
+83
-0
conf.h
libs/OpenSSL/Android/arch-x86/include/openssl/conf.h
+267
-0
conf_api.h
libs/OpenSSL/Android/arch-x86/include/openssl/conf_api.h
+89
-0
crypto.h
libs/OpenSSL/Android/arch-x86/include/openssl/crypto.h
+661
-0
des.h
libs/OpenSSL/Android/arch-x86/include/openssl/des.h
+257
-0
des_old.h
libs/OpenSSL/Android/arch-x86/include/openssl/des_old.h
+497
-0
dh.h
libs/OpenSSL/Android/arch-x86/include/openssl/dh.h
+393
-0
dsa.h
libs/OpenSSL/Android/arch-x86/include/openssl/dsa.h
+332
-0
dso.h
libs/OpenSSL/Android/arch-x86/include/openssl/dso.h
+451
-0
dtls1.h
libs/OpenSSL/Android/arch-x86/include/openssl/dtls1.h
+272
-0
e_os2.h
libs/OpenSSL/Android/arch-x86/include/openssl/e_os2.h
+328
-0
ebcdic.h
libs/OpenSSL/Android/arch-x86/include/openssl/ebcdic.h
+26
-0
ec.h
libs/OpenSSL/Android/arch-x86/include/openssl/ec.h
+1282
-0
ecdh.h
libs/OpenSSL/Android/arch-x86/include/openssl/ecdh.h
+134
-0
ecdsa.h
libs/OpenSSL/Android/arch-x86/include/openssl/ecdsa.h
+335
-0
engine.h
libs/OpenSSL/Android/arch-x86/include/openssl/engine.h
+960
-0
err.h
libs/OpenSSL/Android/arch-x86/include/openssl/err.h
+389
-0
evp.h
libs/OpenSSL/Android/arch-x86/include/openssl/evp.h
+1536
-0
hmac.h
libs/OpenSSL/Android/arch-x86/include/openssl/hmac.h
+109
-0
idea.h
libs/OpenSSL/Android/arch-x86/include/openssl/idea.h
+105
-0
krb5_asn.h
libs/OpenSSL/Android/arch-x86/include/openssl/krb5_asn.h
+240
-0
kssl.h
libs/OpenSSL/Android/arch-x86/include/openssl/kssl.h
+197
-0
lhash.h
libs/OpenSSL/Android/arch-x86/include/openssl/lhash.h
+240
-0
md4.h
libs/OpenSSL/Android/arch-x86/include/openssl/md4.h
+119
-0
md5.h
libs/OpenSSL/Android/arch-x86/include/openssl/md5.h
+119
-0
mdc2.h
libs/OpenSSL/Android/arch-x86/include/openssl/mdc2.h
+94
-0
modes.h
libs/OpenSSL/Android/arch-x86/include/openssl/modes.h
+163
-0
obj_mac.h
libs/OpenSSL/Android/arch-x86/include/openssl/obj_mac.h
+4194
-0
objects.h
libs/OpenSSL/Android/arch-x86/include/openssl/objects.h
+1143
-0
ocsp.h
libs/OpenSSL/Android/arch-x86/include/openssl/ocsp.h
+637
-0
opensslconf.h
libs/OpenSSL/Android/arch-x86/include/openssl/opensslconf.h
+270
-0
opensslv.h
libs/OpenSSL/Android/arch-x86/include/openssl/opensslv.h
+97
-0
ossl_typ.h
libs/OpenSSL/Android/arch-x86/include/openssl/ossl_typ.h
+213
-0
pem.h
libs/OpenSSL/Android/arch-x86/include/openssl/pem.h
+617
-0
pem2.h
libs/OpenSSL/Android/arch-x86/include/openssl/pem2.h
+70
-0
pkcs12.h
libs/OpenSSL/Android/arch-x86/include/openssl/pkcs12.h
+342
-0
pkcs7.h
libs/OpenSSL/Android/arch-x86/include/openssl/pkcs7.h
+481
-0
pqueue.h
libs/OpenSSL/Android/arch-x86/include/openssl/pqueue.h
+99
-0
rand.h
libs/OpenSSL/Android/arch-x86/include/openssl/rand.h
+150
-0
rc2.h
libs/OpenSSL/Android/arch-x86/include/openssl/rc2.h
+103
-0
rc4.h
libs/OpenSSL/Android/arch-x86/include/openssl/rc4.h
+88
-0
ripemd.h
libs/OpenSSL/Android/arch-x86/include/openssl/ripemd.h
+105
-0
rsa.h
libs/OpenSSL/Android/arch-x86/include/openssl/rsa.h
+664
-0
safestack.h
libs/OpenSSL/Android/arch-x86/include/openssl/safestack.h
+2672
-0
seed.h
libs/OpenSSL/Android/arch-x86/include/openssl/seed.h
+149
-0
sha.h
libs/OpenSSL/Android/arch-x86/include/openssl/sha.h
+214
-0
srp.h
libs/OpenSSL/Android/arch-x86/include/openssl/srp.h
+179
-0
srtp.h
libs/OpenSSL/Android/arch-x86/include/openssl/srtp.h
+147
-0
ssl.h
libs/OpenSSL/Android/arch-x86/include/openssl/ssl.h
+3163
-0
ssl2.h
libs/OpenSSL/Android/arch-x86/include/openssl/ssl2.h
+265
-0
ssl23.h
libs/OpenSSL/Android/arch-x86/include/openssl/ssl23.h
+84
-0
ssl3.h
libs/OpenSSL/Android/arch-x86/include/openssl/ssl3.h
+774
-0
stack.h
libs/OpenSSL/Android/arch-x86/include/openssl/stack.h
+107
-0
symhacks.h
libs/OpenSSL/Android/arch-x86/include/openssl/symhacks.h
+516
-0
tls1.h
libs/OpenSSL/Android/arch-x86/include/openssl/tls1.h
+810
-0
ts.h
libs/OpenSSL/Android/arch-x86/include/openssl/ts.h
+865
-0
txt_db.h
libs/OpenSSL/Android/arch-x86/include/openssl/txt_db.h
+112
-0
ui.h
libs/OpenSSL/Android/arch-x86/include/openssl/ui.h
+415
-0
whrlpool.h
libs/OpenSSL/Android/arch-x86/include/openssl/whrlpool.h
+41
-0
x509.h
libs/OpenSSL/Android/arch-x86/include/openssl/x509.h
+1330
-0
x509_vfy.h
libs/OpenSSL/Android/arch-x86/include/openssl/x509_vfy.h
+652
-0
x509v3.h
libs/OpenSSL/Android/arch-x86/include/openssl/x509v3.h
+1055
-0
libcrypto.a
libs/OpenSSL/Android/arch-x86/lib/libcrypto.a
+0
-0
libcrypto.so
libs/OpenSSL/Android/arch-x86/lib/libcrypto.so
+0
-0
libssl.a
libs/OpenSSL/Android/arch-x86/lib/libssl.a
+0
-0
libssl.so
libs/OpenSSL/Android/arch-x86/lib/libssl.so
+0
-0
aes.h
libs/OpenSSL/Windows/x86/include/openssl/aes.h
+149
-0
applink.c
libs/OpenSSL/Windows/x86/include/openssl/applink.c
+129
-0
asn1.h
libs/OpenSSL/Windows/x86/include/openssl/asn1.h
+1424
-0
asn1_mac.h
libs/OpenSSL/Windows/x86/include/openssl/asn1_mac.h
+579
-0
asn1t.h
libs/OpenSSL/Windows/x86/include/openssl/asn1t.h
+973
-0
bio.h
libs/OpenSSL/Windows/x86/include/openssl/bio.h
+883
-0
blowfish.h
libs/OpenSSL/Windows/x86/include/openssl/blowfish.h
+130
-0
bn.h
libs/OpenSSL/Windows/x86/include/openssl/bn.h
+1015
-0
buffer.h
libs/OpenSSL/Windows/x86/include/openssl/buffer.h
+125
-0
camellia.h
libs/OpenSSL/Windows/x86/include/openssl/camellia.h
+132
-0
cast.h
libs/OpenSSL/Windows/x86/include/openssl/cast.h
+107
-0
cmac.h
libs/OpenSSL/Windows/x86/include/openssl/cmac.h
+82
-0
cms.h
libs/OpenSSL/Windows/x86/include/openssl/cms.h
+555
-0
comp.h
libs/OpenSSL/Windows/x86/include/openssl/comp.h
+83
-0
conf.h
libs/OpenSSL/Windows/x86/include/openssl/conf.h
+268
-0
conf_api.h
libs/OpenSSL/Windows/x86/include/openssl/conf_api.h
+89
-0
crypto.h
libs/OpenSSL/Windows/x86/include/openssl/crypto.h
+661
-0
des.h
libs/OpenSSL/Windows/x86/include/openssl/des.h
+257
-0
des_old.h
libs/OpenSSL/Windows/x86/include/openssl/des_old.h
+497
-0
dh.h
libs/OpenSSL/Windows/x86/include/openssl/dh.h
+412
-0
dsa.h
libs/OpenSSL/Windows/x86/include/openssl/dsa.h
+335
-0
dso.h
libs/OpenSSL/Windows/x86/include/openssl/dso.h
+451
-0
dtls1.h
libs/OpenSSL/Windows/x86/include/openssl/dtls1.h
+272
-0
e_os2.h
libs/OpenSSL/Windows/x86/include/openssl/e_os2.h
+328
-0
ebcdic.h
libs/OpenSSL/Windows/x86/include/openssl/ebcdic.h
+26
-0
ec.h
libs/OpenSSL/Windows/x86/include/openssl/ec.h
+1282
-0
ecdh.h
libs/OpenSSL/Windows/x86/include/openssl/ecdh.h
+134
-0
ecdsa.h
libs/OpenSSL/Windows/x86/include/openssl/ecdsa.h
+335
-0
engine.h
libs/OpenSSL/Windows/x86/include/openssl/engine.h
+960
-0
err.h
libs/OpenSSL/Windows/x86/include/openssl/err.h
+391
-0
evp.h
libs/OpenSSL/Windows/x86/include/openssl/evp.h
+1630
-0
hmac.h
libs/OpenSSL/Windows/x86/include/openssl/hmac.h
+109
-0
idea.h
libs/OpenSSL/Windows/x86/include/openssl/idea.h
+105
-0
krb5_asn.h
libs/OpenSSL/Windows/x86/include/openssl/krb5_asn.h
+240
-0
kssl.h
libs/OpenSSL/Windows/x86/include/openssl/kssl.h
+197
-0
lhash.h
libs/OpenSSL/Windows/x86/include/openssl/lhash.h
+240
-0
md4.h
libs/OpenSSL/Windows/x86/include/openssl/md4.h
+119
-0
md5.h
libs/OpenSSL/Windows/x86/include/openssl/md5.h
+119
-0
mdc2.h
libs/OpenSSL/Windows/x86/include/openssl/mdc2.h
+94
-0
modes.h
libs/OpenSSL/Windows/x86/include/openssl/modes.h
+163
-0
obj_mac.h
libs/OpenSSL/Windows/x86/include/openssl/obj_mac.h
+4194
-0
objects.h
libs/OpenSSL/Windows/x86/include/openssl/objects.h
+1143
-0
ocsp.h
libs/OpenSSL/Windows/x86/include/openssl/ocsp.h
+637
-0
opensslconf.h
libs/OpenSSL/Windows/x86/include/openssl/opensslconf.h
+271
-0
opensslv.h
libs/OpenSSL/Windows/x86/include/openssl/opensslv.h
+97
-0
ossl_typ.h
libs/OpenSSL/Windows/x86/include/openssl/ossl_typ.h
+213
-0
pem.h
libs/OpenSSL/Windows/x86/include/openssl/pem.h
+618
-0
pem2.h
libs/OpenSSL/Windows/x86/include/openssl/pem2.h
+70
-0
pkcs12.h
libs/OpenSSL/Windows/x86/include/openssl/pkcs12.h
+342
-0
pkcs7.h
libs/OpenSSL/Windows/x86/include/openssl/pkcs7.h
+481
-0
pqueue.h
libs/OpenSSL/Windows/x86/include/openssl/pqueue.h
+99
-0
rand.h
libs/OpenSSL/Windows/x86/include/openssl/rand.h
+150
-0
rc2.h
libs/OpenSSL/Windows/x86/include/openssl/rc2.h
+103
-0
rc4.h
libs/OpenSSL/Windows/x86/include/openssl/rc4.h
+88
-0
ripemd.h
libs/OpenSSL/Windows/x86/include/openssl/ripemd.h
+105
-0
rsa.h
libs/OpenSSL/Windows/x86/include/openssl/rsa.h
+664
-0
safestack.h
libs/OpenSSL/Windows/x86/include/openssl/safestack.h
+2672
-0
seed.h
libs/OpenSSL/Windows/x86/include/openssl/seed.h
+149
-0
sha.h
libs/OpenSSL/Windows/x86/include/openssl/sha.h
+214
-0
srp.h
libs/OpenSSL/Windows/x86/include/openssl/srp.h
+179
-0
srtp.h
libs/OpenSSL/Windows/x86/include/openssl/srtp.h
+147
-0
ssl.h
libs/OpenSSL/Windows/x86/include/openssl/ssl.h
+3164
-0
ssl2.h
libs/OpenSSL/Windows/x86/include/openssl/ssl2.h
+265
-0
ssl23.h
libs/OpenSSL/Windows/x86/include/openssl/ssl23.h
+84
-0
ssl3.h
libs/OpenSSL/Windows/x86/include/openssl/ssl3.h
+774
-0
stack.h
libs/OpenSSL/Windows/x86/include/openssl/stack.h
+107
-0
symhacks.h
libs/OpenSSL/Windows/x86/include/openssl/symhacks.h
+518
-0
tls1.h
libs/OpenSSL/Windows/x86/include/openssl/tls1.h
+810
-0
ts.h
libs/OpenSSL/Windows/x86/include/openssl/ts.h
+865
-0
txt_db.h
libs/OpenSSL/Windows/x86/include/openssl/txt_db.h
+112
-0
ui.h
libs/OpenSSL/Windows/x86/include/openssl/ui.h
+415
-0
whrlpool.h
libs/OpenSSL/Windows/x86/include/openssl/whrlpool.h
+41
-0
x509.h
libs/OpenSSL/Windows/x86/include/openssl/x509.h
+1330
-0
x509_vfy.h
libs/OpenSSL/Windows/x86/include/openssl/x509_vfy.h
+652
-0
x509v3.h
libs/OpenSSL/Windows/x86/include/openssl/x509v3.h
+1055
-0
4758cca.lib
libs/OpenSSL/Windows/x86/lib/4758cca.lib
+0
-0
aep.lib
libs/OpenSSL/Windows/x86/lib/aep.lib
+0
-0
atalla.lib
libs/OpenSSL/Windows/x86/lib/atalla.lib
+0
-0
capi.lib
libs/OpenSSL/Windows/x86/lib/capi.lib
+0
-0
chil.lib
libs/OpenSSL/Windows/x86/lib/chil.lib
+0
-0
cswift.lib
libs/OpenSSL/Windows/x86/lib/cswift.lib
+0
-0
gmp.lib
libs/OpenSSL/Windows/x86/lib/gmp.lib
+0
-0
gost.lib
libs/OpenSSL/Windows/x86/lib/gost.lib
+0
-0
libeay32.lib
libs/OpenSSL/Windows/x86/lib/libeay32.lib
+0
-0
nuron.lib
libs/OpenSSL/Windows/x86/lib/nuron.lib
+0
-0
padlock.lib
libs/OpenSSL/Windows/x86/lib/padlock.lib
+0
-0
ssleay32.lib
libs/OpenSSL/Windows/x86/lib/ssleay32.lib
+0
-0
sureware.lib
libs/OpenSSL/Windows/x86/lib/sureware.lib
+0
-0
ubsec.lib
libs/OpenSSL/Windows/x86/lib/ubsec.lib
+0
-0
zconf.h
libs/zlib/windows/include/zconf.h
+332
-0
zlib.h
libs/zlib/windows/include/zlib.h
+1357
-0
libz.a
libs/zlib/windows/lib/libz.a
+0
-0
libz.dll.a
libs/zlib/windows/lib/libz.dll.a
+0
-0
zlib-bcc.lib
libs/zlib/windows/lib/zlib-bcc.lib
+0
-0
zlib.def
libs/zlib/windows/lib/zlib.def
+75
-0
zlib.lib
libs/zlib/windows/lib/zlib.lib
+0
-0
qgcimages.qrc
qgcimages.qrc
+4
-0
qgroundcontrol.pro
qgroundcontrol.pro
+144
-4
qgroundcontrol.qrc
qgroundcontrol.qrc
+2
-0
MicrohardManager.cc
src/Microhard/MicrohardManager.cc
+42
-15
MicrohardManager.h
src/Microhard/MicrohardManager.h
+14
-2
MicrohardSettings.cc
src/Microhard/MicrohardSettings.cc
+12
-3
PairingIcon.svg
src/PairingManager/Images/PairingIcon.svg
+23
-0
PairingIconLight.svg
src/PairingManager/Images/PairingIconLight.svg
+29
-0
P2P_NDEF.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/P2P_NDEF.h
+18
-0
RW_NDEF.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/RW_NDEF.h
+34
-0
RW_NDEF_T1T.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/RW_NDEF_T1T.h
+16
-0
RW_NDEF_T2T.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/RW_NDEF_T2T.h
+17
-0
RW_NDEF_T3T.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/RW_NDEF_T3T.h
+17
-0
RW_NDEF_T4T.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/RW_NDEF_T4T.h
+17
-0
T4T_NDEF_emu.h
src/PairingManager/NfcLibrary/NdefLibrary/inc/T4T_NDEF_emu.h
+16
-0
P2P_NDEF.c
src/PairingManager/NfcLibrary/NdefLibrary/src/P2P_NDEF.c
+298
-0
RW_NDEF.c
src/PairingManager/NfcLibrary/NdefLibrary/src/RW_NDEF.c
+100
-0
RW_NDEF_T1T.c
src/PairingManager/NfcLibrary/NdefLibrary/src/RW_NDEF_T1T.c
+171
-0
RW_NDEF_T2T.c
src/PairingManager/NfcLibrary/NdefLibrary/src/RW_NDEF_T2T.c
+234
-0
RW_NDEF_T3T.c
src/PairingManager/NfcLibrary/NdefLibrary/src/RW_NDEF_T3T.c
+125
-0
RW_NDEF_T4T.c
src/PairingManager/NfcLibrary/NdefLibrary/src/RW_NDEF_T4T.c
+361
-0
T4T_NDEF_emu.c
src/PairingManager/NfcLibrary/NdefLibrary/src/T4T_NDEF_emu.c
+145
-0
NxpNci.h
src/PairingManager/NfcLibrary/NxpNci/inc/NxpNci.h
+48
-0
NxpNci.c
src/PairingManager/NfcLibrary/NxpNci/src/NxpNci.c
+941
-0
Nfc.h
src/PairingManager/NfcLibrary/inc/Nfc.h
+310
-0
Nfc_settings.h
src/PairingManager/NfcLibrary/inc/Nfc_settings.h
+129
-0
ndef_helper.h
src/PairingManager/NfcTask/inc/ndef_helper.h
+62
-0
nfc_task.h
src/PairingManager/NfcTask/inc/nfc_task.h
+16
-0
ndef_helper.c
src/PairingManager/NfcTask/src/ndef_helper.c
+202
-0
nfc_task.c
src/PairingManager/NfcTask/src/nfc_task.c
+608
-0
PairingManager.cc
src/PairingManager/PairingManager.cc
+556
-0
PairingManager.h
src/PairingManager/PairingManager.h
+140
-0
PairingNFC.cc
src/PairingManager/PairingNFC.cc
+214
-0
PairingNFC.h
src/PairingManager/PairingNFC.h
+43
-0
PairingSettings.qml
src/PairingManager/PairingSettings.qml
+121
-0
QtNFC.cc
src/PairingManager/QtNFC.cc
+135
-0
QtNFC.h
src/PairingManager/QtNFC.h
+45
-0
framework_Allocator.h
src/PairingManager/TML/inc/framework_Allocator.h
+29
-0
framework_Container.h
src/PairingManager/TML/inc/framework_Container.h
+53
-0
framework_Interface.h
src/PairingManager/TML/inc/framework_Interface.h
+132
-0
framework_Map.h
src/PairingManager/TML/inc/framework_Map.h
+45
-0
framework_Parcel.h
src/PairingManager/TML/inc/framework_Parcel.h
+54
-0
framework_Timer.h
src/PairingManager/TML/inc/framework_Timer.h
+35
-0
framework_linux.h
src/PairingManager/TML/inc/framework_linux.h
+31
-0
hidapi.h
src/PairingManager/TML/inc/hidapi.h
+383
-0
lpcusbsio.h
src/PairingManager/TML/inc/lpcusbsio.h
+431
-0
lpcusbsio_i2c.h
src/PairingManager/TML/inc/lpcusbsio_i2c.h
+189
-0
tml.h
src/PairingManager/TML/inc/tml.h
+24
-0
tml_hid.h
src/PairingManager/TML/inc/tml_hid.h
+19
-0
tool.h
src/PairingManager/TML/inc/tool.h
+22
-0
framework_Allocator.c
src/PairingManager/TML/src/framework_Allocator.c
+80
-0
framework_Container.c
src/PairingManager/TML/src/framework_Container.c
+322
-0
framework_Map.c
src/PairingManager/TML/src/framework_Map.c
+286
-0
framework_Parcel.c
src/PairingManager/TML/src/framework_Parcel.c
+358
-0
framework_Timer.c
src/PairingManager/TML/src/framework_Timer.c
+156
-0
framework_log.c
src/PairingManager/TML/src/framework_log.c
+107
-0
framework_mutex.c
src/PairingManager/TML/src/framework_mutex.c
+115
-0
framework_sem.c
src/PairingManager/TML/src/framework_sem.c
+82
-0
framework_thread.c
src/PairingManager/TML/src/framework_thread.c
+107
-0
hid.c
src/PairingManager/TML/src/hid.c
+586
-0
lpcusbsio.c
src/PairingManager/TML/src/lpcusbsio.c
+883
-0
tml.c
src/PairingManager/TML/src/tml.c
+33
-0
tml_hid.c
src/PairingManager/TML/src/tml_hid.c
+151
-0
aes.cpp
src/PairingManager/aes.cpp
+154
-0
aes.h
src/PairingManager/aes.h
+35
-0
QGCApplication.cc
src/QGCApplication.cc
+7
-0
QGCToolbox.cc
src/QGCToolbox.cc
+9
-0
QGCToolbox.h
src/QGCToolbox.h
+9
-0
PreFlightCheckGroup.qml
src/QmlControls/PreFlightCheckGroup.qml
+3
-2
PreFlightCheckModel.qml
src/QmlControls/PreFlightCheckModel.qml
+10
-0
QGroundControlQmlGlobal.cc
src/QmlControls/QGroundControlQmlGlobal.cc
+3
-0
QGroundControlQmlGlobal.h
src/QmlControls/QGroundControlQmlGlobal.h
+12
-1
ToolStrip.qml
src/QmlControls/ToolStrip.qml
+2
-1
App.SettingsGroup.json
src/Settings/App.SettingsGroup.json
+7
-0
AppSettings.cc
src/Settings/AppSettings.cc
+1
-0
AppSettings.h
src/Settings/AppSettings.h
+1
-0
QGCCorePlugin.cc
src/api/QGCCorePlugin.cc
+21
-0
main.cc
src/main.cc
+6
-0
FileManager.h
src/uas/FileManager.h
+11
-1
GeneralSettings.qml
src/ui/preferences/GeneralSettings.qml
+92
-77
PairingIndicator.qml
src/ui/toolbar/PairingIndicator.qml
+411
-0
No files found.
QGCCommon.pri
View file @
604e12f6
...
...
@@ -3,7 +3,7 @@
# Please see our website at <http://qgroundcontrol.org>
# Maintainer:
# Lorenz Meier <lm@inf.ethz.ch>
# (c) 2009-201
4
QGroundControl Developers
# (c) 2009-201
9
QGroundControl Developers
# License terms set in COPYING.md
# -------------------------------------------------
...
...
@@ -21,6 +21,7 @@ linux {
message("Linux build")
CONFIG += LinuxBuild
DEFINES += __STDC_LIMIT_MACROS
DEFINES += QGC_ENABLE_NFC RW_SUPPORT
DEFINES += QGC_GST_TAISYNC_ENABLED
DEFINES += QGC_GST_MICROHARD_ENABLED
linux-clang {
...
...
@@ -254,6 +255,10 @@ ReleaseBuild {
}
WindowsBuild {
*msvc* { # visual studio spec filter
# Run compilation using VS compiler using multiple threads
QMAKE_CXXFLAGS += -MP
}
# Enable function level linking and enhanced optimized debugging
QMAKE_CFLAGS_RELEASE += /Gy /Zo
QMAKE_CXXFLAGS_RELEASE += /Gy /Zo
...
...
QGCExternalLibs.pri
View file @
604e12f6
...
...
@@ -92,6 +92,20 @@ exists($$MAVLINKPATH/common) {
INCLUDEPATH += libs/eigen
DEFINES += NOMINMAX
# Pairing
MacBuild {
#- Pairing is generally not supported on macOS. This is here solely for development.
exists(/usr/local/Cellar/openssl/1.0.2s/include) {
INCLUDEPATH += /usr/local/Cellar/openssl/1.0.2s/include
LIBS += -L/usr/local/Cellar/openssl/1.0.2s/lib
LIBS += -lcrypto -lz
} else {
DEFINES += QGC_DISABLE_PAIRING
}
} else {
LIBS += -lcrypto -lz
}
#
# [REQUIRED] shapelib library
INCLUDEPATH += libs/shapelib
...
...
@@ -115,24 +129,36 @@ MacBuild {
PKGCONFIG = sdl2
} else:WindowsBuild {
INCLUDEPATH += $$BASEDIR/libs/lib/sdl2/msvc/include
INCLUDEPATH += $$BASEDIR/libs/zlib/Windows/include
contains(QT_ARCH, i386) {
INCLUDEPATH += $$BASEDIR/libs/OpenSSL/Windows/x86/include
LIBS += -L$$BASEDIR/libs/lib/sdl2/msvc/lib/x86
LIBS += -L$$BASEDIR/libs/OpenSSL/Windows/x86/lib
} else {
INCLUDEPATH += $$BASEDIR/libs/OpenSSL/Windows/x64/include
LIBS += -L$$BASEDIR/libs/lib/sdl2/msvc/lib/x64
LIBS += -L$$BASEDIR/libs/OpenSSL/Windows/x64/lib
}
LIBS += -L$$BASEDIR/libs/zlib/Windows/libs
LIBS += \
-lSDL2main \
-lSDL2
-lSDL2 \
-lz \
-llibeay32
}
AndroidBuild {
contains(QT_ARCH, arm) {
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/AndroidOpenSSL/arch-armeabi-v7a/lib/libcrypto.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/AndroidOpenSSL/arch-armeabi-v7a/lib/libssl.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/OpenSSL/Android/arch-armeabi-v7a/lib/libcrypto.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/OpenSSL/Android/arch-armeabi-v7a/lib/libssl.so
LIBS += $$ANDROID_EXTRA_LIBS
INCLUDEPATH += $$BASEDIR/libs/OpenSSL/Android/arch-armeabi-v7a/include
} else {
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/AndroidOpenSSL/arch-x86/lib/libcrypto.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/AndroidOpenSSL/arch-x86/lib/libssl.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/OpenSSL/Android/arch-x86/lib/libcrypto.so
ANDROID_EXTRA_LIBS += $$BASEDIR/libs/OpenSSL/Android/arch-x86/lib/libssl.so
LIBS += $$ANDROID_EXTRA_LIBS
INCLUDEPATH += $$BASEDIR/libs/OpenSSL/Android/arch-x86/include
}
}
...
...
@@ -165,7 +191,7 @@ contains (DEFINES, DISABLE_AIRMAP) {
} else {
AIRMAPD_PATH = $$PWD/libs/airmapd
AIRMAP_QT_PATH = Qt.$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}
message(
Looking for Airmap in $$AIRMAP_QT_PATH
)
message(
'Looking for Airmap in folder "$${AIRMAPD_PATH}", variant: "$$AIRMAP_QT_PATH"'
)
MacBuild {
exists($${AIRMAPD_PATH}/macOS/$$AIRMAP_QT_PATH) {
message("Including support for AirMap for macOS")
...
...
QGCInstaller.pri
View file @
604e12f6
...
...
@@ -43,13 +43,13 @@ installer {
QMAKE_POST_LINK += && rm /tmp/tmp.dmg
}
WindowsBuild {
QMAKE_POST_LINK += $$escape_expand(\\n) cd $$BASEDIR_WIN && $$quote("\"C:\\Program Files \(x86\)\\NSIS\\makensis.exe\"" /DINSTALLER_ICON="\"$${QGC_INSTALLER_ICON}\"" /DHEADER_BITMAP="\"$${QGC_INSTALLER_HEADER_BITMAP}\"" /DAPPNAME="\"$${QGC_APP_NAME}\"" /DEXENAME="\"$${TARGET}\"" /DORGNAME="\"$${QGC_ORG_NAME}\"" /DDESTDIR=$${DESTDIR} /NOCD "\"/XOutFile $${DESTDIR_WIN}\\$${TARGET}-installer.exe\"" "$$BASEDIR_WIN\\deploy\\qgroundcontrol_installer.nsi")
QMAKE_POST_LINK += $$escape_expand(\\n) cd $$BASEDIR_WIN && $$quote("\"C:\\Program Files \(x86\)\\NSIS\\makensis.exe\""
$$(QGC_NSIS_INSTALLER_PARAMETERS)
/DINSTALLER_ICON="\"$${QGC_INSTALLER_ICON}\"" /DHEADER_BITMAP="\"$${QGC_INSTALLER_HEADER_BITMAP}\"" /DAPPNAME="\"$${QGC_APP_NAME}\"" /DEXENAME="\"$${TARGET}\"" /DORGNAME="\"$${QGC_ORG_NAME}\"" /DDESTDIR=$${DESTDIR} /NOCD "\"/XOutFile $${DESTDIR_WIN}\\$${TARGET}-installer.exe\"" "$$BASEDIR_WIN\\deploy\\qgroundcontrol_installer.nsi")
OTHER_FILES += deploy/qgroundcontrol_installer.nsi
}
LinuxBuild {
#-- TODO: This uses hardcoded paths. It should use $${DESTDIR}
QMAKE_POST_LINK += && mkdir -p release/package
QMAKE_POST_LINK += && tar -cjf release/package/QGroundControl.tar.bz2 release --exclude='package' --transform 's/release/qgroundcontrol/'
QMAKE_POST_LINK += && tar -
-warning=no-file-changed -
cjf release/package/QGroundControl.tar.bz2 release --exclude='package' --transform 's/release/qgroundcontrol/'
}
AndroidBuild {
#-- TODO: This uses hardcoded paths. It should use $${DESTDIR}
...
...
QGCSetup.pri
View file @
604e12f6
...
...
@@ -87,7 +87,7 @@ WindowsBuild {
}
DEPLOY_TARGET = $$shell_quote($$shell_path($$DESTDIR_WIN\\$${TARGET}.exe))
QMAKE_POST_LINK += $$escape_expand(\\n) $$QT_BIN_DIR\\windeployqt --
no-compiler-runtime --
qmldir=$${BASEDIR_WIN}\\src $${DEPLOY_TARGET}
QMAKE_POST_LINK += $$escape_expand(\\n) $$QT_BIN_DIR\\windeployqt --qmldir=$${BASEDIR_WIN}\\src $${DEPLOY_TARGET}
}
LinuxBuild {
...
...
custom-example/res/MainToolbar/CustomMainToolBarIndicators.qml
View file @
604e12f6
...
...
@@ -34,6 +34,7 @@ Item {
anchors.left
:
parent
.
left
QGCColoredImage
{
id
:
menuEdge
visible
:
!
QGroundControl
.
settingsManager
.
appSettings
.
usePairing
.
rawValue
anchors.verticalCenter
:
parent
.
verticalCenter
height
:
ScreenTools
.
defaultFontPixelHeight
width
:
height
...
...
@@ -43,11 +44,19 @@ Item {
color
:
qgcPal
.
buttonText
}
QGCLabel
{
visible
:
!
QGroundControl
.
settingsManager
.
appSettings
.
usePairing
.
rawValue
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
qsTr
(
"
Waiting for a vehicle
"
)
font.pointSize
:
ScreenTools
.
mediumFontPointSize
font.family
:
ScreenTools
.
demiboldFontFamily
}
Loader
{
visible
:
QGroundControl
.
settingsManager
.
appSettings
.
usePairing
.
rawValue
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.margins
:
_indicatorMargins
source
:
"
/toolbar/PairingIndicator.qml
"
}
}
//-------------------------------------------------------------------------
//-- Toolbar Indicators
...
...
custom-example/src/CustomPlugin.cc
View file @
604e12f6
...
...
@@ -136,6 +136,9 @@ CustomPlugin::settingsPages()
if
(
_customSettingsList
.
isEmpty
())
{
addSettingsEntry
(
tr
(
"General"
),
"qrc:/qml/GeneralSettings.qml"
,
"qrc:/res/gear-white.svg"
);
addSettingsEntry
(
tr
(
"Comm Links"
),
"qrc:/qml/LinkSettings.qml"
,
"qrc:/res/waves.svg"
);
#if defined(QGC_ENABLE_PAIRING)
addSettingsEntry
(
tr
(
"Pairing"
),
"qrc:/qml/PairingSettings.qml"
,
"qrc:/res/waves.svg"
);
#endif
addSettingsEntry
(
tr
(
"Offline Maps"
),
"qrc:/qml/OfflineMap.qml"
,
"qrc:/res/waves.svg"
);
#if defined(QGC_GST_MICROHARD_ENABLED)
addSettingsEntry
(
tr
(
"Microhard"
),
"qrc:/qml/MicrohardSettings.qml"
);
...
...
@@ -224,6 +227,7 @@ CustomPlugin::createRootWindow(QObject *parent)
bool
CustomPlugin
::
adjustSettingMetaData
(
const
QString
&
settingsGroup
,
FactMetaData
&
metaData
)
{
bool
parentResult
=
QGCCorePlugin
::
adjustSettingMetaData
(
settingsGroup
,
metaData
);
if
(
settingsGroup
==
AppSettings
::
settingsGroup
)
{
if
(
metaData
.
name
()
==
AppSettings
::
appFontPointSizeName
)
{
#if defined(Q_OS_LINUX)
...
...
@@ -233,10 +237,10 @@ CustomPlugin::adjustSettingMetaData(const QString& settingsGroup, FactMetaData&
}
else
if
(
metaData
.
name
()
==
AppSettings
::
indoorPaletteName
)
{
QVariant
indoorPalette
=
1
;
metaData
.
setRawDefaultValue
(
indoorPalette
);
return
true
;
parentResult
=
true
;
}
}
return
true
;
return
parentResult
;
}
const
QColor
CustomPlugin
::
_windowShadeEnabledLightColor
(
"#FFFFFF"
);
...
...
custom-example/src/FirmwarePlugin/CustomFirmwarePlugin.cc
View file @
604e12f6
...
...
@@ -55,6 +55,7 @@ CustomFirmwarePlugin::toolBarIndicators(const Vehicle* vehicle)
{
Q_UNUSED
(
vehicle
);
if
(
_toolBarIndicatorList
.
size
()
==
0
)
{
_toolBarIndicatorList
.
append
(
QVariant
::
fromValue
(
QUrl
::
fromUserInput
(
"qrc:/toolbar/PairingIndicator.qml"
)));
_toolBarIndicatorList
.
append
(
QVariant
::
fromValue
(
QUrl
::
fromUserInput
(
"qrc:/toolbar/GPSIndicator.qml"
)));
_toolBarIndicatorList
.
append
(
QVariant
::
fromValue
(
QUrl
::
fromUserInput
(
"qrc:/toolbar/TelemetryRSSIIndicator.qml"
)));
_toolBarIndicatorList
.
append
(
QVariant
::
fromValue
(
QUrl
::
fromUserInput
(
"qrc:/toolbar/RCRSSIIndicator.qml"
)));
...
...
libs/
AndroidOpenSSL
/README.md
→
libs/
OpenSSL/Android
/README.md
View file @
604e12f6
File moved
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/aes.h
0 → 100644
View file @
604e12f6
/* crypto/aes/aes.h */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
*/
#ifndef HEADER_AES_H
# define HEADER_AES_H
# include <openssl/opensslconf.h>
# ifdef OPENSSL_NO_AES
# error AES is disabled.
# endif
# include <stddef.h>
# define AES_ENCRYPT 1
# define AES_DECRYPT 0
/*
* Because array size can't be a const in C, the following two are macros.
* Both sizes are in bytes.
*/
# define AES_MAXNR 14
# define AES_BLOCK_SIZE 16
#ifdef __cplusplus
extern
"C"
{
#endif
/* This should be a hidden type, but EVP requires that the size be known */
struct
aes_key_st
{
# ifdef AES_LONG
unsigned
long
rd_key
[
4
*
(
AES_MAXNR
+
1
)];
# else
unsigned
int
rd_key
[
4
*
(
AES_MAXNR
+
1
)];
# endif
int
rounds
;
};
typedef
struct
aes_key_st
AES_KEY
;
const
char
*
AES_options
(
void
);
int
AES_set_encrypt_key
(
const
unsigned
char
*
userKey
,
const
int
bits
,
AES_KEY
*
key
);
int
AES_set_decrypt_key
(
const
unsigned
char
*
userKey
,
const
int
bits
,
AES_KEY
*
key
);
int
private_AES_set_encrypt_key
(
const
unsigned
char
*
userKey
,
const
int
bits
,
AES_KEY
*
key
);
int
private_AES_set_decrypt_key
(
const
unsigned
char
*
userKey
,
const
int
bits
,
AES_KEY
*
key
);
void
AES_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
const
AES_KEY
*
key
);
void
AES_decrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
const
AES_KEY
*
key
);
void
AES_ecb_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
const
AES_KEY
*
key
,
const
int
enc
);
void
AES_cbc_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
const
int
enc
);
void
AES_cfb128_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
int
*
num
,
const
int
enc
);
void
AES_cfb1_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
int
*
num
,
const
int
enc
);
void
AES_cfb8_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
int
*
num
,
const
int
enc
);
void
AES_ofb128_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
int
*
num
);
void
AES_ctr128_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
ivec
[
AES_BLOCK_SIZE
],
unsigned
char
ecount_buf
[
AES_BLOCK_SIZE
],
unsigned
int
*
num
);
/* NB: the IV is _two_ blocks long */
void
AES_ige_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
unsigned
char
*
ivec
,
const
int
enc
);
/* NB: the IV is _four_ blocks long */
void
AES_bi_ige_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
size_t
length
,
const
AES_KEY
*
key
,
const
AES_KEY
*
key2
,
const
unsigned
char
*
ivec
,
const
int
enc
);
int
AES_wrap_key
(
AES_KEY
*
key
,
const
unsigned
char
*
iv
,
unsigned
char
*
out
,
const
unsigned
char
*
in
,
unsigned
int
inlen
);
int
AES_unwrap_key
(
AES_KEY
*
key
,
const
unsigned
char
*
iv
,
unsigned
char
*
out
,
const
unsigned
char
*
in
,
unsigned
int
inlen
);
#ifdef __cplusplus
}
#endif
#endif
/* !HEADER_AES_H */
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/asn1.h
0 → 100644
View file @
604e12f6
This diff is collapsed.
Click to expand it.
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/asn1_mac.h
0 → 100644
View file @
604e12f6
This diff is collapsed.
Click to expand it.
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/asn1t.h
0 → 100644
View file @
604e12f6
This diff is collapsed.
Click to expand it.
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/bio.h
0 → 100644
View file @
604e12f6
This diff is collapsed.
Click to expand it.
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/blowfish.h
0 → 100644
View file @
604e12f6
/* crypto/bf/blowfish.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
#ifndef HEADER_BLOWFISH_H
# define HEADER_BLOWFISH_H
# include <openssl/e_os2.h>
#ifdef __cplusplus
extern
"C"
{
#endif
# ifdef OPENSSL_NO_BF
# error BF is disabled.
# endif
# define BF_ENCRYPT 1
# define BF_DECRYPT 0
/*-
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* ! BF_LONG has to be at least 32 bits wide. If it's wider, then !
* ! BF_LONG_LOG2 has to be defined along. !
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
# if defined(__LP32__)
# define BF_LONG unsigned long
# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
# define BF_LONG unsigned long
# define BF_LONG_LOG2 3
/*
* _CRAY note. I could declare short, but I have no idea what impact
* does it have on performance on none-T3E machines. I could declare
* int, but at least on C90 sizeof(int) can be chosen at compile time.
* So I've chosen long...
* <appro@fy.chalmers.se>
*/
# else
# define BF_LONG unsigned int
# endif
# define BF_ROUNDS 16
# define BF_BLOCK 8
typedef
struct
bf_key_st
{
BF_LONG
P
[
BF_ROUNDS
+
2
];
BF_LONG
S
[
4
*
256
];
}
BF_KEY
;
# ifdef OPENSSL_FIPS
void
private_BF_set_key
(
BF_KEY
*
key
,
int
len
,
const
unsigned
char
*
data
);
# endif
void
BF_set_key
(
BF_KEY
*
key
,
int
len
,
const
unsigned
char
*
data
);
void
BF_encrypt
(
BF_LONG
*
data
,
const
BF_KEY
*
key
);
void
BF_decrypt
(
BF_LONG
*
data
,
const
BF_KEY
*
key
);
void
BF_ecb_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
const
BF_KEY
*
key
,
int
enc
);
void
BF_cbc_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
long
length
,
const
BF_KEY
*
schedule
,
unsigned
char
*
ivec
,
int
enc
);
void
BF_cfb64_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
long
length
,
const
BF_KEY
*
schedule
,
unsigned
char
*
ivec
,
int
*
num
,
int
enc
);
void
BF_ofb64_encrypt
(
const
unsigned
char
*
in
,
unsigned
char
*
out
,
long
length
,
const
BF_KEY
*
schedule
,
unsigned
char
*
ivec
,
int
*
num
);
const
char
*
BF_options
(
void
);
#ifdef __cplusplus
}
#endif
#endif
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/bn.h
0 → 100644
View file @
604e12f6
This diff is collapsed.
Click to expand it.
libs/OpenSSL/Android/arch-armeabi-v7a/include/openssl/buffer.h
0 → 100644
View file @
604e12f6
/* crypto/buffer/buffer.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
#ifndef HEADER_BUFFER_H
# define HEADER_BUFFER_H
# include <openssl/ossl_typ.h>
#ifdef __cplusplus
extern
"C"
{
#endif
# include <stddef.h>
# if !defined(NO_SYS_TYPES_H)
# include <sys/types.h>
# endif
/* Already declared in ossl_typ.h */