Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding/asn1: SET decode ignores tag asn1:"set" #7087

Closed
gopherbot opened this issue Jan 9, 2014 · 2 comments
Closed

encoding/asn1: SET decode ignores tag asn1:"set" #7087

gopherbot opened this issue Jan 9, 2014 · 2 comments
Milestone

Comments

@gopherbot
Copy link

by klaidliadon:

When decoding an ASN1 structure a SET entry is recognized only if the corresponding
field type ends with SET, the struct field tag `asn1:"set"`is ignored.

Which compiler are you using (5g, 6g, 8g, gccgo)?
gcc

osx 10.6.8 amd64
go version devel +f4d1cb8d9a91 Thu Sep 19 22:34:33 2013 +1000 darwin/amd64
@agl
Copy link
Contributor

agl commented Jan 10, 2014

Comment 1:

Labels changed: added release-go1.3.

Owner changed to @agl.

Status changed to Accepted.

@agl
Copy link
Contributor

agl commented Jan 28, 2014

Comment 2:

This issue was closed by revision 90c066d.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants