]> Cypherpunks repositories - gostls13.git/commit
asn1: Enumerated, Flag and GeneralizedTime support.
authorAdam Langley <agl@golang.org>
Mon, 19 Jul 2010 15:11:40 +0000 (11:11 -0400)
committerAdam Langley <agl@golang.org>
Mon, 19 Jul 2010 15:11:40 +0000 (11:11 -0400)
commit9929ee92e736a5a0b22e8cb9a0987bd309255bd2
treea0fed5a4bed5cbedc366ac1f71e7e18a7b884ad3
parent02786d263c3fe31ed211d8872b8cc630cff09f8e
asn1: Enumerated, Flag and GeneralizedTime support.

        Add support for ASN.1 ENUMERATED types.

        Add a magic type, asn1.Flag, for the cases where the presence of an
        empty explicit tag is semantically meaningful.

        Add support for GeneralizedTime.

R=rsc
CC=golang-dev
https://golang.org/cl/1684055
src/pkg/asn1/asn1.go
src/pkg/asn1/asn1_test.go
src/pkg/asn1/common.go