We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b28f5d commit bf061afCopy full SHA for bf061af
doc/go1.15.html
@@ -598,9 +598,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
598
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
599
<dd>
600
<p><!-- CL 226984 -->
601
- <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
602
of SET OF according to X.690 DER.
603
</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>
609
</dd>
610
</dl><!-- encoding/asn1 -->
611
0 commit comments