aboutsummaryrefslogtreecommitdiff
path: root/ssh/cipher.go
AgeCommit message (Expand)Author
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-04-11all: gofmtRuss Cox
2021-12-02ssh: don't assume packet plaintext sizeRoland Shoemaker
2021-09-15poly1305: deprecate public packageFilippo Valsorda
2020-04-20Update reference to CBC vulnerability in cipher.goBob McNaughton
2019-11-11chacha20: expose internal/chacha20 packageFilippo Valsorda
2019-04-11ssh: rename methods in packetCipher interfaceHan-Wen Nienhuys
2018-05-01ssh: fix copy and paste errorMichael Munday
2018-04-26ssh: update to use new ChaCha20 APIMichael Munday
2018-01-23ssh: return correct error on read failureHan-Wen Nienhuys
2018-01-22ssh: use io.ReadFull() for reading chacha20-poly1305 packets.Han-Wen Nienhuys
2018-01-22ssh: cleanup cipher creation logicHan-Wen Nienhuys
2018-01-19ssh: support chacha20-poly1305 cipherHan-Wen Nienhuys
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-11-08ssh: remove unused parameter of newGCMCipherTobias Klauser
2017-07-06ssh: allow up to 255 bytes of padding in AES-GCMHan-Wen Nienhuys
2017-02-08ssh: Add the hmac-sha2-256-etm@openssh.com algorithmMiLk
2016-05-15x/crypto/ssh: add 3des-cbc as a non-default cipherSam Hug
2016-01-10x/crypto/ssh: allow a custom Config to specify CBC mode.Adam Langley
2015-05-30x/crypto/ssh: add padding oracle countermeasures for AES-CBC.Han-Wen Nienhuys
2015-04-10crypto/ssh: add support for aes128-cbc cipher.Nathan(yinian) Hu
2014-04-14go.crypto/ssh: Add support for the pre-2006 RC4 cipher mode.Yan Zou
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-08-28go.crypto/ssh: implement ECDH.Han-Wen Nienhuys
2012-10-30go.crypto/ssh: never negotiate unsupported ciphersDave Cheney
2012-04-20ssh: cosmetic cleanupsAdam Langley
2012-01-25go.crypto: initial codeRuss Cox