Geen omschrijving

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

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.