]> Cypherpunks repositories - gostls13.git/commit
asn1: Implement correct marshalling of length octets
authorLuit van Drongelen <luitvd@gmail.com>
Mon, 11 Apr 2011 14:28:34 +0000 (10:28 -0400)
committerAdam Langley <agl@golang.org>
Mon, 11 Apr 2011 14:28:34 +0000 (10:28 -0400)
commitfe3dcfee274a41456187970f6059d091f9dbb525
tree94e82bedddf6a5af3099cf13ac033ab2b115d4c2
parent69a9bf4195af3a4537bf4e1c23a99599cdc7b163
asn1: Implement correct marshalling of length octets

Fixes #1683

R=agl1
CC=golang-dev, rsc
https://golang.org/cl/4367049
src/pkg/asn1/marshal.go
src/pkg/asn1/marshal_test.go