Re: [PATCH 4/8] akcipher: Move the RSA DER encoding to the crypto layer

From: David Howells
Date: Tue Feb 23 2016 - 05:55:29 EST


Andrew Zaborowski <balrogg@xxxxxxxxxxxxxx> wrote:

> AIUI Tadeusz is proposing adding the hashing as a new feature. Note
> though that the hash paremeter won't make sense for the encrypt,
> decrypt or verify operations.

The hash parameter is necessary for the verify operation. From my
perspective, I want a verify operation that takes the signature, the message
hash and the hash name and gives me back an error code.

David