]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/elliptic: deprecate unsafe APIs
authorFilippo Valsorda <filippo@golang.org>
Thu, 29 Dec 2022 14:38:18 +0000 (15:38 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 16 Mar 2023 16:31:26 +0000 (16:31 +0000)
commitf03fb147d773f3e0cee437e02ac2de5ce1d5e981
tree516548b1422e8af085f6d8c9d0f6150cd28410ba
parent5ddbe05c076e1e207afec384f28da14fd54651b5
crypto/elliptic: deprecate unsafe APIs

Per the updated go.dev/wiki/Deprecated, those APIs replaced by
crypto/ecdh (added in Go 1.20) can now be marked as deprecated
in Go 1.21.

Updates #52221
Updates #34648

Change-Id: Id0e11d7faa3a58a1716ce1ec6e2fff97bab96259
Reviewed-on: https://go-review.googlesource.com/c/go/+/459977
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/34648.txt [new file with mode: 0644]
api/next/52221.txt [new file with mode: 0644]
src/crypto/elliptic/elliptic.go
src/crypto/elliptic/params.go