]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: add crypto/x509 CSR release note
authorRoland Shoemaker <roland@golang.org>
Tue, 10 Nov 2020 19:31:31 +0000 (11:31 -0800)
committerRoland Shoemaker <roland@golang.org>
Wed, 11 Nov 2020 17:12:34 +0000 (17:12 +0000)
Change-Id: If74d49c3be9299d8c136003673e0fee2a563389d
Reviewed-on: https://go-review.googlesource.com/c/go/+/268957
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
doc/go1.16.html

index 2187f0b1ad10125dcc44eca5d7be232a828ad435..a2f39893be919bb1b5aef0ed36044a9df89dbcf3 100644 (file)
@@ -354,6 +354,13 @@ Do not send CLs removing the interior tags from such phrases.
   of a malformed certificate.
 </p>
 
+<p><!-- CL 233163 -->
+  A number of additional fields have been added to the
+  <a href="/pkg/crypto/x509/#CertificateRequest">CertificateRequest</a> type.
+  These fields are now parsed in <a href="/pkg/crypto/x509/#ParseCertificateRequest">ParseCertificateRequest</a>
+  and marshalled in <a href="/pkg/crypto/x509/#CreateCertificateRequest">CreateCertificateRequest</a>.
+</p>
+
 <h3 id="encoding/json"><a href="/pkg/encoding/json">encoding/json</a></h3>
 
 <p><!-- CL 263619 -->