]> Cypherpunks repositories - gostls13.git/commit
asn1: fix marshalling of empty optional RawValues
authorMikkel Krautz <mikkel@krautz.dk>
Wed, 1 Jun 2011 16:54:16 +0000 (12:54 -0400)
committerAdam Langley <agl@golang.org>
Wed, 1 Jun 2011 16:54:16 +0000 (12:54 -0400)
commit2899535de5a343b645ebaddca4147e34d764b8a5
tree295f5c8184eac5aec1cd59091e218fbed4469370
parent2c4edb0eea6503da73eec69261b2771ad0c9d973
asn1: fix marshalling of empty optional RawValues

This fixes creation of X509 certificates with
RSA keys. (Broken by e5ecc416f2fd)

R=agl
CC=golang-dev
https://golang.org/cl/4553052
src/pkg/asn1/marshal.go
src/pkg/asn1/marshal_test.go