commit | 9522956605205d23fe99142547ca3227574d418a | [log] [tgz] |
---|---|---|
author | Bob Wolff <bob.wolff68@gmail.com> | Tue Feb 27 15:57:03 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 07 07:41:41 2024 -0500 |
tree | 7bb5ff48beb02cd32ca5c94cb066ecbdc98a75ac | |
parent | 6eb682bc7ea398fad4aadb612c690884e73edc03 [diff] |
Check curve_name for null to avoid crash If mixed rsa and ecdsa keys are specified in dtsi, an rsa key can be sent into the ecdsa verify. Without the ecdsa,curve property, this function will crash due to lack of checking the null pointer return. Signed-off-by: Bob Wolff <bob.wolff68@gmail.com>