ssflib: Add support for 4096 bit RSA 41/149141/1
authorLukasz Kostyra <l.kostyra@samsung.com>
Tue, 5 Sep 2017 12:40:03 +0000 (14:40 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Mon, 11 Sep 2017 14:52:10 +0000 (16:52 +0200)
commit5b8d0c9cc69a6053eaf79ae9c321d97b513c87f7
tree3961c5ad5d305ba2caa592a098498d83722b8ec0
parent9d496b44d90d983f6279425e6b93da6108988452
ssflib: Add support for 4096 bit RSA

GP API assumes that max length for RSA is 2048 bits, however it also
doesn't fully enforce this limit (the implementation can support
bigger RSA keys if needed).

Change-Id: I7dbcd3d933ef4eb8efc5d1432111e1fdf96419fa
ssflib/dep/cryptocore/include/CC_Constants.h
ssflib/dep/cryptocore/source/CC_API.c
ssflib/dep/cryptocore/source/middle/cc_rsa.c
ssflib/dep/uci/include/uci_type.h
ssflib/dep/uci/source/uci_api.c
ssflib/dep/uci/source/uci_cryptocore.c
ssflib/src/ssf_crypto.cpp
ssflib/src/ssf_storage.cpp