good morning!!!!

Skip to content
Snippets Groups Projects
Commit 02559515 authored by Felix Lange's avatar Felix Lange Committed by Guillaume Ballet
Browse files

crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)

ToECDSAPub was unsafe because it returned a non-nil key with nil X, Y in
case of invalid input. This change replaces ToECDSAPub with
UnmarshalPubkey across the codebase.
parent 85cd64df
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment