plugeth/signer/core
Felix Lange 0255951587 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.
2018-06-12 15:26:08 +02:00
..
abihelper_test.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
abihelper.go signer: fix golint errors (#16653) 2018-05-04 11:04:17 +03:00
api_test.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
api.go crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 2018-06-12 15:26:08 +02:00
auditlog.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
cliui.go signer: fix golint errors (#16653) 2018-05-04 11:04:17 +03:00
stdioui.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
types.go signer: fix golint errors (#16653) 2018-05-04 11:04:17 +03:00
validation_test.go cmd/clef, signer: initial poc of the standalone signer (#16154) 2018-04-16 15:04:32 +03:00
validation.go signer: fix golint errors (#16653) 2018-05-04 11:04:17 +03:00