]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: harmonise error prefixes.
authorAdam Langley <agl@golang.org>
Fri, 24 May 2013 20:23:13 +0000 (16:23 -0400)
committerAdam Langley <agl@golang.org>
Fri, 24 May 2013 20:23:13 +0000 (16:23 -0400)
commitddc8679128bae2c730e59f86880a3de96cf2c7d5
tree03aa6cb9c1abcc4a94f8a48a45f75a3515d0121b
parent650a1ef66fa67654e51d0aeaef4247f49525acdc
crypto/x509: harmonise error prefixes.

crypto/x509 has ended up with a variety of error formats. This change makes them all start with "x509: ".

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