aboutsummaryrefslogtreecommitdiff
path: root/ssh/common.go
AgeCommit message (Expand)Author
2023-11-23ssh: fix certificate authentication with OpenSSH 7.2-7.7Nicola Murino
2023-11-08ssh: allow to configure public key auth algorithms on the server sidev0.15.0Nicola Murino
2023-07-31ssh: add diffie-hellman-group16-sha512 kexNicola Murino
2023-07-31ssh: ignore invalid MACs and KEXs just like we do for ciphersNicola Murino
2023-07-14ssh: prefer sha256 based RSA key algorithmsNicola Murino
2023-07-10ssh: fix RSA certificate and public key authentication with older clientsNicola Murino
2023-07-05ssh: prefer sha256 based MAC algorithmsNicola Murino
2023-06-22ssh: add hmac-sha2-512Stan Hu
2023-06-05Add support for "hmac-sha2-512-etm@openssh.com"Stefan Klein
2023-02-15ssh: add support for aes256-gcm@openssh.comNicola Murino
2022-11-12ssh: support rsa-sha2-256/512 on the server sideFilippo Valsorda
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-03-14ssh: support rsa-sha2-256/512 for client authenticationFilippo Valsorda
2022-03-14ssh: don't advertise rsa-sha2 algorithms if we can't use themFilippo Valsorda
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2022-03-14ssh: add diffie-hellman-group14-sha256 kexFilippo Valsorda
2022-03-14ssh: support new curve25519-sha256 kex nameМихаил Патин
2022-03-12ssh: ignore MAC if AEAD ciphers negotiatedRoland Shoemaker
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2019-09-09ssh: drop dh-group1-sha1 from default key exchangesEric Brown
2019-06-17ssh: add diffie-hellman-group-exchange-sha256Lucas Bremgartner
2019-04-18ssh: invert algorithm choices on the serverHan-Wen Nienhuys
2018-01-22ssh: use io.ReadFull() for reading chacha20-poly1305 packets.Han-Wen Nienhuys
2018-01-22ssh: remove chacha20-poly1305 from preferredCipher listHan-Wen Nienhuys
2018-01-22ssh: remove arcfour ciphers from the default preference listHan-Wen Nienhuys
2018-01-19ssh: support chacha20-poly1305 cipherHan-Wen Nienhuys
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-04-04ssh: reject RekeyThresholds over MaxInt64Han-Wen Nienhuys
2017-03-30ssh: fix typo in unexported commentBrad Fitzpatrick
2017-02-08ssh: Add the hmac-sha2-256-etm@openssh.com algorithmMiLk
2017-01-30ssh: rationalize rekeying decisions.Han-Wen Nienhuys
2016-07-14x/crypto/ssh: add ed25519 certs to supportedHostKeyAlgosPeter Moody
2016-05-12x/crypto/ssh: add support for ed25519 keysMartin Garton
2015-08-29crypto/ssh: clearer error messages when "no ciphers in common"Thomas Desrosiers
2015-08-17x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement.hanwen
2015-05-14ssh: add hmac-sha2-256.datianshi
2015-04-10crypto/ssh: add support for aes128-cbc cipher.Nathan(yinian) Hu
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-10-10go.crypto/ssh: cosmetic only spelling fixesJonathan Pittman
2013-10-09go.crypto/ssh: fix certificate parsing/marshaling.JP Sugarbroad
2013-10-08go.crypto/ssh: move interpretation of msgNewKeys intoHan-Wen Nienhuys
2013-10-07go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.Han-Wen Nienhuys
2013-09-24go.crypto/ssh: separate kex algorithms into kexAlgorithm class.Han-Wen Nienhuys
2013-09-19go.crypto/ssh: introduce Signer method, an abstraction ofHan-Wen Nienhuys
2013-09-13go.crypto/ssh: introduce PublicKey interface type.Han-Wen Nienhuys
2013-09-09go.crypto/ssh: Begin adding server side support for more than RSA for client ...Jonathan Pittman
2013-09-05go.crypto/ssh: remove misleading marshalPrivRSA.Han-Wen Nienhuys
2013-08-28go.crypto/ssh: implement ECDH.Han-Wen Nienhuys
2013-06-06go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), bothHan-Wen Nienhuys
2012-12-16go.crypto/ssh: some cleanupJonathan Pittman