]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: fix names in certificate generation.
authorAdam Langley <agl@golang.org>
Wed, 19 Oct 2011 16:19:13 +0000 (12:19 -0400)
committerAdam Langley <agl@golang.org>
Wed, 19 Oct 2011 16:19:13 +0000 (12:19 -0400)
commitec0b5533c9cb77bac948171c49e62ab8c7500f18
treed0827bc4c72445f51a477b3bf14e494d8812f467
parent314afb417a9372290ffcf1b456f531e91b7667b9
crypto/x509: fix names in certificate generation.

I had a brain fart in af84b15fbae2 and messed up the names in
generated certificates.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5315046
src/pkg/crypto/x509/x509.go
src/pkg/crypto/x509/x509_test.go