1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:31:21 -06:00
go/src/pkg
Adam Langley ed35d5e0fb crypto/x509: enforce path length constraint.
An X.509 path length constrains the number of certificate that may
follow in the chain. This is a little simplistic for a first pass as it
doesn't check self-signed certificates (which don't count towards the
length), but it's conservatively simplistic.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5727057
2012-03-05 12:08:42 -05:00
..
archive all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01: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/x509: enforce path length constraint. 2012-03-05 12:08:42 -05:00
database/sql database/sql/driver: API cleanups 2012-02-20 14:25:28 +11:00
debug cmd/cgo: bug fixes 2012-02-19 13:32:55 -05:00
encoding crypto/x509: don't include empty additional primes in PKCS#1 private key. 2012-03-05 12:04:18 -05:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp all: fixed various typos 2012-03-01 14:56:05 -08:00
expvar doc: remove overuse of simply 2012-02-06 13:34:35 -05:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt: scan FALSE correctly 2012-02-09 14:12:55 +11:00
go go/printer: simpler exprList code, more tests 2012-03-02 11:16:05 -08:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html html/template: fix comment typo 2012-03-05 10:58:43 +11:00
image all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
index/suffixarray build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
io all: more typos 2012-03-02 11:15:45 -08:00
log log/syslog: disable on Windows 2012-02-16 22:04:13 -05:00
math math: slightly more readable comments 2012-02-23 10:17:24 -08:00
mime bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
net net: make Dial and Listen behavior consistent across over platforms 2012-03-06 00:13:10 +09:00
old all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
os os: sleep 5ms after process has exited on windows 2012-03-02 16:35:42 +11:00
path path/filepath: steer people away from HasPrefix 2012-02-29 16:37:40 -05:00
reflect reflect: expand doc for Value.Interface 2012-03-01 17:55:47 -05:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime runtime: run init on main thread 2012-03-01 11:48:17 -05:00
sort sort: add interface examples 2012-02-16 13:16:07 +11:00
strconv all: fixed various typos 2012-03-01 14:56:05 -08:00
strings strings: Rename example to match function name. 2012-03-05 22:19:51 +11:00
sync sync: add Once example 2012-03-01 22:16:20 +04:00
syscall all: more typos 2012-03-02 11:15:45 -08:00
testing cmd/go: drop -example, apply -run to examples 2012-02-28 08:33:06 +11:00
text text/template: one more test case 2012-03-04 08:06:26 +11:00
time all: fixed various typos 2012-03-01 14:56:05 -08:00
unicode cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00