From: Roland Shoemaker
Date: Tue, 10 Nov 2020 19:31:31 +0000 (-0800)
Subject: doc/go1.16: add crypto/x509 CSR release note
X-Git-Tag: go1.16beta1~253
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=26a860706a0ed4c3cb4228b0265dbd5eba8547d3;p=gostls13.git
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
---
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.
+
+