Alternative TLS implementation in Go
Go to file
Christopher Wedgwood b80146a4c9 a[b:len(a)] -> a[b:]
R=r, rsc
CC=agl1
https://golang.org/cl/161070
2009-11-30 12:03:43 -08:00
alert.go crypto/tls (part 1) 2009-11-02 18:25:20 -08:00
ca_set.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
common.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
handshake_client.go a[b:len(a)] -> a[b:] 2009-11-30 12:03:43 -08:00
handshake_messages_test.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
handshake_messages.go a[b:len(a)] -> a[b:] 2009-11-30 12:03:43 -08:00
handshake_server_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
handshake_server.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
prf_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
prf.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
record_process_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
record_process.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
record_read_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
record_read.go gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 2009-11-20 11:45:05 -08:00
record_write.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
tls.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00