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
2023-01-30
all: fix some comments
cui fliter
2022-12-12
ssh: ensure that handshakeTransport goroutines have finished before Close ret...
Bryan C. Mills
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-11-04
ssh: fix typo
Park Zhou
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-10-12
all: fix a few function names on comments
cui fliter
2022-10-10
ssh: add ServerConfig.NoClientAuthCallback
Brad Fitzpatrick
2022-10-05
all: replace bytes.Compare with bytes.Equal
cui fliter
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-08-26
ssh/agent: match OpenSSH extensionAgentMsg, not IETF draft
edef
2022-05-13
ssh/agent: fix non-RSA certificates
Filippo Valsorda
2022-04-11
all: gofmt
Russ Cox
2022-03-21
ssh: send ext-info-c only once
Peter Verraedt
2022-03-15
ssh: support rsa-sha2-256/512 for client certificates
Filippo Valsorda
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: send (and rename) keyboard-interactive name field to the client
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: fix diffie-hellman-group-exchange g and K bounds checks
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-13
ssh: add IUTF8 constant from RFC 8160
Brad Fitzpatrick
2022-03-12
ssh: ignore MAC if AEAD ciphers negotiated
Roland Shoemaker
2022-03-07
ssh: fix typo
cuishuang
2022-02-13
crypto/ssh: don't send the last auth failure message if disconnecting
Roland Shoemaker
2022-02-09
ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey
Ian Lance Taylor
2022-02-09
acme, sha3, ssh: fix the typos
HowJmay
2022-01-26
ssh/agent: fix TestMalformedRequests
Roland Shoemaker
2021-12-02
ssh: don't assume packet plaintext size
Roland Shoemaker
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2021-09-15
poly1305: deprecate public package
Filippo Valsorda
2021-05-06
ssh: return missing user field in NewClientConn
povsister
2021-02-20
all: go fmt ./...
Russ Cox
2020-12-16
ssh: disallow gssapi-with-mic if GSSAPIWithMICConfig is not set
Roland Shoemaker
2020-11-16
ssh/terminal: replace with a golang.org/x/term wrapper
Filippo Valsorda
2020-11-12
ssh/terminal: add support for zos
Mahdi Hosseini Moghaddam
2020-10-16
ssh: improve error message for KeyboardInteractiveChallenge
Aidan Coyle
2020-10-12
crypto/ssh: add Client.Close in Dial example
Emmanuel T Odeke
2020-09-30
ssh: remove slow unnecessary diffie-hellman-group-exchange primality check
Daniel Cohen
2020-06-22
ssh: Make error message deterministic
Julian Kornberger
2020-06-02
ssh: don't err out on channel request msgs to unknown channels
Erick Tryzelaar
2020-04-27
ssh: improve docs on Certificate.SignCert
Lily Chung
2020-04-20
Update reference to CBC vulnerability in cipher.go
Bob McNaughton
2020-04-14
ssh/terminal: handle ctrl+C, ctrl+F, ctrl+B
Hana (Hyang-Ah) Kim
2020-04-06
ssh/agent: handle ed25519.PrivateKey by value in AddedKey
Alex Gaynor
2020-03-23
ssh: support aes256-cbc for passphrase-protected OpenSSH keys
Ross Kinsey
2020-03-17
ssh: fix data race in dh group exchange sha256
Lucas Bremgartner
2020-02-20
ssh: return an error for malformed ed25519 public keys rather than panic
Filippo Valsorda
2020-02-08
ssh/terminal: adjust ReadConsole rules on windows
Alex Brainman
2020-02-07
ssh: support ECDSA private keys in OpenSSH format
Mariano Cano
[prev]
[next]