From: Roland Shoemaker Date: Tue, 1 Dec 2020 00:32:41 +0000 (-0800) Subject: doc/go1.16: add crypto/x509 note about Verify on Windows X-Git-Tag: go1.16beta1~137 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f3741bdf7cab5fc8254bebce00479c0168ace86c;p=gostls13.git doc/go1.16: add crypto/x509 note about Verify on Windows Updates #42897 Change-Id: Ice25922475405aca3cf2cb1c163462f223ede736 Reviewed-on: https://go-review.googlesource.com/c/go/+/274239 Trust: Roland Shoemaker Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 6e371b9617..71cd7e259e 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -416,7 +416,9 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: https://golang.org/cl/257257: return additional chains from Verify on Windows + On Windows, Certificate.Verify + will now return all certificate chains that are built by the platform + certificate verifier, instead of just the highest ranked chain.