]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: add crypto/tls release notes
authorFilippo Valsorda <filippo@golang.org>
Tue, 28 Jan 2020 22:37:58 +0000 (14:37 -0800)
committerFilippo Valsorda <filippo@golang.org>
Fri, 31 Jan 2020 20:18:54 +0000 (20:18 +0000)
commit1b7fefc91f7779c886a307c809144b57d84ed35e
treea5b373a5d8de3c6066d4fc3ec2a0ed351ffabdf5
parentd91c3bc20393cab601d372547471468c869320af
doc/go1.14: add crypto/tls release notes

A few minor changes that didn't feel worth mentioning:

* CL 205059: support leaving Certificates/GetCertificate nil if
  GetConfigForClient is set
* CL 205059: send the unrecognized_name alert when there are no
  available certificates
* CL 205068: add correct names for CHACHA20_POLY1305 ciphersuite constants
* CL 204046: fix CreateCRL for Ed25519 CAs
* CL 205058: add CertificateRequestInfo.Version

Change-Id: Ie820fb0c6842e669edde031132c7cda5b09e7682
Reviewed-on: https://go-review.googlesource.com/c/go/+/216759
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.14.html