]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: import crypto/sha256
authorAdam Langley <agl@golang.org>
Thu, 19 Dec 2013 19:06:28 +0000 (14:06 -0500)
committerAdam Langley <agl@golang.org>
Thu, 19 Dec 2013 19:06:28 +0000 (14:06 -0500)
commit9144ef332191f6a85d16d261ccaea9a998750aea
tree1da20ba2eaf54740321d0f7c592ba0b9c5c1bd03
parent0b26ba8af340c1ef5de8622c067b31b0d3fc4f1f
crypto/x509: import crypto/sha256

Since SHA-256 is now the default hash function, x509 should import it
otherwise some programs may fail because it hasn't been linked in.

R=golang-dev, dave, minux.ma
CC=golang-dev
https://golang.org/cl/44010047
src/pkg/crypto/x509/x509.go
src/pkg/crypto/x509/x509_test.go
src/pkg/crypto/x509/x509_test_import.go [new file with mode: 0644]