]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: panic when operating on invalid points
authorFilippo Valsorda <filippo@golang.org>
Wed, 30 Mar 2022 20:10:00 +0000 (22:10 +0200)
committerFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 21:52:55 +0000 (21:52 +0000)
commita218b3520a500254cc82b996b79ad6f5a355021c
treedf012c40da4c0f6b7c0475fe65f491f87600fa28
parent52e24b492dc9295f2833f32e4f3601e716e5c1ed
crypto/elliptic: panic when operating on invalid points

Fixes #50975
For #52182

Change-Id: I4a98d965436c7034877b8c0146bb0bd5b802d6fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/382995
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/crypto/elliptic/elliptic.go
src/crypto/elliptic/elliptic_test.go
src/crypto/elliptic/nistec.go
src/crypto/elliptic/nistec_p256.go
src/crypto/elliptic/params.go