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.