Alternative TLS implementation in Go
Go to file
Sergio Luis O. B. Correia a6ab3720e1 go: makes it build for the case $GOROOT has whitespaces
the bash scripts and makefiles for building go didn't take into account
the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
and was not possible to build it in such a situation.

this commit adjusts the various makefiles/scripts to make it aware of that
possibility, and now it builds successfully when using a path with whitespaces
as well.

Fixes #115.

R=rsc, dsymonds1
https://golang.org/cl/157067
2009-11-23 17:32:51 -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 crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
handshake_messages_test.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -08:00
handshake_messages.go crypto/tls: add initial client implementation. 2009-11-21 15:53:03 -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