aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoland Shoemaker <rolandshoemaker@gmail.com>2020-06-30 09:14:15 -0700
committerFilippo Valsorda <filippo@golang.org>2020-06-30 17:24:22 +0000
commitbf061af1d0cf5b27ec1415d7b555874b070f483a (patch)
tree7325478dbfef81e5e294140aa61bfee9286cdf1d /doc
parent4b28f5ded3c3af3d881384e278595426c478e24b (diff)
downloadgo-bf061af1d0cf5b27ec1415d7b555874b070f483a.tar.gz
go-bf061af1d0cf5b27ec1415d7b555874b070f483a.zip
doc/go1.15: add encoding/asn1 note about minimal encoding
Also fix missing <code> tags in the other encoding/asn1 note. Updates #37419 Change-Id: Ic0e9131016b44ed864629aa8d0a7fddb57146d21 Reviewed-on: https://go-review.googlesource.com/c/go/+/240518 Reviewed-by: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index d9fe3b32d8..fb746be01c 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -598,9 +598,14 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
<dd>
<p><!-- CL 226984 -->
- <a href="/pkg/encoding/asn1/#Marshal">Marshal</a> now sorts the components
+ <a href="/pkg/encoding/asn1/#Marshal"><code>Marshal</code></a> now sorts the components
of SET OF according to X.690 DER.
</p>
+
+ <p><!-- CL 227320 -->
+ <a href="/pkg/encoding/asn1/#Unmarshal"><code>Unmarshal</code></a> now rejects tags and
+ Object Identifiers which are not minimally encoded according to X.690 DER.
+ </p>
</dd>
</dl><!-- encoding/asn1 -->