index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
common.go
Age
Commit message (
Expand
)
Author
2023-11-23
ssh: fix certificate authentication with OpenSSH 7.2-7.7
Nicola Murino
2023-11-08
ssh: allow to configure public key auth algorithms on the server side
v0.15.0
Nicola Murino
2023-07-31
ssh: add diffie-hellman-group16-sha512 kex
Nicola Murino
2023-07-31
ssh: ignore invalid MACs and KEXs just like we do for ciphers
Nicola Murino
2023-07-14
ssh: prefer sha256 based RSA key algorithms
Nicola Murino
2023-07-10
ssh: fix RSA certificate and public key authentication with older clients
Nicola Murino
2023-07-05
ssh: prefer sha256 based MAC algorithms
Nicola Murino
2023-06-22
ssh: add hmac-sha2-512
Stan Hu
2023-06-05
Add support for "hmac-sha2-512-etm@openssh.com"
Stefan Klein
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2022-03-14
ssh: add diffie-hellman-group14-sha256 kex
Filippo Valsorda
2022-03-14
ssh: support new curve25519-sha256 kex name
Михаил Патин
2022-03-12
ssh: ignore MAC if AEAD ciphers negotiated
Roland Shoemaker
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2019-09-09
ssh: drop dh-group1-sha1 from default key exchanges
Eric Brown
2019-06-17
ssh: add diffie-hellman-group-exchange-sha256
Lucas Bremgartner
2019-04-18
ssh: invert algorithm choices on the server
Han-Wen Nienhuys
2018-01-22
ssh: use io.ReadFull() for reading chacha20-poly1305 packets.
Han-Wen Nienhuys
2018-01-22
ssh: remove chacha20-poly1305 from preferredCipher list
Han-Wen Nienhuys
2018-01-22
ssh: remove arcfour ciphers from the default preference list
Han-Wen Nienhuys
2018-01-19
ssh: support chacha20-poly1305 cipher
Han-Wen Nienhuys
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-04-04
ssh: reject RekeyThresholds over MaxInt64
Han-Wen Nienhuys
2017-03-30
ssh: fix typo in unexported comment
Brad Fitzpatrick
2017-02-08
ssh: Add the hmac-sha2-256-etm@openssh.com algorithm
MiLk
2017-01-30
ssh: rationalize rekeying decisions.
Han-Wen Nienhuys
2016-07-14
x/crypto/ssh: add ed25519 certs to supportedHostKeyAlgos
Peter Moody
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2015-08-29
crypto/ssh: clearer error messages when "no ciphers in common"
Thomas Desrosiers
2015-08-17
x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement.
hanwen
2015-05-14
ssh: add hmac-sha2-256.
datianshi
2015-04-10
crypto/ssh: add support for aes128-cbc cipher.
Nathan(yinian) Hu
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-10-09
go.crypto/ssh: fix certificate parsing/marshaling.
JP Sugarbroad
2013-10-08
go.crypto/ssh: move interpretation of msgNewKeys into
Han-Wen Nienhuys
2013-10-07
go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.
Han-Wen Nienhuys
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
Han-Wen Nienhuys
2013-09-19
go.crypto/ssh: introduce Signer method, an abstraction of
Han-Wen Nienhuys
2013-09-13
go.crypto/ssh: introduce PublicKey interface type.
Han-Wen Nienhuys
2013-09-09
go.crypto/ssh: Begin adding server side support for more than RSA for client ...
Jonathan Pittman
2013-09-05
go.crypto/ssh: remove misleading marshalPrivRSA.
Han-Wen Nienhuys
2013-08-28
go.crypto/ssh: implement ECDH.
Han-Wen Nienhuys
2013-06-06
go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), both
Han-Wen Nienhuys
2012-12-16
go.crypto/ssh: some cleanup
Jonathan Pittman
[next]