Check author signature using public key 38/157538/6
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 25 Oct 2017 03:44:45 +0000 (12:44 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Wed, 25 Oct 2017 06:55:43 +0000 (15:55 +0900)
commit40c6ada53c11c56dbfb36cfee348c74673863d61
treed4f44a779718d897d927637dede6c26c81a2b5b8
parent96d622417b69b519e2a513047cad7ee3848bc3b2
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