]> Cypherpunks repositories - gostls13.git/commit
x509: support non-self-signed certs.
authorAdam Langley <agl@golang.org>
Wed, 30 Jun 2010 22:02:31 +0000 (18:02 -0400)
committerAdam Langley <agl@golang.org>
Wed, 30 Jun 2010 22:02:31 +0000 (18:02 -0400)
commit9c09ed13d28474ef76a73c533dc75da586f657d3
tree953e4b91fbf18664f7cc34ecb0fe8f6743ba8853
parent400f7a6ba569cd9835f4b0e7852f5cb9b4a7c9ab
x509: support non-self-signed certs.

For generating non-self-signed certs we need to be able to specify a
public key (for the signee) which is different from the private key (of
the signer).

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