]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/boring: tolerate empty ECDSA signatures
authorFilippo Valsorda <filippo@golang.org>
Mon, 21 Nov 2022 22:24:58 +0000 (23:24 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 22 Nov 2022 03:11:31 +0000 (03:11 +0000)
commit6a72514076f6e2be54af267959e3098693e02980
tree7f65e09b013bde996b81d64b7d473f5a3c8115be
parentf41fdc126786ced31e58649d2a1f5ec8da13c439
crypto/internal/boring: tolerate empty ECDSA signatures

VerifyASN1 became directly reachable without encoding/decoding in
CL 353849, so it's now possible for the signature to be empty.

Change-Id: I37d6400945ab541120180bf73335e0ec93322947
Reviewed-on: https://go-review.googlesource.com/c/go/+/452635
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/internal/boring/ecdsa.go