[PATCH 0/2] Implement RSA-PSS signature scheme

2017-03-01 Thread Daiki Ueno
From: Daiki Ueno Hello, This series of patches implements the RSA-PSS signature scheme, as specified in RFC 3447. To keep the interface minimal but to allow TLS 1.3 implementations on top of this, only SHA256/384/512 variants are provided. The prototypes of the top-level

[PATCH 2/2] Add PSS variants for RSA sign/verify functions

2017-03-01 Thread Daiki Ueno
From: Daiki Ueno Signed-off-by: Daiki Ueno --- Makefile.in | 2 + nettle.texinfo | 30 + rsa-pss-sha256-sign-tr.c | 64 ++ rsa-pss-sha256-verify.c | 60 +