Re: [PATCH v2 00/18] Implement RSASSA-PSS signature verification

2021-04-20 Thread Varad Gautam
Hi David, On 4/8/21 5:08 PM, David Howells wrote: > Varad Gautam wrote: > >> The test harness is available at [5]. > > Can you add this to the keyutils testsuite? > These are two separate things IMO - the keyutils tests test for "the keyctl interface behaves as advertised". Testing the

Re: [PATCH v2 00/18] Implement RSASSA-PSS signature verification

2021-04-08 Thread David Howells
Varad Gautam wrote: > The test harness is available at [5]. Can you add this to the keyutils testsuite? https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git David

[PATCH v2 00/18] Implement RSASSA-PSS signature verification

2021-04-08 Thread Varad Gautam
Linux currently supports RSA PKCSv1.5 encoding scheme for signing / verification. This adds support for RSASSA PSS signature verification as described in RFC8017 [1]. Patch 1 extends the x509 certificate parser to unpack PSS signature parameters. Patches 2-8 pull out the common functions /