Ingen beskrivning

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

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.