From 26a860706a0ed4c3cb4228b0265dbd5eba8547d3 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 10 Nov 2020 11:31:31 -0800 Subject: [PATCH] doc/go1.16: add crypto/x509 CSR release note Change-Id: If74d49c3be9299d8c136003673e0fee2a563389d Reviewed-on: https://go-review.googlesource.com/c/go/+/268957 Trust: Roland Shoemaker Run-TryBot: Roland Shoemaker TryBot-Result: Go Bot Reviewed-by: Katie Hockman --- doc/go1.16.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/go1.16.html b/doc/go1.16.html index 2187f0b1ad..a2f39893be 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -354,6 +354,13 @@ Do not send CLs removing the interior tags from such phrases. of a malformed certificate.

+

+ A number of additional fields have been added to the + CertificateRequest type. + These fields are now parsed in ParseCertificateRequest + and marshalled in CreateCertificateRequest. +

+

encoding/json

-- 2.50.0