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 @@
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.