]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: remove explicit uses of rsa.
authorAdam Langley <agl@golang.org>
Thu, 19 Jan 2012 13:49:52 +0000 (08:49 -0500)
committerAdam Langley <agl@golang.org>
Thu, 19 Jan 2012 13:49:52 +0000 (08:49 -0500)
commita99e35b625cd5ec4b33c7c07377d6a65e142641d
tree1969c7f501bb2c0e0c8caddc1d4ca566a5cd306d
parent247799ce8a0867351b4570b2f62947ff10334ea8
crypto/x509: remove explicit uses of rsa.

(Sending to r because of the API change.)

Over time we might want to add support for other key types.

While I was in the code, I also made the use of RawSubject the same
between Subject and Issuer when creating certificates.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5554049
doc/go1.tmpl
src/pkg/crypto/x509/x509.go