commit | 3ea3a7c9a5e0926940b341fde56f968de152edaf | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Tue Mar 06 17:18:09 2012 -0500 |
committer | Adam Langley <agl@golang.org> | Tue Mar 06 17:18:09 2012 -0500 |
tree | 3de392928f0b378ed9cb4eeaf23fd4fe6bc97a3d | |
parent | 48eacd90a8ad54baf8c8037cb8d753e31e2d4bfd [diff] |
deps: allow crypto/x509 cgo and io/ioutil. In order to land 5700087 (which moves the knowledge of how to get the root certificates for the system from crypto/tls to crypto/x509), we need to relax the restrictions on crypto/x509. Afterwards, we can probably tighten them up in crypto/tls. R=golang-dev, rsc, krautz CC=golang-dev https://golang.org/cl/5753060