]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add support for SEC1/EC private keys.
authorJoel Sing <jsing@google.com>
Wed, 14 Nov 2012 16:39:00 +0000 (03:39 +1100)
committerJoel Sing <jsing@google.com>
Wed, 14 Nov 2012 16:39:00 +0000 (03:39 +1100)
commit63315c0af1df2bb3fc443860c2cb70a4a60380b5
tree2c45696fb541c80dc15013f1e13cbbb18ef50d92
parent8c96e6d7404f27f473f97dcef8b9fc1f7f7161da
crypto/x509: add support for SEC1/EC private keys.

Add support for parsing SEC1 EC private keys and PKCS8 encapsulated
EC private key structures.

R=agl
CC=golang-dev
https://golang.org/cl/6767045
src/pkg/crypto/x509/pkcs8.go
src/pkg/crypto/x509/pkcs8_test.go
src/pkg/crypto/x509/sec1.go [new file with mode: 0644]
src/pkg/crypto/x509/sec1_test.go [new file with mode: 0644]