1
0
mirror of https://github.com/golang/go synced 2024-09-29 16:34:31 -06:00
go/src/crypto
Matthew Dempsky ca8e17164e [dev.regabi] all: merge master into dev.regabi
The list of conflicted files for this merge is:

   src/cmd/compile/internal/gc/inl.go
   src/cmd/compile/internal/gc/order.go
   src/cmd/compile/internal/gc/ssa.go
   test/fixedbugs/issue20415.go
   test/fixedbugs/issue22822.go
   test/fixedbugs/issue28079b.go

inl.go was updated for changes on dev.regabi: namely that OSELRECV has
been removed, and that OSELRECV2 now only uses List, rather than both
Left and List.

order.go was updated IsAutoTmp is now a standalone function, rather
than a method on Node.

ssa.go was similarly updated for new APIs involving package ir.

The tests are all merging upstream additions for gccgo error messages
with changes to cmd/compile's error messages on the dev.regabi branch.

Change-Id: Icaaf186d69da791b5994dbb6688ec989caabec42
2020-12-21 11:19:04 -08:00
..
aes
cipher crypto/cipher: use Neon for xor on arm64 2020-11-07 03:19:27 +00:00
des
dsa
ecdsa
ed25519 crypto/ed25519/internal/edwards25519: fix typo in comments 2020-12-02 20:17:57 +00:00
elliptic
hmac crypto/hmac: panic if reusing hash.Hash values 2020-10-19 15:00:02 +00:00
internal
md5 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
rand crypto/rand: generate random numbers using RtlGenRandom on Windows 2020-10-27 12:00:35 +00:00
rc4
rsa
sha1
sha256
sha512
subtle
tls crypto/tls: revert "add HandshakeContext method to Conn" 2020-12-17 20:04:25 +00:00
x509 Merge branch 'master' into dev.regabi 2020-12-14 11:42:42 -05:00
crypto.go
issue21104_test.go