Няма описание

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

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.