Skip to content

Commit 3e2ab20

Browse files
rolandshoemakergopherbot
authored andcommitted
doc/go1.20: resolve root bundle package TODO
We're unlikely to get this package out of the door all that soon. For now add a note that SetFallbackRoots will be most commonly used with an TBA package, and link the tracking issue. We could also just remove the "It will most commonly be used ..." sentence. Change-Id: Ie96134d757f5b4c69f1878d53c92b5ed602671e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/454056 Reviewed-by: Julie Qiu <[email protected]> Run-TryBot: Roland Shoemaker <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Roland Shoemaker <[email protected]>
1 parent eb12245 commit 3e2ab20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.20.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
638638
The new <a href="/pkg/crypto/x509/#SetFallbackRoots"><code>SetFallbackRoots</code></a>
639639
function allows a program to define a set of fallback root certificates in case the
640640
operating system verifier or standard platform root bundle is unavailable at runtime.
641-
It will most commonly be used with the new TODO LINK TO x/crypto PACKAGE ONCE IT EXISTS.
641+
It will most commonly be used with a new package, <a href="/pkg/golang.org/x/crypto/x509roots/fallback">golang.org/x/crypto/x509roots/fallback</a>,
642+
which will provide an up to date root bundle.
642643
</p>
643644
</dd>
644645
</dl><!-- crypto/x509 -->

0 commit comments

Comments
 (0)