Bez popisu

Filippo Valsorda 4f8e7223f9 [dev.boringcrypto.go1.11] all: merge go1.11.13 into dev.boringcrypto.go1.11 před 5 roky
.github 9ef9765c16 .github: use HTTPS for Stack Overflow link in SUPPORT.md před 6 roky
api c4bbd9a712 [dev.boringcrypto.go1.11] all: merge go1.11 into dev.boringcrypto.go1.11 před 6 roky
doc df86e1945e [release-branch.go1.11-security] doc: document Go 1.11.13 před 5 roky
lib bb222cde10 lib/time: update vendored tzdata to release 2018e před 6 roky
misc 572c4bce67 [dev.boringcrypto.go1.11] all: merge go1.11.4 into dev.boringcrypto.go1.11 před 5 roky
src 4f8e7223f9 [dev.boringcrypto.go1.11] all: merge go1.11.13 into dev.boringcrypto.go1.11 před 5 roky
test c6e3b48af6 [release-branch.go1.11] cmd/compile: add necessary operand to mergePoint in rewrite rules před 5 roky
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes před 9 roky
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist před 7 roky
AUTHORS f1c7faacf0 A+C: second and final round of updates for Go 1.11 před 6 roky
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert před 6 roky
CONTRIBUTORS f1c7faacf0 A+C: second and final round of updates for Go 1.11 před 6 roky
LICENSE d0c1888739 doc: revert copyright date to 2009 před 8 roky
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text před 14 roky
README.boringcrypto.md dcdcc38440 [dev.boringcrypto] add README.boringcrypto.md, update VERSION před 7 roky
README.md 235c5cf153 README: linkify some paths před 6 roky
favicon.ico ef694a0110 website: recreate 16px and 32px favicon před 8 roky
robots.txt 06a923ada0 godoc: serve robots.txt raw před 13 roky

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.