Change author signature disregarded cases 42/56842/3
authorKyungwook Tak <k.tak@samsung.com>
Fri, 8 Jan 2016 06:01:08 +0000 (15:01 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Wed, 13 Jan 2016 06:14:21 +0000 (15:14 +0900)
commit30ce42bdcfa96167215b88bcbd9163226deb0d8a
tree090d91af87c6ca6eaa2d8fad167ed9ff994d0e76
parent82491cc10bbf78676cbe8917891c4533f2457327
Change author signature disregarded cases

 * if author signature isn't belong Tizen Domain
 * return invalid

Change-Id: I3b3def387513f66b3524093b0caaba9d4eac58a4
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
30 files changed:
packaging/cert-svc.spec
tests/vcore/CMakeLists.txt
tests/vcore/resource/root_cacert0.pem [deleted file]
tests/vcore/resource/wgt/author-signature.xml
tests/vcore/resource/wgt/config.xml
tests/vcore/resource/wgt/css/style.css [new file with mode: 0644]
tests/vcore/resource/wgt/icon.png [new file with mode: 0644]
tests/vcore/resource/wgt/index.html
tests/vcore/resource/wgt/js/main.js [new file with mode: 0644]
tests/vcore/resource/wgt/signature1.xml
tests/vcore/resource/wgt/signature22.xml [deleted file]
tests/vcore/resource/wgt_negative_hash/author-signature.xml
tests/vcore/resource/wgt_negative_hash/config.xml
tests/vcore/resource/wgt_negative_hash/css/style.css [new file with mode: 0644]
tests/vcore/resource/wgt_negative_hash/icon.png [new file with mode: 0644]
tests/vcore/resource/wgt_negative_hash/index.html
tests/vcore/resource/wgt_negative_hash/js/main.js [new file with mode: 0644]
tests/vcore/resource/wgt_negative_hash/signature1.xml
tests/vcore/resource/wgt_negative_hash/signature22.xml [deleted file]
tests/vcore/resource/wgt_negative_signature/author-signature.xml
tests/vcore/resource/wgt_negative_signature/config.xml
tests/vcore/resource/wgt_negative_signature/css/style.css [new file with mode: 0644]
tests/vcore/resource/wgt_negative_signature/icon.png [new file with mode: 0644]
tests/vcore/resource/wgt_negative_signature/index.html
tests/vcore/resource/wgt_negative_signature/js/main.js [new file with mode: 0644]
tests/vcore/resource/wgt_negative_signature/signature1.xml
tests/vcore/resource/wgt_negative_signature/signature22.xml [deleted file]
tests/vcore/test-signature-validator.cpp
vcore/vcore/SignatureValidator.cpp
vcore/vcore/SignatureValidator.h