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
/
keys_test.go
Age
Commit message (
Expand
)
Author
2023-11-08
ssh: try harder to detect incorrect passwords for legacy PEM encryption
Nicola Murino
2023-09-27
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
Sebastiaan van Stijn
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2023-09-05
ssh: support for marshaling keys using the OpenSSH format
Mariano Cano
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2019-12-05
ssh: reject unencrypted keys from ParsePrivateKeyWithPassphrase
Filippo Valsorda
2019-12-02
ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519
Sebastian Kinne
2018-10-29
ssh: support SSH agent signature flags and custom extensions
Ian Haken
2018-09-04
ssh: don't panic if a key is too short.
Adam Langley
2018-02-08
ssh: fix support for partial success authentication responses in client
Sami Pönkänen
2017-06-28
ssh: signal incorrect private key passwords with x509.IncorrectPasswordError
Yasuhiro Matsumoto
2017-06-13
ssh: add ParsePrivateKeysWithPassphrase
Yasuhiro Matsumoto
2016-11-22
x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods
Ryuzo Yamamoto
2016-09-29
x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys
Emmanuel Odeke
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-01-13
x/crypto/ssh: add function to parse known_hosts files.
Peter Moody
2015-09-24
crypto/ssh: Support turning a crypto.Signer into an ssh.Signer
Evan Broder
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-23
go.crypto/ssh: Implement CertTime to properly handle the "infinite" time
Jonathan Pittman
2013-10-22
go.crypto/ssh: Add certificate verification, step up support for authorized keys
Jonathan Pittman
2013-10-09
go.crypto/ssh: fix certificate parsing/marshaling.
JP Sugarbroad
2013-09-26
go.crypto/ssh: parse DSA private keys too.
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