summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoland Shoemaker <roland@golang.org>2022-11-29 13:19:27 -0800
committerGopher Robot <gobot@golang.org>2022-12-02 18:13:17 +0000
commit3e2ab204a39b97e1abeda78d1442be90f48752b0 (patch)
tree72692fd3937622f0bed23a77cc9d754f759c9c9e /doc
parenteb122456455469b512c4a1995ab8d0f97b407ba0 (diff)
downloadgo-git-3e2ab204a39b97e1abeda78d1442be90f48752b0.tar.gz
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 <julieqiu@google.com> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index 077ecda76d..177b27eaeb 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -638,7 +638,8 @@ proxyHandler := &httputil.ReverseProxy{
The new <a href="/pkg/crypto/x509/#SetFallbackRoots"><code>SetFallbackRoots</code></a>
function allows a program to define a set of fallback root certificates in case the
operating system verifier or standard platform root bundle is unavailable at runtime.
- It will most commonly be used with the new TODO LINK TO x/crypto PACKAGE ONCE IT EXISTS.
+ 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>,
+ which will provide an up to date root bundle.
</p>
</dd>
</dl><!-- crypto/x509 -->