commit | 7cc7ab73f83ee6d50dc9536bc3355495d8600fad | [log] [tgz] |
---|---|---|
author | Vitaly Chikunov <[email protected]> | Thu Apr 21 20:25:10 2022 +0300 |
committer | Herbert Xu <[email protected]> | Fri Apr 29 13:44:58 2022 +0800 |
tree | af7e23dd45aa77f45a0317d5f1314075f8da0233 | |
parent | 4ee4cdad368a26de3967f2975806a9ee2fa245df [diff] |
crypto: ecrdsa - Fix incorrect use of vli_cmp Correctly compare values that shall be greater-or-equal and not just greater. Fixes: 0d7a78643f69 ("crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm") Cc: <[email protected]> Signed-off-by: Vitaly Chikunov <[email protected]> Signed-off-by: Herbert Xu <[email protected]>