go/src/crypto
Brad Fitzpatrick 40a144b94f crypto/tls: add Dialer
Fixes #18482

Change-Id: I99d65dc5d824c00093ea61e7445fc121314af87f
Reviewed-on: https://go-review.googlesource.com/c/go/+/214977
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-04-20 20:33:36 +00:00
..
aes crypto/aes,crypto/cipher: add asm implementation for aes-gcm on ppc64le 2019-09-24 16:15:36 +00:00
cipher crypto/cipher: require non-zero nonce size for AES-GCM 2020-02-24 15:45:26 +00:00
des
dsa all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
ecdsa crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal 2020-03-26 15:00:36 +00:00
ed25519 crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal 2020-03-26 15:00:36 +00:00
elliptic crypto/elliptic: document the Name and names of each curve 2020-02-11 00:59:47 +00:00
hmac
internal
md5 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
rand all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
rc4
rsa crypto/rsa: refactor RSA-PSS signing and verification 2020-04-02 17:46:57 +00:00
sha1 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
sha256
sha512 crypto/sha512: optimize sha512 by removing function literal 2020-04-03 18:17:13 +00:00
subtle
tls crypto/tls: add Dialer 2020-04-20 20:33:36 +00:00
x509 crypto/x509: clarify MarshalPKIXPublicKey and ParsePKIXPublicKey docs 2020-04-17 19:18:12 +00:00
crypto.go crypto: implement Hash.String 2020-03-24 17:24:24 +00:00
issue21104_test.go