1
0
mirror of https://github.com/golang/go synced 2024-10-05 01:21:21 -06:00
go/src/crypto
Robert Griesemer eb876dd83c crypto/dsa: eliminate invalid PublicKey early
For PublicKey.P == 0, Verify will fail. Don't even try.

Change-Id: I1009f2b3dead8d0041626c946633acb10086d8c8
Reviewed-on: https://go-review.googlesource.com/21533
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-05 17:41:47 +00:00
..
aes all: single space after period. 2016-03-02 00:13:47 +00:00
cipher all: use bytes.Equal, bytes.Contains and strings.Contains 2016-04-01 02:05:01 +00:00
des
dsa crypto/dsa: eliminate invalid PublicKey early 2016-04-05 17:41:47 +00:00
ecdsa all: remove public named return values when useless 2016-02-29 03:31:19 +00:00
elliptic all: fix spelling mistakes 2016-04-03 17:03:15 +00:00
hmac crypto/hmac: simplify implementation 2016-03-25 06:24:00 +00:00
md5 all: single space after period. 2016-03-02 00:13:47 +00:00
rand all: single space after period. 2016-03-02 00:13:47 +00:00
rc4 all: single space after period. 2016-03-02 00:13:47 +00:00
rsa all: single space after period. 2016-03-02 00:13:47 +00:00
sha1 all: single space after period. 2016-03-02 00:13:47 +00:00
sha256 all: single space after period. 2016-03-02 00:13:47 +00:00
sha512 all: single space after period. 2016-03-02 00:13:47 +00:00
subtle
tls crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. 2016-03-25 22:10:37 +00:00
x509 all: use bytes.Equal, bytes.Contains and strings.Contains 2016-04-01 02:05:01 +00:00
crypto.go crypto: document that Signer.Sign does not hash 2016-01-26 16:27:16 +00:00