[mirror] Go supplementary cryptography libraries
Перейти к файлу
Joe Kyo 51714a8c4a acme, acme/autocert: use canonical http header keys
Change-Id: I6aebbd0c351c1dcc27504f5a6fe02bfe7ebe805b
Reviewed-on: https://go-review.googlesource.com/47361
Run-TryBot: Alex Vaghin <ddos@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Vaghin <ddos@google.com>
2017-07-04 13:58:51 +00:00
acme acme, acme/autocert: use canonical http header keys 2017-07-04 13:58:51 +00:00
bcrypt bcrypt: fix C compatibility code 2017-05-22 14:29:59 +00:00
blake2b blake2b: fix self-assignment in test 2017-05-12 13:04:25 +00:00
blake2s blake2s: add 128-bit digest support. 2017-06-06 16:20:18 +00:00
blowfish all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
bn256 bn256: fix equations in comments 2016-12-06 19:59:59 +00:00
cast5 crypto: add import comments. 2014-12-09 23:26:36 +00:00
chacha20poly1305 chacha20poly1305: fix style nits in variable names 2017-05-16 16:16:55 +00:00
cryptobyte x/crypto/*: add import comment 2017-04-07 17:36:45 +00:00
curve25519 all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
ed25519 all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
hkdf crypto: add import comments. 2014-12-09 23:26:36 +00:00
md4 crypto: add import comments. 2014-12-09 23:26:36 +00:00
nacl nacl/secretbox: add benchmarks 2017-06-18 20:15:51 +00:00
ocsp ocsp: enhance errors for responses without a matching SingleResponse 2017-06-01 17:31:14 +00:00
openpgp all: fix some vet warnings 2017-01-04 23:09:04 +00:00
otr otr: add missing return on error path 2017-01-18 18:54:26 +00:00
pbkdf2 crypto: add import comments. 2014-12-09 23:26:36 +00:00
pkcs12 all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
poly1305 all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
ripemd160 crypto: add import comments. 2014-12-09 23:26:36 +00:00
salsa20 all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
scrypt all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
sha3 sha3: fix SP adjustment 2016-10-21 19:51:19 +00:00
ssh ssh: return authErr array if all authentication attempts fail 2017-07-03 16:10:49 +00:00
tea x/crypto: add support for Tiny Encryption Algorithm (TEA) 2015-07-29 20:20:17 +00:00
twofish all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
xtea crypto: add import comments. 2014-12-09 23:26:36 +00:00
xts xts: fix incorrect length check 2017-06-01 17:27:53 +00:00
.gitattributes crypto: copying .gitattributes to all subrepositories 2014-12-23 06:54:52 +00:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:41:13 +11:00
AUTHORS all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
CONTRIBUTING.md doc: add CONTRIBUTING.md 2015-02-18 23:42:20 +00:00
CONTRIBUTORS all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
LICENSE LICENSE: add 2012-03-17 15:19:30 +11:00
PATENTS go.crypto: add PATENTS file to the subrepo. 2012-04-16 11:25:08 +10:00
README all: use HTTPS for links that support it 2017-06-29 04:21:55 +00:00
codereview.cfg crypto: add codereview.cfg 2015-03-18 17:04:25 +00:00

README

This repository holds supplementary Go cryptography libraries.

To submit changes to this repository, see https://golang.org/doc/contribute.html.