1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:21:22 -06:00
go/src/crypto
Adam Langley 7b850ec691 crypto/tls: tidy up a little and add test.
This is a follow on to 28f33b4a which removes one of the boolean flags
and adds a test for the key-driven cipher selection.

Change-Id: If2a400de807eb19110352912a9f467491cc8986c
Reviewed-on: https://go-review.googlesource.com/8428
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
Reviewed-by: Jacob Haven <jacob@cloudflare.com>
2015-04-04 00:06:21 +00:00
..
aes
cipher crypto/cipher: update docs for the Stream interface 2014-12-26 20:57:43 +00:00
des
dsa
ecdsa crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. 2015-03-18 00:37:48 +00:00
elliptic all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
hmac all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
md5 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
rand crypto/rand: handle EAGAIN reads from /dev/urandom 2014-12-16 04:52:09 +00:00
rc4 [dev.cc] cmd/asm: make 4(SP) illegal except on 386 2015-02-18 03:41:29 +00:00
rsa crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. 2015-03-18 00:37:48 +00:00
sha1 [dev.cc] crypto/md5, crypto/sha1: restore a few SP references 2015-02-20 18:54:29 +00:00
sha256
sha512
subtle
tls crypto/tls: tidy up a little and add test. 2015-04-04 00:06:21 +00:00
x509 crypto/x509: Fix parsing bug in uncommon CSR Attributes. 2015-04-03 00:28:30 +00:00
crypto.go crypto/rsa: implement crypto.Decrypter 2015-03-16 23:15:08 +00:00