1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/crypto
Brad Fitzpatrick ba7563019f crypto/x509: fix copy/paste-o in error message
Fixes #15371

Change-Id: Iff8d36e1bd9b5641f6b577a30ac6e967f973c939
Reviewed-on: https://go-review.googlesource.com/22240
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-04-19 22:31:49 +00:00
..
aes crypto/aes: de-couple asm and go implementations 2016-04-19 18:50:51 +00:00
cipher crypto/cipher: enable fastXORBytes on s390x 2016-04-14 18:26:09 +00:00
des all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
dsa crypto/dsa: eliminate invalid PublicKey early 2016-04-05 17:41:47 +00:00
ecdsa crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +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 crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +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 all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
x509 crypto/x509: fix copy/paste-o in error message 2016-04-19 22:31:49 +00:00
crypto.go crypto: document that Signer.Sign does not hash 2016-01-26 16:27:16 +00:00