1
0
mirror of https://github.com/golang/go synced 2024-11-23 12:50:12 -07:00
go/src
Brad Fitzpatrick ff60da6962 crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8
Conservative fix for the OS X 10.8 crash. We can unify them back together
during the Go 1.8 dev cycle.

Fixes #16473

Change-Id: If07228deb2be36093dd324b3b3bcb31c23a95035
Reviewed-on: https://go-review.googlesource.com/25233
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-07-26 21:18:26 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/compile: change phi location to be optimistic at backedges 2016-07-21 16:09:45 +00:00
compress compress/flate: document HuffmanOnly 2016-07-25 23:20:40 +00:00
container
context context: add test for WithDeadline in the past 2016-07-26 14:53:38 +00:00
crypto crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8 2016-07-26 21:18:26 +00:00
database/sql database/sql: deflake TestPendingConnsAfterErr and fix races, panics 2016-06-28 21:37:53 +00:00
debug debug/pe: handle files with no string table 2016-06-19 05:18:09 +00:00
encoding encoding/xml: update docs to follow convention 2016-07-06 17:19:45 +00:00
errors
expvar
flag
fmt fmt: properly handle early io.EOF Reads in readRune.readByte 2016-07-16 19:14:58 +00:00
go all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
hash
html html/template: update security model link 2016-06-23 04:30:07 +00:00
image
index/suffixarray
internal internal/trace: err if binary is not supplied for old trace 2016-06-16 16:22:03 +00:00
io
log
math math/rand: fix raciness in Rand.Read 2016-07-11 15:11:44 +00:00
mime
net net/http: make Transport.RoundTrip return raw Conn.Read error on peek failure 2016-07-26 05:28:06 +00:00
os os/exec: start checking for context cancelation in Start 2016-06-30 16:35:56 +00:00
path path/filepath: fix typo in comment 2016-07-07 02:59:09 +00:00
reflect reflect: an unnamed type has no PkgPath 2016-07-12 12:43:48 +00:00
regexp Revert "regexp: add the Fanout benchmark 2016-07-12 04:59:34 +00:00
runtime runtime: add explicit INT $3 at end of Darwin amd64 sigtramp 2016-07-21 01:04:22 +00:00
sort
strconv strconv: clarify doc for Atoi return type 2016-06-28 18:16:25 +00:00
strings
sync
syscall syscall: add another output for TestGroupCleanupUserNamespace 2016-07-08 19:40:59 +00:00
testing testing: document that logs are dumped to standard output 2016-06-23 04:31:19 +00:00
text text/template: clarify the default formatting used for values 2016-06-21 02:15:44 +00:00
time time: update documentation for Duration.String regarding the zero value 2016-06-24 19:41:45 +00:00
unicode unicode: upgrade to version 9.0.0 2016-06-28 15:08:11 +00:00
unsafe
vendor/golang_org/x/net all: rename vendored golang.org/x/net packages to golang_org 2016-07-13 18:35:40 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc