1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:10:54 -07:00
go/src/crypto
Mikio Hara 12979345b1 crypto/tls: fix a typo
Change-Id: Id0044c45c23c12ee0bca362a9cdd25369ed7776c
Reviewed-on: https://go-review.googlesource.com/34533
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-12-19 06:01:04 +00:00
..
aes crypto/aes: correct 'noescape' typo in s390x 2016-12-14 16:10:22 +00:00
cipher all: make spelling consistent 2016-12-08 23:22:37 +00:00
des
dsa crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
ecdsa crypto/ecdsa: correct code comment. 2016-10-02 19:38:37 +00:00
elliptic crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
hmac
internal/cipherhw crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. 2016-11-07 20:01:18 +00:00
md5
rand math/big: add Baillie-PSW test to (*Int).ProbablyPrime 2016-11-22 02:05:47 +00:00
rc4
rsa crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
sha1 all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
sha256 all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
sha512 crypto/sha512: improve performance for sha512.block on ppc64le 2016-10-31 19:13:52 +00:00
subtle
tls crypto/tls: fix a typo 2016-12-19 06:01:04 +00:00
x509 crypto/x509: marshal certificate revocation times in UTC (Zulu time). 2016-12-10 00:49:22 +00:00
crypto.go