1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/pkg/crypto/tls
Russ Cox b15c4245c5 crypto/tls: add *Config argument to Dial
Document undocumented exported names.
Allow nil Rand, Time, RootCAs in Config.

Fixes #1248.

R=agl1
CC=golang-dev
https://golang.org/cl/3481042
2010-12-07 16:15:15 -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: fix build of certificate generation example 2010-12-07 16:14:55 -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