From d27128b065010ac6bae8dd648f85302240417294 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Fri, 10 Jun 2022 13:21:14 -0700 Subject: [PATCH] doc/go1.19: fix crypto tags Closes an unclosed tag, and tags a type that was untagged. Change-Id: I9a1efda07f783f0ca7a93ffefbda4e29f5fc8d41 Reviewed-on: https://go-review.googlesource.com/c/go/+/411694 Auto-Submit: Roland Shoemaker TryBot-Result: Gopher Robot Reviewed-by: Julie Qiu Run-TryBot: Roland Shoemaker --- doc/go1.19.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 37f562a9df..00fd38e2d6 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -367,9 +367,9 @@ as well as support for rendering them to HTML, Markdown, and text. RawIssuer, Signature, AuthorityKeyId, and Extensions. - The new method RevocationList.CheckSignatureFrom + The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a - Certificate. + Certificate. With the new CRL functionality, the existing functions ParseCRL and @@ -391,7 +391,7 @@ as well as support for rendering them to HTML, Markdown, and text.

The types CertificateList and TBSCertificateList - have been deprecated. The new crypto/x509 CRL functionality + have been deprecated. The new crypto/x509 CRL functionality should be used instead.

-- 2.50.0