Skip to content

Commit bf061af

Browse files
rolandshoemakerFiloSottile
authored andcommitted
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 <[email protected]>
1 parent 4b28f5d commit bf061af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/go1.15.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
598598
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
599599
<dd>
600600
<p><!-- CL 226984 -->
601-
<a href="/pkg/encoding/asn1/#Marshal">Marshal</a> now sorts the components
601+
<a href="/pkg/encoding/asn1/#Marshal"><code>Marshal</code></a> now sorts the components
602602
of SET OF according to X.690 DER.
603603
</p>
604+
605+
<p><!-- CL 227320 -->
606+
<a href="/pkg/encoding/asn1/#Unmarshal"><code>Unmarshal</code></a> now rejects tags and
607+
Object Identifiers which are not minimally encoded according to X.690 DER.
608+
</p>
604609
</dd>
605610
</dl><!-- encoding/asn1 -->
606611

0 commit comments

Comments
 (0)