mirror of https://github.com/golang/go.git
doc/go1.14: document encoding/asn1 support for BMPString
Updates #36878 Change-Id: Ib3ea1ef21c4b8ada3d354a0022a19914c1311399 Reviewed-on: https://go-review.googlesource.com/c/go/+/217637 Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
parent
b8d339bc8d
commit
8278627c15
|
|
@ -540,7 +540,10 @@ TODO
|
||||||
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
|
<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 126624 -->
|
<p><!-- CL 126624 -->
|
||||||
TODO: <a href="https://golang.org/cl/126624">https://golang.org/cl/126624</a>: handle ASN1's string type BMPString
|
<a href="/pkg/encoding/asn1/#Unmarshal"><code>Unmarshal</code></a>
|
||||||
|
now supports ASN.1 string type BMPString, represented by the new
|
||||||
|
<a href="/pkg/encoding/asn1/#TagBMPString"><code>TagBMPString</code></a>
|
||||||
|
constant.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</dl><!-- encoding/asn1 -->
|
</dl><!-- encoding/asn1 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue