From: Roland Shoemaker Date: Fri, 10 Jun 2022 20:21:14 +0000 (-0700) Subject: doc/go1.19: fix crypto tags X-Git-Tag: go1.19rc1~141 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d27128b065010ac6bae8dd648f85302240417294;p=gostls13.git 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 --- 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.