No Description

Filippo Valsorda 4b76b996cb [dev.boringcrypto.go1.10] all: merge go1.10.8 into dev.boringcrypto.go1.10 5 years ago
.github 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
api 8c59903b07 [dev.boringcrypto.go1.10] all: merge go1.10rc2 into dev.boringcrypto 6 years ago
doc d4cad3c4b1 [release-branch.go1.10-security] doc: document Go 1.10.8 5 years ago
lib c46952172d lib/time: follow redirects in curl 6 years ago
misc 2e2a04a605 [dev.boringcrypto.go1.10] all: merge go1.10.4 into dev.boringcrypto.go1.10 6 years ago
src 4b76b996cb [dev.boringcrypto.go1.10] all: merge go1.10.8 into dev.boringcrypto.go1.10 5 years ago
test a9ccbe0a69 Revert "[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evaluated when using soft-float" 5 years ago
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 years ago
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 years ago
AUTHORS a62071a209 A+C: update late Go 1.10 contributors 6 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
CONTRIBUTORS a62071a209 A+C: update late Go 1.10 contributors 6 years ago
LICENSE d0c1888739 doc: revert copyright date to 2009 8 years ago
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 years ago
README.boringcrypto.md dcdcc38440 [dev.boringcrypto] add README.boringcrypto.md, update VERSION 7 years ago
README.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 8 years ago
robots.txt 06a923ada0 godoc: serve robots.txt raw 13 years ago

README.boringcrypto.md

dev.boringcrypto branch

We have been working inside Google on a fork of Go that uses BoringCrypto (the core of BoringSSL) for various crypto primitives, in furtherance of some work related to FIPS 140-2. We have heard that some external users of Go would be interested in this code as well, so I intend to create a new branch dev.boringcrypto that will hold patches to make Go use BoringCrypto.

Unlike typical dev branches, we do not intend any eventual merge of this code into the master branch. Instead we intend to maintain in that branch the latest release plus BoringCrypto patches. In this sense it is a bit like dev.typealias holding go1.8+type alias patches.

To be clear, we are not making any statements or representations about the suitability of this code in relation to the FIPS 140-2 standard. Interested users will have to evaluate for themselves whether the code is useful for their own purposes.