]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto
authorRuss Cox <rsc@golang.org>
Thu, 3 Aug 2017 03:36:53 +0000 (23:36 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Aug 2017 19:31:45 +0000 (19:31 +0000)
commit96d6718e4fa3acefa31f0d168664dff32ecf6c6d
tree38f3dd46fd436d574ea672f5b4053e2bc78d9fa0
parente0e2bbdd00966a5fdbae0fc2223651fae735e7e2
[dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto

Change-Id: I80a764971b41f75c3b699797bfed71f509e3407d
Reviewed-on: https://go-review.googlesource.com/55474
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/internal/boring/notboring.go
src/crypto/internal/boring/sha.go [new file with mode: 0644]
src/crypto/sha1/boring.go [new file with mode: 0644]
src/crypto/sha1/notboring.go [new file with mode: 0644]
src/crypto/sha1/sha1.go
src/crypto/sha1/sha1_test.go
src/crypto/sha256/sha256.go
src/crypto/sha256/sha256_test.go
src/crypto/sha512/sha512.go
src/crypto/sha512/sha512_test.go
src/crypto/tls/cipher_suites.go