1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00
go/src/crypto
Bryan C. Mills 9670e81c2e all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within std or cmd
Updates #30228
Updates #30240
Updates #30241

Change-Id: Idc311ba77e99909318b5b86f8ef82d4878f73e47
Reviewed-on: https://go-review.googlesource.com/c/go/+/165378
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2019-03-05 18:21:29 +00:00
..
aes crypto/aes: replace broken extenal link to FIPS 197 2019-02-04 18:22:49 +00:00
cipher crypto/cipher: add VSX implementation of xorBytes for ppc64x 2018-11-01 15:56:48 +00:00
des crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
dsa crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
ecdsa crypto/ecdsa: fix NSA reference to Suite B implementer's guide to FIPS 186-3 2018-12-10 16:06:44 +00:00
elliptic internal/cpu: change s390x API to match x/sys/cpu 2019-02-28 13:46:45 +00:00
hmac crypto/hmac: rename CheckHMAC to ValidHMAC in package docs 2018-11-17 21:29:23 +00:00
internal crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
md5 crypto/md5: fix casting of d.nx in UnmarshalBinary 2019-01-07 18:51:15 +00:00
rand crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
rc4 crypto/rc4: remove false guarantees from Reset docs and deprecate it 2019-02-22 17:05:17 +00:00
rsa all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
sha1 crypto/sha1: fix casting of d.nx in UnmarshalBinary 2019-01-07 18:50:57 +00:00
sha256 crypto/sha256: fix casting of d.nx in UnmarshalBinary 2019-01-03 22:51:08 +00:00
sha512 crypto/sha512: fix casting of d.nx in UnmarshalBinary 2019-01-04 05:11:30 +00:00
subtle crypto/subtle: normalize constant time ops docs 2019-01-22 19:40:30 +00:00
tls crypto/tls: enable TLS 1.3 by default 2019-02-27 07:54:19 +00:00
x509 all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within std or cmd 2019-03-05 18:21:29 +00:00
crypto.go crypto: add BLAKE2b and BLAKE2s hash constants 2017-03-01 19:26:16 +00:00
issue21104_test.go crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers 2017-08-09 04:17:51 +00:00