mirror of
https://github.com/golang/go.git
synced 2025-05-19 06:14:40 +00:00
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>
This commit is contained in:
parent
0ecf769633
commit
f3741bdf7c
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user