1
0
mirror of https://github.com/golang/go synced 2024-10-03 20:11:22 -06:00
go/src/pkg/crypto
Dave Cheney 6a9e956f19 all: use t.Skip{,f}
Replace various t.Log{,f} ; return checks with t.Skip{,f}.

R=golang-dev, n13m3y3r, bradfitz, adg, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7193044
2013-01-24 17:32:10 +11:00
..
aes crypto/aes: speed up using AES-NI on amd64 2012-09-27 01:54:10 +08:00
cipher crypto/cipher: don't persist errors in StreamWriter. 2013-01-21 11:22:08 -05:00
des crypto/des: add an example to demonstrate EDE2 operation. 2012-12-22 10:50:11 -05:00
dsa crypto/dsa: add missing period in package comment 2012-02-17 14:48:44 -08:00
ecdsa crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00
elliptic crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ 2012-08-03 15:42:14 -04:00
hmac crypto/hmac: add Equal function. 2012-10-11 15:28:02 -04:00
md5 crypto/md5: speed up aligned writes and test/bench unaligned writes 2012-11-18 02:23:34 +08:00
rand crypto/rsa: ensure that RSA keys use the full number of bits. 2012-12-28 19:11:37 -05:00
rc4 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
rsa src: Use bytes.Equal instead of bytes.Compare where possible. 2013-01-07 10:03:49 +11:00
sha1 crypto/sha1: Make sha-1 do block mixup in place 2012-11-07 13:41:02 +11:00
sha256 crypto: use better hash benchmarks 2012-11-01 16:21:18 -04:00
sha512 crypto: use better hash benchmarks 2012-11-01 16:21:18 -04:00
subtle build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
tls crypto/tls: allow the server to enforce its ciphersuite preferences. 2013-01-22 10:10:38 -05:00
x509 all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
crypto.go crypto/...: changes to address some of bug 2841. 2012-02-03 15:08:53 -05:00