Adding signature checking 03/27903/2 accepted/tizen/common/20140924.112649 accepted/tizen/ivi/20140927.095039 submit/tizen_common/20140923.154519 submit/tizen_common/20140924.073135 submit/tizen_ivi/20140926.000000
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Mon, 22 Sep 2014 16:02:58 +0000 (18:02 +0200)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Tue, 23 Sep 2014 08:44:36 +0000 (10:44 +0200)
commit4367f56cdcd5dea828e2fa17a2b781e6395a9ee9
tree6c8210e33d8a068cdbb35ac71238a7c94836b19b
parent4cf226218ef865b4d81be929ed685539de5cecaa
Adding signature checking

The couple tizen-platform-wrapper/tizen-platform-config is
intended to be a foundation of what is the tizen configuration.

As such, each change of the set of keys SHOULD implies a full
rebuild of tizen. It is what normally happens via the set
of build dependencies. But some developper encountered problems
because they were taking part of the system, having different
versions of configuration. Especially, it happened was installing
a fresh rpm built with GBS on an old image. This problem is reported
in the following file:

Bug-Tizen: TC-1626

This commit modify the behaviour of the generated library but
doesn't modify its API. The new principle is to add a signup that
it linked to the client and checked by the shared library. If the
client's signup misfits library's one, a critical error is printed
to using syslog and the program is aborted.

Change-Id: If234efbcf998049c51246f58e94c06f706b40983
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
configure.ac
libtzplatform-config.pc.in
packaging/tizen-platform-config.spec
src/Makefile.am