diff --git a/doc/go1.14.html b/doc/go1.14.html index 478035360a8c96..35a9f3c2f3f21c 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -466,7 +466,15 @@

Minor changes to the library

certificate, and letting the package automatically select the best one. Note that the performance of this selection is going to be poor unless the Certificate.Leaf - field is set. + field is set. The + Config.NameToCertificate + field, which only supports associating a single certificate with + a give name, is now deprecated and should be left as nil. + Similarly the + Config.BuildNameToCertificate + method, which builds the NameToCertificate field + from the leaf certificates, is now deprecated and should not be + called.