commit | 123c91d04f3302c23331d80b076239b60623959e | [log] [tgz] |
---|---|---|
author | Julien Boeuf <jboeuf@google.com> | Wed Nov 11 14:50:21 2015 -0800 |
committer | Julien Boeuf <jboeuf@google.com> | Wed Nov 11 14:50:21 2015 -0800 |
tree | 1e9b29050228afad2938af783aaf5edc687b970f | |
parent | 3490323066222fe765ef7903b53a48cbc876906d [diff] |
Updating the test SSL certs. - For interoperability testing, we need the same certs everywhere. - This was not possible before because Go could not deal with some field being encoded as PRINTABLESTRING in the CA and UTF8STRING in the server1 cert. However, the certs have been fixed in: https://github.com/grpc/grpc/pull/4096 - Also changed the go root testdata cert to avoid confusion (maybe there should not be that many copy of the certs in the repo but I will leave this to the repo maintainers).
#gRPC-Go
The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.
To install this package, you need to install Go 1.4 or above and setup your Go workspace on your computer. The simplest way to install the library is to run:
$ go get google.golang.org/grpc
This requires Go 1.4 or above.
The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.
See API documentation for package and API descriptions and find examples in the examples directory.
Beta release