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

Filippo Valsorda 0bad1bef40 [dev.boringcrypto.go1.9] all: merge go1.9.7 into dev.boringcrypto.go1.9 преди 6 години
.github 31b2c4cc25 .github: add .md extension to SUPPORT file преди 7 години
api cc6e26b2e1 [dev.boringcrypto] api: add crypto/x509.VerifyOptions.IsBoring to make release builder happy преди 7 години
doc f734349901 [release-branch.go1.9] doc: document Go 1.9.7 преди 6 години
lib fcee1e3739 time: vendor tzdata-2017b and update test преди 7 години
misc 0bad1bef40 [dev.boringcrypto.go1.9] all: merge go1.9.7 into dev.boringcrypto.go1.9 преди 6 години
src 0bad1bef40 [dev.boringcrypto.go1.9] all: merge go1.9.7 into dev.boringcrypto.go1.9 преди 6 години
test 93cfaa058a [release-branch.go1.9] cmd/compile: fix evaluation of "" < s преди 6 години
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes преди 9 години
.gitignore 08fe56386b .gitignore: change path to zbootstrap.go преди 7 години
AUTHORS 235aff0a40 A+C: final updates for Go 1.9 преди 7 години
CONTRIBUTING.md 7c946c6d61 .github: recommend 'go bug' when filing an issue преди 7 години
CONTRIBUTORS 235aff0a40 A+C: final updates for Go 1.9 преди 7 години
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 ef2593905d readme: add attribution for the Gopher image преди 7 години
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.