Algorithm types and param names updated 03/40003/5
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 27 May 2015 12:47:07 +0000 (14:47 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 8 Jun 2015 09:13:30 +0000 (11:13 +0200)
commitb4b2310fa8c7dc6089131a83195a17a07d7e6850
tree7fdfb7164d74ea972fac5ede20784c53668edfa2
parent93e2958cbd6089f12962d432fdb832bee32e2098
Algorithm types and param names updated

[Problem] ED_CTR can be replaced with ED_IV. We need a way to distinguish
asymmetric algorithms for different purposes (encryption, signing/verification,
key generation)
[Solution] ED_CTR replaced with ED_IV. New algorithm types added.

[Verification] Compile and run tests: ckm-tests-internal -t SERIALIZATION_TEST

Change-Id: Id7f5f805f25aa674023f6fc8c3631c8b7abcea64
src/include/ckm/ckm-type.h
src/manager/common/protocols.cpp
src/manager/crypto/sw-backend/store.cpp
src/manager/service/ckm-logic.cpp
tests/test_serialization.cpp