1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:24:32 -06:00
go/misc
Filippo Valsorda 347af7f060 [dev.boringcrypto] misc/boring: add go1.12.1b4 and update build scripts
The inliner seems to have gotten a bit too smart in 1.12 and it made
sha1.boringNewSHA1 disappear. Replace it with the proper
crypto/internal/boring/sig.BoringCrypto signature. Also, switch the
negative signature to sha256.(*digest), since SHA-256 is used for sure
by cmd/go. Not using crypto/internal/boring/sig.StandardCrypto just to
be safe, in case the crypto/internal/boring/sig mechanism breaks.

Also, had to fight #30833 and #30515 to get
golang.org/x/build/cmd/release to build in modules mode.

Change-Id: I46f1471582fd77daae47d00baab975109902052d
Reviewed-on: https://go-review.googlesource.com/c/go/+/169517
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-28 18:21:20 +00:00
..
android misc/android: copy testdata directories to device before running 2019-02-26 18:01:15 +00:00
arm
boring [dev.boringcrypto] misc/boring: add go1.12.1b4 and update build scripts 2019-03-28 18:21:20 +00:00
cgo misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD 2019-02-26 13:29:07 +00:00
chrome/gophertool
git
ios misc/ios: remove note from output of detect.go 2018-10-24 15:33:31 +00:00
linkcheck
nacl all: move cmd/internal/xcoff to internal/xcoff 2018-12-10 18:52:31 +00:00
swig
trace misc/trace: update trace_viewer_full.html 2018-04-26 20:26:23 +00:00
wasm syscall/js: rename js.Callback to js.Func 2018-12-13 18:34:01 +00:00
benchcmp
editors