]> Cypherpunks repositories - gostls13.git/commit
crypto/tls (part 1)
authorAdam Langley <agl@golang.org>
Tue, 3 Nov 2009 02:25:20 +0000 (18:25 -0800)
committerAdam Langley <agl@golang.org>
Tue, 3 Nov 2009 02:25:20 +0000 (18:25 -0800)
commit6e8184d8cd53e76e7f9f9366c06f0441c5b5aa4c
tree60aaccd9f60e79b6ec9768a431041d6610095b25
parentba1424ba510053a34288eaaa7413915055b1ebd3
crypto/tls (part 1)

Rather than drop everything into a single, huge review, I've included
some simple bits of code here.

R=rsc
CC=go-dev
http://go/go-review/1016029
src/pkg/crypto/tls/alert.go [new file with mode: 0644]
src/pkg/crypto/tls/common.go [new file with mode: 0644]
src/pkg/crypto/tls/prf.go [new file with mode: 0644]
src/pkg/crypto/tls/prf_test.go [new file with mode: 0644]