commit | c126467f60eb25f8f27e5a981f32a87e3965053f | [log] [tgz] |
---|---|---|
author | Alex Vaghin <ddos@google.com> | Mon Jul 23 17:26:11 2018 +0200 |
committer | Alex Vaghin <ddos@google.com> | Mon Jul 23 16:41:46 2018 +0000 |
tree | 72e2bc8b7f0203aa7da6eb75d212bb65e3ebaa1c | |
parent | a521dfce2584b08efb1ec3eab94c05254dcf8f09 [diff] |
acme/autocert: add support for tls-alpn-01 Because tls.Config now requires more fields to be set in order for tls-alpn to work, Manager provides a new TLSConfig method for easier setup. This CL also adds a new internal package for end-to-end tests. The package implements a simple ACME CA server. Fixes golang/go#25013 Fixes golang/go#25901 Updates golang/go#17251 Change-Id: I2687ea8d5c445ddafad5ea2cdd36cd4e7d10bc86 Reviewed-on: https://go-review.googlesource.com/125495 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.