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
Age
Commit message (
Expand
)
Author
2025-12-02
ssh/agent: fix flaky test by ensuring a writeable home directory
Michael Stapelberg
2025-11-19
ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
Neal Patel
2025-11-19
ssh/agent: prevent panic on malformed constraint
Neal Patel
2025-11-12
ssh: fix error message on unsupported cipher
Santhanam
2025-11-12
ssh: allow to bind to a hostname in remote forwarding
Nicola Murino
2025-10-09
ssh: use reflect.TypeFor instead of reflect.TypeOf
cuishuang
2025-10-08
all: fix some typos in comment
cuishuang
2025-09-27
ssh: add VerifiedPublicKeyCallback
Nicola Murino
2025-09-27
ssh: add support for FIPS mode
Nicola Murino
2025-09-15
ssh: remove custom contains, use slices.Contains
Nicola Murino
2025-09-15
ssh: return clearer error when signature algorithm is used as key format
Nicola Murino
2025-09-09
all: freeze and deprecate more packages
Filippo Valsorda
2025-09-09
ssh/agent: return an error for unexpected message types
Nicola Murino
2025-08-26
ssh: remove Go 1.24 build tag for ML-KEM kex
Nicola Murino
2025-08-19
ssh/knownhosts: improve IPv6 support in Normalize
Nicola Murino
2025-08-19
ssh: use curve25519.X25519 instead of curve25519.ScalarMult
Filippo Valsorda
2025-07-09
ssh: add AlgorithmNegotiationError
Nicola Murino
2025-06-30
ssh: refuse to parse certificates that use a certificate as signing key
Nicola Murino
2025-06-30
ssh: reject certificate keys used as signature keys for SSH certs
Nicola Murino
2025-06-05
ssh/test: skip KEX test if unsupported by system SSH client
v0.39.0
Nicola Murino
2025-05-15
ssh: add server side support for Diffie Hellman Group Exchange
Nicola Murino
2025-05-15
ssh: expose negotiated algorithms
Nicola Murino
2025-05-15
ssh: automatically add curve25519-sha256@libssh.org KEX alias
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-04-18
ssh/test: reset the random source before capturing a recording
Nicola Murino
2025-04-18
ssh/test: enable Diffie-Hellman key exchange algorithms
Nicola Murino
2025-04-16
ssh/test: skip unsupported tests on js/wasm
Nicola Murino
2025-04-11
ssh: add mlkem768x25519-sha256 Key Exchange algorithm
Nicola Murino
2025-04-11
ssh: add integration tests against a reference implementation
Nicola Murino
2025-04-03
ssh: use the configured rand in kex init
Nicola Murino
2025-03-06
ssh/knownhosts: check more than one key
Carlos A Becker
2025-03-03
ssh: add decode support for banners
Ilia Mirkin
2025-02-28
ssh: use a more straightforward return value
cuishuang
2025-02-24
ssh: limit the size of the internal packet queue while waiting for KEX
v0.35.0
Nicola Murino
2025-02-10
all: update certs for go1.24
Sean Liao
2025-01-18
ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
Brad Fitzpatrick
2025-01-02
all: make function and struct comments match the names
cuishuang
2024-12-11
ssh: make the public key cache a 1-entry FIFO cache
v0.31.0
Roland Shoemaker
2024-10-16
ssh: return unexpected msg error when server fails keyboard-interactive auth ...
samiponkanen
2024-09-16
ssh: return ServerAuthError after too many auth failures
Nicola Murino
2024-08-06
ssh/agent: ensure to not add duplicated keys
Nicola Murino
2024-07-26
ssh: add support for unpadded RSA signatures
Ilia Mirkin
2024-07-22
ssh: don't use dsa keys in integration tests
Nicola Murino
2024-07-17
ssh: remove go 1.21+ dependency on slices
Ilia Mirkin
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2024-06-24
ssh/test: make struct comment match struct name
cuishuang
2024-06-04
ssh: fail client auth immediately on receiving disconnect message
samiponkanen
2024-05-29
ssh: implement CryptoPublicKey on sk keys
Mariano Cano
2024-05-22
ssh: allow server auth callbacks to send additional banners
Andrew Lytvynov
2024-05-03
ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
Nicola Murino
[next]