aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-08-14 11:44:27 -0400
committerRuss Cox <rsc@golang.org>2017-08-26 00:52:07 +0000
commit4f6c6be21e68c7b55aeb1d7fddd5c1771b7310ea (patch)
treec062e9a5f760752febdb11f3b1e55c5c9e6a12eb
parente6ba6f7890c337ab63d2687442260d74165c9ce5 (diff)
downloadgo-4f6c6be21e68c7b55aeb1d7fddd5c1771b7310ea.tar.gz
go-4f6c6be21e68c7b55aeb1d7fddd5c1771b7310ea.zip
[dev.boringcrypto.go1.8] add README.boringcrypto.md, update VERSION
Change-Id: I415fcc23b62666d78aed3ddc7d2731127c810be3 Reviewed-on: https://go-review.googlesource.com/55471 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Adam Langley <agl@golang.org> Reviewed-on: https://go-review.googlesource.com/57931
-rw-r--r--README.boringcrypto.md18
-rw-r--r--VERSION1
2 files changed, 18 insertions, 1 deletions
diff --git a/README.boringcrypto.md b/README.boringcrypto.md
new file mode 100644
index 0000000000..b6f5805429
--- /dev/null
+++ b/README.boringcrypto.md
@@ -0,0 +1,18 @@
+# dev.boringcrypto branch
+
+We have been working inside Google on a fork of Go that uses
+BoringCrypto (the core of [BoringSSL](https://boringssl.googlesource.com/boringssl/)) for various crypto primitives, in
+furtherance of some [work related to FIPS 140-2](http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp2964.pdf). 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.
diff --git a/VERSION b/VERSION
deleted file mode 100644
index 3e144cd980..0000000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-go1.8.3 \ No newline at end of file