1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:31:23 -06:00
go/src/pkg/crypto
Adam Langley ea3353b64c crypto/x509: unbreak Windows build.
This change sets systemSkip on a test where Go and CAPI have different
chain building behaviour. CAPI is correct, but aligning the Go code is
probably too large a change prior to 1.3.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/81620043
2014-03-28 10:36:52 -04:00
..
aes all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
cipher crypto/cipher: fix AEAD.Open documentation nit 2014-03-04 09:58:54 -08:00
des crypto/des: faster permutation. 2013-07-31 22:06:48 +02:00
dsa build: remove dead code 2013-03-22 17:28:22 -04:00
ecdsa all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
elliptic crypto/elliptic: add constant-time, P-256 implementation. 2013-06-27 13:31:05 -04:00
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: make Conn.Read return (n, io.EOF) when EOF is next in buffer 2014-03-25 10:58:35 -07:00
x509 crypto/x509: unbreak Windows build. 2014-03-28 10:36:52 -04:00
crypto.go crypto: include hash number in panic message. 2013-08-05 14:23:32 -04:00