1
0
mirror of https://github.com/golang/go synced 2024-11-06 19:56:15 -07:00
go/src/pkg/crypto
Adam Langley 3f32a51242 crypto/x509: fix Windows build.
Windows is building a chain to the AddTrust root which is different
from the native Go code and causing a build failure.

This change alters the test so that both should build to the AddTrust
root.

R=bradfitz

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/87570044
2014-04-14 13:23:58 -07:00
..
aes
cipher crypto/cipher: fix AEAD.Open documentation nit 2014-03-04 09:58:54 -08:00
des
dsa crypto/(ec)dsa: use Fermat's inversion. 2014-04-08 16:32:48 -07:00
ecdsa crypto/(ec)dsa: use Fermat's inversion. 2014-04-08 16:32:48 -07:00
elliptic
hmac crypto/hmac: add tests for Size() and BlockSize() 2013-12-29 20:56:05 +11:00
md5 crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations. 2014-03-08 07:54:41 +11:00
rand all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
rc4 all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
rsa crypto/rsa: fix docs for PrecomputedValues.Qinv 2014-03-11 13:06:01 -04:00
sha1 crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations. 2014-03-08 07:54:41 +11:00
sha256 crypto/sha256: block implementation in 386 assembly 2014-01-06 13:31:22 -05:00
sha512 crypto/sha512: avoid duplicate block declaration on 386 2014-01-07 23:50:31 +11:00
subtle crypto/subtle: panic if slices of different lengths are passed to ConstantTimeCompare. 2014-02-12 11:58:48 -05:00
tls crypto/tls: deflake TestConnReadNonzeroAndEOF 2014-04-02 14:31:57 -07:00
x509 crypto/x509: fix Windows build. 2014-04-14 13:23:58 -07:00
crypto.go