]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.boringcrypto] crypto/boring: expose boring.Enabled()
authorFilippo Valsorda <filippo@golang.org>
Tue, 25 Aug 2020 15:14:05 +0000 (11:14 -0400)
committerFilippo Valsorda <filippo@golang.org>
Tue, 29 Sep 2020 11:13:21 +0000 (11:13 +0000)
commitef2b318974ae7c77959f83f43283e2c8a6934dfa
tree926d30db0cebda572067361d03e9b2093c88f7a0
parent37824212304992f0cbca37c397bf8d2f9a7fa405
[dev.boringcrypto] crypto/boring: expose boring.Enabled()

This will let applications check whether they are using BoringCrypto
without making assumptions.

Change-Id: I704304aa4f2095029d536a91708e8b9efddec01c
Reviewed-on: https://go-review.googlesource.com/c/go/+/250499
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/crypto/boring/boring.go [new file with mode: 0644]
src/crypto/boring/boring_test.go [new file with mode: 0644]
src/go/build/deps_test.go