1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:21:21 -06:00
go/src/pkg
Adam Langley ecc04b8927 crypto/tls: allow certificates and key to be in either order.
X509KeyPair wasn't really supposed to allow the certificate and
key to be in the same file, but it did work if you put the key
first. Since some HTTPS servers support loading keys and certs
like this, this change makes it work in either order.

Fixes #3986.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6499103
2012-09-13 11:00:16 -04:00
..
archive archive/zip: zip64 support 2012-08-22 11:05:24 +10:00
bufio bufio: discourage use of ReadLine 2012-08-05 14:32:09 -04:00
builtin
bytes bytes: make Join return a new buffer on len(a) == 1 2012-07-20 16:04:22 -03:00
compress compress/flate: fix panic when nlit is out of bounds. 2012-07-16 12:01:18 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: allow certificates and key to be in either order. 2012-09-13 11:00:16 -04:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/elf: Add support for getting DynTag string table values. 2012-08-03 14:46:20 -04:00
encoding encoding/json: handle anonymous fields 2012-09-10 23:31:40 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp cmd/pack: rename __.SYMDEF to __.GOSYMDEF 2012-09-13 10:26:21 -04:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: honor integer radix formats (%d etc.) for pointers 2012-08-17 16:12:25 -07:00
go go/build: reject empty strings in Import 2012-09-13 10:25:35 -04:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html html/template: fix URL doc 2012-09-13 10:53:00 -04:00
image image/png: optimize encoding image.Gray and image.NRGBA images. 2012-09-13 15:47:12 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math/big: Replace RCLQ + ANDQ with SETCS in unrolled arithmetic assembly. 2012-08-28 09:29:45 -07:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net/rpc/jsonrpc: fix test error message 2012-09-12 17:37:39 -04:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os: detect and handle console in File.Write on windows 2012-09-12 12:04:45 +10:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect reflect: faster FieldByName, FieldByNameFunc 2012-09-05 09:35:53 -04:00
regexp regexp: fix glitch in doc for FindReaderIndex 2012-07-30 12:46:50 -07:00
runtime gc: generate garbage collection info for types 2012-09-12 12:08:27 -04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: faster FormatFloat for fixed number of digits. 2012-09-01 16:31:46 +02:00
strings strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistent 2012-09-12 10:40:39 +10:00
sync sync/atomic: add package doc for AddT, LoadT and StoreT. 2012-09-12 10:36:22 +10:00
syscall syscall: add linux specific Getsockopt for Ucred struct 2012-09-12 06:38:21 -07:00
testing testing: add Verbose() to expose whether -test.v is set 2012-08-09 23:41:09 +08:00
text text/scanner: skip first character if it's a BOM 2012-09-07 17:15:42 -07:00
time time: fix spacing in comment. 2012-08-22 21:30:18 -07:00
unicode cmd/gc: string conversion for surrogates 2012-08-30 11:16:55 -07:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00