]> Cypherpunks repositories - gostls13.git/commit
encoding/asn1: support set tag when unmarshaling.
authorAdam Langley <agl@golang.org>
Tue, 28 Jan 2014 19:12:25 +0000 (14:12 -0500)
committerAdam Langley <agl@golang.org>
Tue, 28 Jan 2014 19:12:25 +0000 (14:12 -0500)
commit90c066da52f1f8f74e2f5cb2a9b65415140c5b57
tree92ae2881b11dda773b210be898df9756642cb4c6
parentd62379eef5c0834e4fe70fb42bc9c87b7a1fd879
encoding/asn1: support set tag when unmarshaling.

This change also addresses some places where the comments were lacking.

Fixes #7087.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/56700043
src/pkg/encoding/asn1/asn1.go
src/pkg/encoding/asn1/asn1_test.go
src/pkg/encoding/asn1/marshal.go