No Description

Filippo Valsorda dd96ded6c8 [dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15 3 years ago
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 4 years ago
api a15df605fc [dev.boringcrypto.go1.15] all: merge go1.15 into dev.boringcrypto.go1.15 4 years ago
doc 069f9d96d1 [release-branch.go1.15] doc/go1.15: mention 1.15.3 cgo restriction on empty structs 3 years ago
lib 5c9a8c0761 lib/time, time/tzdata: update tz data to 2020a 4 years ago
misc be25192f11 [dev.boringcrypto.go1.15] all: merge go1.15.11 into dev.boringcrypto.go1.15 3 years ago
src dd96ded6c8 [dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15 3 years ago
test b51bf4febc [release-branch.go1.15] cmd/link: fix handling of dupok mapzero syms 3 years ago
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 years ago
.gitignore ca0f303f2b .gitignore: ignore src/cmd/dist/dist 7 years ago
AUTHORS ca978a5ca9 A+C: add Kush Patel (corporate CLA for Hootsuite Inc) 4 years ago
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 years ago
CONTRIBUTORS cbc69e89b1 [release-branch.go1.15] all: merge master into release-branch.go1.15 4 years ago
LICENSE d0c1888739 doc: revert copyright date to 2009 8 years ago
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 years ago
README.boringcrypto.md 6c64b188a5 [dev.boringcrypto] crypto/internal/boring: update BoringCrypto module to certificate 3318 4 years ago
README.md 235c5cf153 README: linkify some paths 6 years ago
SECURITY.md f7a00c9906 SECURITY.md: update go versions 5 years ago
favicon.ico ef694a0110 website: recreate 16px and 32px favicon 8 years ago
robots.txt 06a923ada0 godoc: serve robots.txt raw 13 years ago

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 this branch holds the 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 this branch the latest release plus BoringCrypto 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.