설명 없음

Russ Cox 42cb4dcdb5 [dev.boringcrypto.go1.8] api: add x509.VerifyOptions.IsBoring 7 년 전
.github 9ac67f56f7 doc: improve issue template 8 년 전
api 42cb4dcdb5 [dev.boringcrypto.go1.8] api: add x509.VerifyOptions.IsBoring 7 년 전
doc f3e6216450 [release-branch.go1.8] doc: update bootstrap archive URL 7 년 전
lib c3fc9b4b81 lib/time: update tzdata to 2016j 7 년 전
misc 93c869ec16 [dev.boringcrypto.go1.8] misc/boring: update VERSION 7 년 전
src 6201a632a2 [dev.boringcrypto.go1.8] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 7 년 전
test e396667ba3 [release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLs 7 년 전
.gitattributes b7a2b1e980 .gitattributes: prevent all magic line ending changes 9 년 전
.gitignore f5608c20f7 .gitignore: fix attempt at rooted paths 7 년 전
AUTHORS 9c6a5ef922 A+C: automated update 7 년 전
CONTRIBUTING.md 5ddfa69fef doc: update CONTRIBUTING.md a bit, mention proposal process 7 년 전
CONTRIBUTORS 9c6a5ef922 A+C: automated update 7 년 전
LICENSE d0c1888739 doc: revert copyright date to 2009 8 년 전
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 년 전
README.boringcrypto.md 4f6c6be21e [dev.boringcrypto.go1.8] add README.boringcrypto.md, update VERSION 7 년 전
README.md f674537cc9 README.md: update and simplify 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.