Commit 0b901ca6 authored by Beat Küng's avatar Beat Küng

add tiny-AES128-C submodule: AES encryption/decryption

Source: https://github.com/kokke/tiny-AES128-C
License: public domain
parent be967052
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
[submodule "libs/mavlink/include/mavlink/v2.0"] [submodule "libs/mavlink/include/mavlink/v2.0"]
path = libs/mavlink/include/mavlink/v2.0 path = libs/mavlink/include/mavlink/v2.0
url = https://github.com/mavlink/c_library_v2.git url = https://github.com/mavlink/c_library_v2.git
[submodule "libs/thirdParty/tiny-AES128-C"]
path = libs/thirdParty/tiny-AES128-C
url = https://github.com/bkueng/tiny-AES128-C.git
Subproject commit 28fcc570b97aba1f05336a5f7b06e63dc165d962
...@@ -585,6 +585,7 @@ HEADERS += \ ...@@ -585,6 +585,7 @@ HEADERS += \
src/uas/UASInterface.h \ src/uas/UASInterface.h \
src/uas/UASMessageHandler.h \ src/uas/UASMessageHandler.h \
src/AnalyzeView/LogDownloadController.h \ src/AnalyzeView/LogDownloadController.h \
libs/thirdParty/tiny-AES128-C/aes.h \
AndroidBuild { AndroidBuild {
HEADERS += \ HEADERS += \
...@@ -773,6 +774,7 @@ SOURCES += \ ...@@ -773,6 +774,7 @@ SOURCES += \
src/uas/UAS.cc \ src/uas/UAS.cc \
src/uas/UASMessageHandler.cc \ src/uas/UASMessageHandler.cc \
src/AnalyzeView/LogDownloadController.cc \ src/AnalyzeView/LogDownloadController.cc \
libs/thirdParty/tiny-AES128-C/aes.c \
DebugBuild { DebugBuild {
SOURCES += \ SOURCES += \
...@@ -850,6 +852,7 @@ INCLUDEPATH += \ ...@@ -850,6 +852,7 @@ INCLUDEPATH += \
src/FirmwarePlugin \ src/FirmwarePlugin \
src/Vehicle \ src/Vehicle \
src/VehicleSetup \ src/VehicleSetup \
libs/thirdParty/tiny-AES128-C \
HEADERS+= \ HEADERS+= \
src/AutoPilotPlugins/AutoPilotPlugin.h \ src/AutoPilotPlugins/AutoPilotPlugin.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment