1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg/crypto
Ian Lance Taylor 990f3af72b crypto/rand: use io.ReadFull in test
On Solaris versions before Solaris 11, the kernel will not
return more than 1040 on a single read from /dev/urandom.

R=golang-dev, agl, bradfitz, rsc, iant, dchest
CC=golang-dev
https://golang.org/cl/6113046
2012-04-24 21:36:42 -07:00
..
aes crypto/aes: add benchmarks for decryption and key expansion 2012-04-06 04:19:35 +08:00
cipher crypto/...: more fixes for bug 2841 2012-02-13 12:38:45 -05:00
des crypto/...: more fixes for bug 2841 2012-02-13 12:38:45 -05:00
dsa crypto/dsa: add missing period in package comment 2012-02-17 14:48:44 -08:00
ecdsa all: more typos 2012-03-02 11:15:45 -08:00
elliptic all packages: fix various typos 2012-02-01 16:19:36 -08:00
hmac build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
md5 pkg: a slew of examples 2012-02-18 11:48:33 +11:00
rand crypto/rand: use io.ReadFull in test 2012-04-24 21:36:42 -07:00
rc4 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
rsa crypto/rsa: fix Verify for multi-prime keys. 2012-04-11 12:57:38 -04:00
sha1 pkg: a slew of examples 2012-02-18 11:48:33 +11:00
sha256 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
sha512 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
subtle build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
tls crypto/tls: don't always use the default private key. 2012-04-12 12:35:21 -04:00
x509 crypto/x509: do not forget to free cert context 2012-03-10 09:35:56 +11:00
crypto.go crypto/...: changes to address some of bug 2841. 2012-02-03 15:08:53 -05:00