1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg
Adam Langley e6e8b72377 crypto/tls: don't always use the default private key.
When SNI based certificate selection is enabled, we previously used
the default private key even if we selected a non-default certificate.

Fixes #3367.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5987058
2012-04-12 12:35:21 -04:00
..
archive archive/zip: move r.zip off disk, into reader_test.go 2012-03-14 14:41:06 -07:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: document Compare/Equal semantics for nil arguments, and add tests. 2012-02-18 17:39:40 +11:00
compress all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: don't always use the default private key. 2012-04-12 12:35:21 -04:00
database/sql sql: Propagate error from subsetTypeArgs in Exec 2012-04-03 15:36:48 -07:00
debug debug/gosym: in test, use temp binary name in /tmp, and clean up. 2012-04-09 11:19:52 -07:00
encoding encoding/pem: ignore spaces and tabs at the end of header lines. 2012-04-12 12:33:52 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: add examples 2012-03-22 11:15:43 +11:00
fmt fmt: remove dead code 2012-03-14 04:59:17 +08:00
go go/build: fix import check 2012-03-27 11:16:10 -04:00
hash hash: more efficient memory allocation 2012-04-10 15:15:39 -04:00
html html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
image doc: added The Go image package article 2012-03-28 14:20:51 +11:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix crash when Stat fails 2012-03-14 14:47:13 -04:00
log build: do more during windows build 2012-03-20 14:04:20 +11:00
math math: make function documentation more regular 2012-04-06 14:01:12 -04:00
mime bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
net html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
old all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
os os: fix IsPermission on windows 2012-04-10 10:07:29 +10:00
path path/filepath: move out of temp directory before deleting it in TestAbs 2012-04-05 15:17:24 +10:00
reflect reflect: panic if MakeSlice is given bad len/cap arguments. 2012-03-16 17:28:16 +11:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime runtime: speedup GC sweep phase (batch free) 2012-04-12 12:01:24 +04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
strings strings: Rename example to match function name. 2012-03-05 22:19:51 +11:00
sync sync/atomic: disable store and load test on a single processor machine 2012-03-07 14:51:20 +09:00
syscall syscall: support Getpid() on Windows 2012-04-10 22:34:31 +08:00
testing testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00
text text/template: catch unexported fields during parse 2012-04-12 15:57:09 +10:00
time time: in Format give buffer an initial capacity 2012-04-07 10:51:32 +10:00
unicode unicode/utf16: delete dependence on package unicode 2012-03-06 14:58:08 +11:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00