Sign in
go
/
crypto.git
/
b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf
/
ssh
4cd25d6
crypto/ssh: fix comment for ssh.NewPublicKey
by Dmitry Savintsev
· 9 years ago
dc7f3af
ssh: bound DH public values to [2, p-2].
by Adam Langley
· 9 years ago
69267d2
ssh: add CryptoPublicKey interface, expose underlying crypto.PublicKey
by Martin Garton
· 9 years ago
2cbd8ea
ssh: fix height/width order in RequestPty example
by Henrik Hodne
· 9 years ago
bde08f2
x/crypto/ssh: public key authentication example
by Emmanuel Odeke
· 9 years ago
484eb34
ssh: Consistent error handling in examples
by Mike Houston
· 9 years ago
a19fa44
ssh/terminal: implement ReadPassword and IsTerminal
by Fazal Majid
· 9 years ago
a20de3f
x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys
by Emmanuel Odeke
· 9 years ago
8e06e8d
x/crypto/ssh/agent: honor constraints on keys in the keyring.
by Peter Moody
· 9 years ago
6ab629b
ssh: properly handle wrong guess for FirstKexFollows in server
by Kaleb Elwert
· 9 years ago
986d331
crypto/ssh: keep user in ConnMetadata if NoClientAuth is used
by Sven Blumenstein
· 9 years ago
bc89c49
ssh: clarify error type if a SendRequest goes unanswered
by Han-Wen Nienhuys
· 9 years ago
911fafb
x/crypto/ssh/terminal: have MakeRaw mirror cfmakeraw.
by Faiyaz Ahmed
· 9 years ago
f28b564
ssh: disable known-flaky test from the Go build dashboard
by Brad Fitzpatrick
· 9 years ago
10c2674
x/crypto/ssh: add ed25519 certs to supportedHostKeyAlgos
by Peter Moody
· 9 years ago
9a6bac9
x/crypto/ssh/agent: ecdsa key/cert typo
by Peter Moody
· 9 years ago
d81fdb7
x/crypto/ssh: handle missing exit status more gracefully.
by Han-Wen Nienhuys
· 9 years ago
077efaa
x/crypto: fix typos
by Martin Hamrle
· 9 years ago
cd884d3
x/crypto/ssh: use BigEndian.Uint32 for decoding exit status.
by Han-Wen Nienhuys
· 9 years ago
0c565bf
x/crypto/ssh: Add support for retryable authentication
by Jamie Beverly
· 9 years ago
811831d
agent: add agent server support for ed25519 keys.
by Peter Moody
· 9 years ago
f3241ce
crypto/ssh: minor comment change (trivial)
by Dmitry Savintsev
· 9 years ago
89d9e62
x/crypto/ssh: set constraints when adding certs to the agent
by Niall Sheridan
· 9 years ago
5bcd134
ssh: allow adding ed25519 keys to the agent
by Niall Sheridan
· 9 years ago
0a4e4d4
x/crypto/ssh: return msgNewKeys for a short-circuited first kex.
by Han-Wen Nienhuys
· 9 years ago
b6789ab
x/crypto/ssh: add 3des-cbc as a non-default cipher
by Sam Hug
· 9 years ago
1e61df8
x/crypto/ssh: add support for ed25519 keys
by Martin Garton
· 9 years ago
b76c864
x/crypto/ssh: hide msgNewKeys in the transport layer.
by Han-Wen Nienhuys
· 9 years ago
91ab96a
ssh: fix compatibility with recent OpenSSH
by Martin Garton
· 9 years ago
2cb52d9
x/crypto/ssh: also log data packets when debugHandshake is set
by Han-Wen Nienhuys
· 9 years ago
285fb2e
x/crypto/ssh: fix subsequent key exchanges.
by Han-Wen Nienhuys
· 9 years ago
e84a34b
x/crypto/ssh: support more keytypes in the agent.
by Peter Moody
· 9 years ago
f98fd1f
x/crypto/ssh: if debugMux is set, also log global messages.
by Han-Wen Nienhuys
· 9 years ago
7b42871
x/crypto/ssh: remove misleading comment, add example
by Scott Bell
· 9 years ago
3305186
x/crypto/ssh/agent: Support v1 remove all message
by Mark Severson
· 9 years ago
de15db8
x/crypto/ssh: omit empty fields in error message
by Scott Bell
· 9 years ago
2f6fccd
x/crypto/ssh: debug support for msgUserAuthSuccess and msgChannelData
by Han-Wen Nienhuys
· 9 years ago
d68c3ec
x/crypto/ssh: make sure the initial key exchange happens once.
by Han-Wen Nienhuys
· 9 years ago
3fbbcd2
x/crypto/ssh/terminal: ensure windows MakeRaw returns previous state
by John Schnake
· 9 years ago
21e4292
x/crypto/ssh/terminal: create stubs for plan9 methods
by John Schnake
· 9 years ago
9e7f5dc
x/crypto/ssh: interpret disconnect message as error in the transport layer.
by Han-Wen Nienhuys
· 9 years ago
c7e3b0e
x/crypto/ssh: Add timeout for dialing
by Julian Kornberger
· 9 years ago
5dc8cb4
x/crypto/ssh/agent: add a client example and tweak package doc.
by Han-Wen Nienhuys
· 9 years ago
3760e01
x/crypto/ssh: add function to parse known_hosts files.
by Peter Moody
· 9 years ago
803f01e
x/crypto/ssh: allow a custom Config to specify CBC mode.
by Adam Langley
· 9 years ago
f18420e
x/crypto/ssh/agent: Fix keyring removing the wrong key(s)
by Mark Severson
· 9 years ago
7b85b09
x/crypto/ssh: run go fmt
by Carl Jackson
· 9 years ago
346896d
crypto/ssh: fix typo in error string.
by Jonathan Boulle
· 10 years ago
59a4410
x/crypto/ssh: Add protocol version to ServerVersion
by Lewin Bormann
· 10 years ago
e74b035
crypto/ssh: Support turning a crypto.Signer into an ssh.Signer
by Evan Broder
· 10 years ago
d5c5f17
crypto/ssh: Parse ECDSA key using struct
by Matt Bostock
· 10 years ago
6c2080b
crypto/ssh: clearer error messages when "no ciphers in common"
by Thomas Desrosiers
· 10 years ago
c169681
crypto/ssh: fix deadlock during error condition.
by Han-Wen Nienhuys
· 10 years ago
4e213c0
x/crypto/ssh: close memPipe after running kex test.
by Han-Wen Nienhuys
· 10 years ago
aca188f
x/crypto/ssh: implement curve25519-sha256@libssh.org key agreement.
by hanwen
· 10 years ago
e3ebf1a
x/crypto/ssh/test: test all key exchanges against sshd.
by Han-Wen Nienhuys
· 10 years ago
83f1503
crypto/ssh: Handle error in dial to avoid a goroutine leak
by Eric Garrido
· 10 years ago
2f3083f
crypto/ssh: allow client to specify host key algorithms.
by hanwen
· 10 years ago
77de70a
ssh: fix flake in TestHostKeyCert
by Dave Cheney
· 10 years ago
7f27901
ssh: fix deadlock during error path
by Dave Cheney
· 10 years ago
fcdb74e
ssh: skip TestHandshakeBasic on Plan 9
by David du Colombier
· 10 years ago
7d5b0be
crypto/ssh: allow identities to be constrained.
by Peter Moody
· 10 years ago
4d8f0cf
ssh: fix spelling of test so that it runs
by Andrew Gerrand
· 10 years ago
02a186a
crypto/ssh: fix a comment (trivial)
by Dmitry Savintsev
· 10 years ago
4831188
x/crypto/ssh: fix comment
by Michael Gehring
· 10 years ago
cc04154
x/crypto/ssh: fix bounds check in parseString
by Michael Gehring
· 10 years ago
60052bd
ssh: Add explicit type in comparison with constant to make go-fuzz happy
by Taru Karttunen
· 10 years ago
1e856cb
crypto/ssh: fix format string error in test.
by Han-Wen Nienhuys
· 10 years ago
7ac880d
crypto/ssh: trivial spacing change for gofmt compliance
by Dmitry Savintsev
· 10 years ago
9fb97e8
x/crypto/ssh: add padding oracle countermeasures for AES-CBC.
by Han-Wen Nienhuys
· 10 years ago
e3f150b
ssh: add hmac-sha2-256.
by datianshi
· 10 years ago
74f810a
x/crypto/ssh: bail early if a server has no auth methods configured.
by Han-Wen Nienhuys
· 10 years ago
5943553
crypto/ssh: fix encoding of ssh certs with critical options
by Dmitry Savintsev
· 10 years ago
c84e1f8
crypto/ssh: update references to the old code.google.com repo
by Dmitry Savintsev
· 10 years ago
8b27f58
crypto/ssh: fix the links to the SSH protocol documents
by Dmitry Savintsev
· 10 years ago
5c68cfd
crypto/ssh: add support for aes128-cbc cipher.
by Nathan(yinian) Hu
· 10 years ago
88b65fb
ssh: return session ID in ConnMeta.SessionID.
by Han-Wen Nienhuys
· 10 years ago
7db4366
ssh: make godoc examples easier to reuse
by Dave Cheney
· 10 years ago
160b2e1
ssh/agent: do not return nil entries from keyring.Signers()
by Michael Marineau
· 10 years ago
280be00
ssh: add ServerConfig.ServerVersion option
by Kristopher Watts
· 10 years ago
a7ead6d
ssh/terminal: fix SetSize when nothing on current line
by Derek Che
· 10 years ago
1fbbd62
crypto: add import comments.
by David Symonds
· 10 years ago
5ff91ab
go.crypto/ssh/terminal: support bracketed paste mode.
by Adam Langley
· 10 years ago
a73c6bb
go.crypto: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
1a85842
go.crypto/ssh/terminal: fix Home and End.
by Adam Langley
· 10 years ago
30ad744
go.crypto/ssh/terminal: remove \r from passwords on Windows.
by Adam Langley
· 10 years ago
7780ec1
go.crypto/ssh/terminal: fix crash when terminal narrower than prompt.
by Adam Langley
· 10 years ago
72116d5
go.crypto/ssh: clean up address parsing in forward code.
by Han-Wen Nienhuys
· 11 years ago
fc84ae5
go.crypto/ssh: reuse packet buffer for channel writes.
by Han-Wen Nienhuys
· 11 years ago
9e886ee
go.crypto/ssh: skip tests that start ssh-agent.
by Han-Wen Nienhuys
· 11 years ago
ed03dad
go.crypto/ssh/test: skip tests during -short mode
by Dave Cheney
· 11 years ago
76cee1b
go.crypto/ssh/terminal: better handling of window resizing.
by Adam Langley
· 11 years ago
2aff5f1
go.crypt/ssh/terminal: declare TCGETS, TCSETS constants locally.
by Dave Cheney
· 11 years ago
9fb3568
go.crypto/ssh/terminal: support ^U, ^D and ^L.
by Adam Langley
· 11 years ago
c34e38a
go.crypto/ssh: fix authentication after all public keys are rejected by a server.
by Adam Langley
· 11 years ago
2dfe547
go.crypto/ssh: use permissions from public key cache when accepting a key.
by Adam Langley
· 11 years ago
6f0540e
go.crypto/ssh: try authentication methods in ClientConfig order.
by Han-Wen Nienhuys
· 11 years ago
f8eacb9
go.crypto/ssh/test: enable test cases on dragonfly
by Mikio Hara
· 11 years ago
b71337f
go.crypto/ssh/terminal: add support for BSD variants
by Mikio Hara
· 11 years ago
df28519
ssh/forward: Fix reference to the functions to call to route authentication requests.
by David Calavera
· 11 years ago
Next »