Skip to content
Commit c5ce7c69 authored by Nicolai Stange's avatar Nicolai Stange Committed by Herbert Xu
Browse files

lib/digsig: digsig_verify_rsa(): return -EINVAL if modulo length is zero



Currently, if digsig_verify_rsa() detects that the modulo's length is zero,
i.e. mlen == 0, it returns -ENOMEM which doesn't really fit here.

Make digsig_verify_rsa() return -EINVAL upon mlen == 0.

Signed-off-by: default avatarNicolai Stange <nicstange@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 03cdfaad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment