aboutsummaryrefslogtreecommitdiff
path: root/ssh/cipher_test.go
AgeCommit message (Expand)Author
2023-02-15ssh: add support for aes256-gcm@openssh.comNicola Murino
2021-12-02ssh: don't assume packet plaintext sizeRoland Shoemaker
2019-04-11ssh: rename methods in packetCipher interfaceHan-Wen Nienhuys
2018-01-22ssh: remove redundant codeHan-Wen Nienhuys
2018-01-22ssh: remove arcfour ciphers from the default preference listHan-Wen Nienhuys
2018-01-10ssh: use t.Run for testing multiple ciphers/macsHan-Wen Nienhuys
2017-02-08ssh: Add the hmac-sha2-256-etm@openssh.com algorithmMiLk
2016-07-06x/crypto: fix typosMartin Hamrle
2015-06-08crypto/ssh: fix format string error in test.Han-Wen Nienhuys
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-09go.crypto/ssh: import gosshnew.Adam Langley
2012-01-25go.crypto: initial codeRuss Cox