Check author signature using public key 72/160472/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 25 Oct 2017 03:44:45 +0000 (12:44 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 16 Nov 2017 07:51:16 +0000 (16:51 +0900)
commitd142e5eaa3916ff1768f3f2fadd6da68f27287ae
tree5d21783ec83400d3a2af2c85980af4a944e088c1
parentd1c08dcce2e7055c96f5408f56959597d43f216c
Check author signature using public key

The certificate string value(in base64 format) will be changed when the
certificate is renewed. To verify whether two author of certificate
is same, using public key of certificate is correct instead of
entire certificate string value.

Change-Id: I99bcfce48a77b4dbf65df9d3274945db9ef27635
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/common/certificate_validation.cc
src/common/certificate_validation.h
src/common/step/security/step_check_old_certificate.cc
src/common/step/security/step_check_signature.cc