Hi Simon,
> -Original Message-
> From: Simon Glass
> Sent: Saturday, September 21, 2024 12:02 AM>
>
> Hi,
>
> On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang
> wrote:
> >
> > The padding algorithm is not mandatory for all signing algorithm.
> >
> > For example, ECDSA does not require a pad
Hi,
On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang wrote:
>
> The padding algorithm is not mandatory for all signing algorithm.
>
> For example, ECDSA does not require a padding method. The RSA case
> which needs PKCS padding, the belonging info->crypto() also has the
> check on the validity of info
The padding algorithm is not mandatory for all signing algorithm.
For example, ECDSA does not require a padding method. The RSA case
which needs PKCS padding, the belonging info->crypto() also has the
check on the validity of info->padding().
Thus, remove the info->padding check from the upper, g
3 matches
Mail list logo