Skip to content

Commit f3741bd

Browse files
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 <roland@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 0ecf769 commit f3741bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.16.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
416416
</p>
417417

418418
<p><!-- CL 257257 -->
419-
TODO: <a href="https://golang.org/cl/257257">https://golang.org/cl/257257</a>: return additional chains from Verify on Windows
419+
On Windows, <a href="/pkg/crypto/x509/#Certificate.Verify"><code>Certificate.Verify</code></a>
420+
will now return all certificate chains that are built by the platform
421+
certificate verifier, instead of just the highest ranked chain.
420422
</p>
421423

422424
<p><!-- CL 262343 -->

0 commit comments

Comments
 (0)