]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add function to marshal EC private keys.
authorAdam Langley <agl@golang.org>
Thu, 20 Jun 2013 16:14:16 +0000 (12:14 -0400)
committerAdam Langley <agl@golang.org>
Thu, 20 Jun 2013 16:14:16 +0000 (12:14 -0400)
commit90352972660db161a04c80ea1bc5f832613592a9
tree0b183a2d2fa997bf778dceb27e6a7380401be104
parent004dd3d742846f0c4c2fc94e483d407a5a3957a1
crypto/x509: add function to marshal EC private keys.

This complements the parsing function that we already have.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10426043
src/pkg/crypto/x509/sec1.go
src/pkg/crypto/x509/sec1_test.go