Không có mô tả

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

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.