Commit 36614fa
crypto/slh_dsa/slh_hash.c: Add check for EVP_MD_get_size()
Add the check for the return value of EVP_MD_get_size() to avoid invalid size.
Fixes: 2f9e152 ("Add SLH_DSA signature verification.")
Signed-off-by: Jiasheng Jiang <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Paul Yang <[email protected]>
(Merged from openssl#27900)1 parent b4fedba commit 36614fa
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| |||
0 commit comments