Generate popup message when pubkey mismatched 83/59483/8
authorKyungwook Tak <k.tak@samsung.com>
Mon, 15 Feb 2016 06:08:20 +0000 (15:08 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 23 Feb 2016 11:54:49 +0000 (20:54 +0900)
commitae0860a192038b9337672b2d7ad2af998d18f8d4
tree74f0f9c7f234bf973e8a6b1bbf432418f015630d
parentc10c5f221a51399e74902ce337eeba68a5e1320b
Generate popup message when pubkey mismatched

Change-Id: Ie0496d0884e35b10e3e6bdd1320c1571d904288f
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
30 files changed:
CMakeLists.txt
packaging/pubkey-pinning.spec
src/common/CMakeLists.txt
src/common/include/tpkp_client_cache.h
src/common/include/ui/connection.h [new file with mode: 0644]
src/common/include/ui/popup_common.h [new file with mode: 0644]
src/common/include/ui/popup_runner.h [new file with mode: 0644]
src/common/include/ui/serialization.h [new file with mode: 0644]
src/common/src/tpkp_client_cache.cpp
src/common/src/tpkp_common.cpp
src/common/ui/CMakeLists.txt [new file with mode: 0644]
src/common/ui/connection.cpp [new file with mode: 0644]
src/common/ui/po/CMakeLists.txt [new file with mode: 0644]
src/common/ui/po/en.po [new file with mode: 0644]
src/common/ui/po/en_GB.po [new file with mode: 0644]
src/common/ui/po/en_US.po [new file with mode: 0644]
src/common/ui/popup-bin/CMakeLists.txt [new file with mode: 0644]
src/common/ui/popup-bin/popup.cpp [new file with mode: 0644]
src/common/ui/popup_common.cpp [new file with mode: 0644]
src/common/ui/popup_runner.cpp [new file with mode: 0644]
src/common/ui/serialization.cpp [new file with mode: 0644]
src/curl/tpkp_curl.cpp
src/gnutls/tpkp_gnutls.cpp
systemd/CMakeLists.txt [new file with mode: 0644]
systemd/pubkey-pinning-popup.service.in [new file with mode: 0644]
systemd/pubkey-pinning-popup.socket [new file with mode: 0644]
test/CMakeLists.txt
test/curl_test.cpp
test/popup_runner_test.cpp [new file with mode: 0644]
test/popup_test_main.cpp [new file with mode: 0644]