1
0
mirror of https://github.com/golang/go synced 2024-09-30 04:34:33 -06:00
go/src/crypto
Filippo Valsorda 29b01d556d crypto/tls: implement TLS 1.3 KeyLogWriter support
Also, add support for the SSLKEYLOGFILE environment variable to the
tests, to simplify debugging of unexpected failures.

Updates #9671

Change-Id: I20a34a5824f083da93097b793d51e796d6eb302b
Reviewed-on: https://go-review.googlesource.com/c/147417
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
2018-11-12 20:42:20 +00:00
..
aes crypto/aes: remove redundant nil check around loop 2018-10-17 01:28:58 +00:00
cipher crypto/cipher: add VSX implementation of xorBytes for ppc64x 2018-11-01 15:56:48 +00:00
des
dsa
ecdsa
elliptic
hmac
internal
md5 crypto/md5: fix md5block asm to work on big endian ppc64 2018-11-09 15:54:21 +00:00
rand crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
rc4 crypto/rc4: remove assembler implementations 2018-08-21 19:49:06 +00:00
rsa all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
sha1 all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
sha256
sha512
subtle
tls crypto/tls: implement TLS 1.3 KeyLogWriter support 2018-11-12 20:42:20 +00:00
x509 all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
crypto.go
issue21104_test.go