Alternative TLS implementation in Go
Go to file
2010-12-14 12:22:28 -05:00
alert.go crypto/tls: simpler implementation of record layer 2010-04-26 22:19:04 -07:00
ca_set.go crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00
common.go crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00
conn.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
generate_cert.go crypto/tls: use rand.Reader in cert generation example 2010-12-14 12:22:28 -05:00
handshake_client.go crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00
handshake_messages_test.go crypto/tls: client certificate support. 2010-08-16 11:22:22 -04:00
handshake_messages.go use append 2010-10-27 19:47:23 -07:00
handshake_server_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
handshake_server.go crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
prf_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
prf.go crypto/hmac: make Sum idempotent 2010-08-26 13:32:29 -04:00
tls.go crypto/tls: add *Config argument to Dial 2010-12-07 16:15:15 -05:00