diff options
| author | Filippo Valsorda <filippo@golang.org> | 2020-08-31 17:09:57 -0400 |
|---|---|---|
| committer | Filippo Valsorda <filippo@golang.org> | 2020-11-09 19:00:00 +0000 |
| commit | 01cdd365a9c9e934d878553016377dc476c3fa4f (patch) | |
| tree | 44238b0b59fee126b40a5eebba753e90fb070332 /src/runtime/testdata/testprog | |
| parent | fdecb5c5b46a3f0b8f299d9069d428c656576dcb (diff) | |
| download | go-01cdd365a9c9e934d878553016377dc476c3fa4f.tar.xz | |
crypto/tls: drop macFunction abstraction
Since we dropped SSLv3, there is only one MAC scheme, and it doesn't
need any state beyond a keyed HMAC, so we can replace the macFunction
with the hash.Hash it wraps.
Pointed out by mtp@.
Change-Id: I5545be0e6ccb34a3055fad7f6cb5f628ff748e9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/251859
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Trust: Roland Shoemaker <roland@golang.org>
Trust: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'src/runtime/testdata/testprog')
0 files changed, 0 insertions, 0 deletions
