]> Cypherpunks repositories - gostls13.git/commit
asn1:
authorAdam Langley <agl@golang.org>
Wed, 18 Nov 2009 02:09:41 +0000 (18:09 -0800)
committerAdam Langley <agl@golang.org>
Wed, 18 Nov 2009 02:09:41 +0000 (18:09 -0800)
commit80b7f6a8d4b9e3ee650f95fbd070d32b73ac6376
treec72fdb7b2fbefafe3b16d8a3cf933e0b2b26e1f6
parentaae0aefb70f4fe2f51c17ae45dd695a34efd5736
asn1:
  * add Marshal
  * add BitString.RightAlign
  * change to using a *time.Time (from time.Time) since that's what
    the time package uses.
  * return the unparsed data from Unmarshal.

R=rsc
CC=golang-dev
https://golang.org/cl/156047
src/pkg/asn1/Makefile
src/pkg/asn1/asn1.go
src/pkg/asn1/asn1_test.go
src/pkg/asn1/common.go [new file with mode: 0644]
src/pkg/asn1/marshal.go [new file with mode: 0644]
src/pkg/asn1/marshal_test.go [new file with mode: 0644]
src/pkg/crypto/x509/x509.go