Add support for RSASSAPSS algorithm in mbedtls crypto driver
authorSoby Mathew <soby.mathew@arm.com>
Wed, 31 May 2017 09:35:27 +0000 (10:35 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 5 Jun 2017 11:25:26 +0000 (12:25 +0100)
commit1001202d24db95b4b812abee62ebeb9351710c1e
tree7075fd415b5567d55447540ca67f6e9503b47ea8
parent38aacad3cb4842a267d2cd5a22d0e6439c0d37e6
Add support for RSASSAPSS algorithm in mbedtls crypto driver

This patch adds support for RSASSA-PSS Signature Algorithm for
X509 certificates in mbedtls crypto driver. Now the driver supports
RSA PKCS2_1 standard as mandated by TBBR.

NOTE: With this patch, the PKCS1_5 standard compliant RSA signature
is deprecated.

Change-Id: I9cf6d073370b710cc36a7b374a55ec96c0496461
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
drivers/auth/mbedtls/mbedtls_crypto.c
include/drivers/auth/mbedtls/mbedtls_config.h