[mirror] Go supplementary cryptography libraries
Перейти к файлу
Adam Langley bcdd6a2fd3 ssh: handle bad servers better.
This change prevents bad servers from crashing a client by sending an
invalid channel ID. It also makes the client disconnect in more cases
of invalid messages from a server and cleans up the client channels
in the event of a disconnect.

R=dave
CC=golang-dev
https://golang.org/cl/6099050
2012-04-24 13:46:22 -04:00
bcrypt go.crypto: initial code 2012-01-25 15:31:12 -05:00
blowfish go.crypto: initial code 2012-01-25 15:31:12 -05:00
cast5 go.crypto: initial code 2012-01-25 15:31:12 -05:00
curve25519 go.crypto/curve25519: add package. 2012-03-12 10:59:04 -04:00
md4 go.crypto: initial code 2012-01-25 15:31:12 -05:00
ocsp crypto/oscp: update in light of cl/5625045 2012-02-20 10:56:33 -05:00
openpgp openpgp: fix error strings and typos. 2012-02-21 09:52:37 -05:00
pbkdf2 go.crypto/pbkdf2: New package 2012-02-01 14:20:27 -05:00
ripemd160 go.crypto: initial code 2012-01-25 15:31:12 -05:00
ssh ssh: handle bad servers better. 2012-04-24 13:46:22 -04:00
twofish go.crypto: initial code 2012-01-25 15:31:12 -05:00
xtea go.crypto: initial code 2012-01-25 15:31:12 -05:00
.hgignore go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05: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 go.crypto: initial code 2012-01-25 15:31:12 -05:00
codereview.cfg go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00

README

This repository holds supplementary Go cryptography libraries.

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