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
/
cipher.go
Age
Commit message (
Expand
)
Author
2025-09-27
ssh: add support for FIPS mode
Nicola Murino
2025-05-15
ssh: expose negotiated algorithms
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-04-11
all: gofmt
Russ Cox
2021-12-02
ssh: don't assume packet plaintext size
Roland Shoemaker
2021-09-15
poly1305: deprecate public package
Filippo Valsorda
2020-04-20
Update reference to CBC vulnerability in cipher.go
Bob McNaughton
2019-11-11
chacha20: expose internal/chacha20 package
Filippo Valsorda
2019-04-11
ssh: rename methods in packetCipher interface
Han-Wen Nienhuys
2018-05-01
ssh: fix copy and paste error
Michael Munday
2018-04-26
ssh: update to use new ChaCha20 API
Michael Munday
2018-01-23
ssh: return correct error on read failure
Han-Wen Nienhuys
2018-01-22
ssh: use io.ReadFull() for reading chacha20-poly1305 packets.
Han-Wen Nienhuys
2018-01-22
ssh: cleanup cipher creation logic
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-11-08
ssh: remove unused parameter of newGCMCipher
Tobias Klauser
2017-07-06
ssh: allow up to 255 bytes of padding in AES-GCM
Han-Wen Nienhuys
2017-02-08
ssh: Add the hmac-sha2-256-etm@openssh.com algorithm
MiLk
2016-05-15
x/crypto/ssh: add 3des-cbc as a non-default cipher
Sam Hug
2016-01-10
x/crypto/ssh: allow a custom Config to specify CBC mode.
Adam Langley
2015-05-30
x/crypto/ssh: add padding oracle countermeasures for AES-CBC.
Han-Wen Nienhuys
2015-04-10
crypto/ssh: add support for aes128-cbc cipher.
Nathan(yinian) Hu
2014-04-14
go.crypto/ssh: Add support for the pre-2006 RC4 cipher mode.
Yan Zou
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-08-28
go.crypto/ssh: implement ECDH.
Han-Wen Nienhuys
2012-10-30
go.crypto/ssh: never negotiate unsupported ciphers
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-01-25
go.crypto: initial code
Russ Cox