From: Dmitri Shuralyov Date: Tue, 4 Feb 2020 00:26:31 +0000 (-0500) Subject: doc/go1.14: document encoding/asn1 support for BMPString X-Git-Tag: go1.14rc1~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8278627c1589fa881a25a2aa0c62e8a56e6f268a;p=gostls13.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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index c6daba4988..f99aaf4cd9 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -540,7 +540,10 @@ TODO
encoding/asn1

- TODO: https://golang.org/cl/126624: handle ASN1's string type BMPString + Unmarshal + now supports ASN.1 string type BMPString, represented by the new + TagBMPString + constant.