Build fixes for Linux platform + added a simple password entry dialog.
commitaf3a5ff01379c0d0784eb993b06fa4418f3a23a2
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 24 Jun 2021 19:07:17 +0000 (24 21:07 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 24 Jun 2021 19:57:49 +0000 (24 21:57 +0200)
tree03b4d309f46395c2739b885b3a179d5d7f632a51
parent00bd137586b9d8f2e66fc316b440e6b90d40b2d2
Build fixes for Linux platform + added a simple password entry dialog.
25 files changed:
.gitattributes [new file with mode: 0644]
.gitignore
Makefile
deps/build-openssl-linux.sh [copied from deps/build-openssl.sh with 95% similarity]
deps/build-openssl-mingw.sh [moved from deps/build-openssl.sh with 100% similarity]
src/codesign_keygen.c
src/codesign_sign.c
src/codesign_verify.c
src/common.c
src/common.h
src/platform.h [new file with mode: 0644]
utilities/PasswordDialog/App.config [new file with mode: 0644]
utilities/PasswordDialog/App.xaml [new file with mode: 0644]
utilities/PasswordDialog/App.xaml.cs [new file with mode: 0644]
utilities/PasswordDialog/MainWindow.xaml [new file with mode: 0644]
utilities/PasswordDialog/MainWindow.xaml.cs [new file with mode: 0644]
utilities/PasswordDialog/PasswordDialog.csproj [new file with mode: 0644]
utilities/PasswordDialog/PasswordDialog.sln [new file with mode: 0644]
utilities/PasswordDialog/Properties/AssemblyInfo.cs [new file with mode: 0644]
utilities/PasswordDialog/Properties/Resources.Designer.cs [new file with mode: 0644]
utilities/PasswordDialog/Properties/Resources.resx [new file with mode: 0644]
utilities/PasswordDialog/Properties/Settings.Designer.cs [new file with mode: 0644]
utilities/PasswordDialog/Properties/Settings.settings [new file with mode: 0644]
utilities/PasswordDialog/Resources/Icon.ico [new file with mode: 0644]
utilities/PasswordDialog/SecureWrapper.cs [new file with mode: 0644]