Implement install and uninstall operation on ACTA 33/110233/6
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 13 Jan 2017 09:41:06 +0000 (18:41 +0900)
committersangwan kwon <sangwan.kwon@samsung.com>
Tue, 31 Jan 2017 09:05:10 +0000 (01:05 -0800)
commita66e1e827320d62d448a3f0d2b81e8521cbea76f
tree708f580a9a552798a2b20af3489de5fb0916548b
parent7fcb70d1d255228fabeb335c20afaa599fcc662c
Implement install and uninstall operation on ACTA

[TODO]
* Add Openssl class for getting subject name and making bundle.

Change-Id: Ia2fa0393931df231d2970e7d6465f2e2913ffbe6
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
22 files changed:
CMakeLists.txt
packaging/cert-svc.spec
src/transec/AppCustomTrustAnchor.cpp
src/transec/CMakeLists.txt
src/transec/Exception.cpp [new file with mode: 0644]
src/transec/Exception.h [new file with mode: 0644]
tests/transec/CMakeLists.txt
tests/transec/resource/CMakeLists.txt [new file with mode: 0644]
tests/transec/resource/certs/02265526.0 [new file with mode: 0644]
tests/transec/resource/certs/024dc131.0 [new file with mode: 0644]
tests/transec/resource/certs/03179a64.0 [new file with mode: 0644]
tests/transec/resource/certs/034868d6.0 [new file with mode: 0644]
tests/transec/resource/certs/062cdee6.0 [new file with mode: 0644]
tests/transec/resource/certs/064e0aa9.0 [new file with mode: 0644]
tests/transec/resource/certs/080911ac.0 [new file with mode: 0644]
tests/transec/resource/certs/0810ba98.0 [new file with mode: 0644]
tests/transec/resource/certs/09789157.0 [new file with mode: 0644]
tests/transec/resource/certs/0b1b94ef.0 [new file with mode: 0644]
tests/transec/resource/certs/0c4c9b6c.0 [new file with mode: 0644]
tests/transec/resource/certs/0d1b923b.0 [new file with mode: 0644]
tests/transec/test-app-custom-trust-anchor.cpp
tests/transec/test-resource.h [new file with mode: 0644]