]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: crypto/tls.Config.NameToCertificate is deprecated
authorIan Lance Taylor <iant@golang.org>
Thu, 25 Jun 2020 23:39:56 +0000 (16:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 26 Jun 2020 17:32:19 +0000 (17:32 +0000)
commit186e61f319c2fb0d0abc72c85d8818eba06e26e3
tree27f964f4ae71704319bbe6ba1ae36828561c5300
parentd1015f3e58e50c3e6f958391a9174fc15e030e83
doc/go1.14: crypto/tls.Config.NameToCertificate is deprecated

Also crypto/tls.Config.BuildNameToCertificate.

Note that this field and method were deprecated in the Go 1.14 release,
so this change is to the 1.14 release notes.

Fixes #37626

Change-Id: If8549bc746f42a93f1903439e1b464b3e81e2c19
Reviewed-on: https://go-review.googlesource.com/c/go/+/240005
Reviewed-by: Filippo Valsorda <filippo@golang.org>
doc/go1.14.html