]> Cypherpunks repositories - gostls13.git/commit
crypto/tls (part 5/5)
authorAdam Langley <agl@golang.org>
Fri, 6 Nov 2009 00:44:02 +0000 (16:44 -0800)
committerAdam Langley <agl@golang.org>
Fri, 6 Nov 2009 00:44:02 +0000 (16:44 -0800)
commiteb48f83ae261e28e4a17d4a1126c750fded1ce4a
tree5e697a8aaec75d7a2d8c5ed1ebe5941a01bb4e89
parent950f2637c20a3b1d1668ca539f4c867573c52968
crypto/tls (part 5/5)

Make RSA and X509 build by using big. (This involves commenting out
key generation for now since I haven't written Miller-Rabin in big
yet.)

Add entries to the Makefile.

R=rsc
CC=go-dev
http://go/go-review/1022005
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/crypto/rsa/pkcs1v15.go
src/pkg/crypto/rsa/pkcs1v15_test.go
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/rsa/rsa_test.go
src/pkg/crypto/x509/x509.go
src/pkg/crypto/x509/x509_test.go