]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: add crypto/x509 note about Verify on Windows
authorRoland Shoemaker <roland@golang.org>
Tue, 1 Dec 2020 00:32:41 +0000 (16:32 -0800)
committerRoland Shoemaker <roland@golang.org>
Tue, 1 Dec 2020 04:13:25 +0000 (04:13 +0000)
Updates #42897

Change-Id: Ice25922475405aca3cf2cb1c163462f223ede736
Reviewed-on: https://go-review.googlesource.com/c/go/+/274239
Trust: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.16.html

index 6e371b9617c454696dcd0d03f6d812c40ed7acdc..71cd7e259e0a11f7658320c50861626ab44ee1d4 100644 (file)
@@ -416,7 +416,9 @@ Do not send CLs removing the interior tags from such phrases.
     </p>
 
     <p><!-- CL 257257 -->
-      TODO: <a href="https://golang.org/cl/257257">https://golang.org/cl/257257</a>: return additional chains from Verify on Windows
+      On Windows, <a href="/pkg/crypto/x509/#Certificate.Verify"><code>Certificate.Verify</code></a>
+      will now return all certificate chains that are built by the platform
+      certificate verifier, instead of just the highest ranked chain.
     </p>
 
     <p><!-- CL 262343 -->