From f3741bdf7cab5fc8254bebce00479c0168ace86c Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Mon, 30 Nov 2020 16:32:41 -0800 Subject: [PATCH] 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 --- doc/go1.16.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.

-- 2.50.0