commit | c24c6d8340bbfc86e003eea9c79c56d3aab8dfcc | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Tue Apr 19 09:57:58 2011 -0400 |
committer | Adam Langley <agl@golang.org> | Tue Apr 19 09:57:58 2011 -0400 |
tree | 088f44e7e2f4dbf66584ef8d0ce2217d1c980c10 | |
parent | 5500f027f72cc7467e7f30447f83480448674f67 [diff] |
crypto: move certificate verification into x509. People have a need to verify certificates in situations other than TLS client handshaking. Thus this CL moves certificate verification into x509 and expands its abilities. R=bradfitzgo CC=golang-dev https://golang.org/cl/4407046