1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/crypto/tls
Robert Griesemer 712fb6dcd3 os.Error API: don't export os.ErrorString, use os.NewError consistently
This is a core API change.

1) gofix misc src
2) Manual adjustments to the following files under src/pkg:
   gob/decode.go
   rpc/client.go
   os/error.go
   io/io.go
   bufio/bufio.go
   http/request.go
   websocket/client.go
as well as:
   src/cmd/gofix/testdata/*.go.in (reverted)
   test/fixedbugs/bug243.go
3) Implemented gofix patch (oserrorstring.go) and test case (oserrorstring_test.go)

Compiles and runs all tests.

R=r, rsc, gri
CC=golang-dev
https://golang.org/cl/4607052
2011-06-22 10:52:47 -07:00
..
alert.go crypto/tls: simpler implementation of record layer 2010-04-26 22:19:04 -07:00
cipher_suites.go crypto/tls: add ECDHE support 2010-12-16 17:10:50 -05:00
common.go pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
conn_test.go tls: fix argument mistake in Error call. 2010-12-17 13:47:52 -08:00
conn.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
generate_cert.go crypto/tls/generate_cert.go: fix misspelling of O_CREATE. 2011-05-27 21:06:50 +10:00
handshake_client_test.go net: drop laddr from Dial, cname from LookupHost; new functions 2011-03-28 23:28:42 -04:00
handshake_client.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
handshake_messages_test.go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
handshake_messages.go crypto/tls: add server-side OCSP stapling support. 2011-04-14 14:47:28 -04:00
handshake_server_test.go crypto/rsa: support > 3 primes. 2011-04-22 15:33:41 -04:00
handshake_server.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
key_agreement.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
Makefile crypto: move certificate verification into x509. 2011-04-19 09:57:58 -04:00
parse-gnutls-cli-debug-log.py crypto/tls: check in support code. 2010-12-16 10:39:53 -05:00
prf_test.go crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00
prf.go crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00
tls.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00