Removed rsa padding TODO 16/84416/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 18 Aug 2016 06:29:39 +0000 (08:29 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 22 Aug 2016 08:40:42 +0000 (10:40 +0200)
commit8d70b1ac7f9084bfade4d6fc2126b74887a15e27
tree78fd161920d97ba3b169a5be7e8de45433316a2d
parent0e594530adaaf13491176fed6c72fa2df40020b6
Removed rsa padding TODO

RSA_NO_PADDING can be used when message length exactly matches the length of
the asymmetric key. As for now no digest can produce matching output so only
plain asymmetric operation without digest supports it. RSA_SSLV23_PADDING can
be used in asymmetric encryption only.

Change-Id: I9f4b84086bf150994f5eb5cc270203cf8834b683
src/sign.c