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.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
2023-03-13
ssh: document that ParseRawPrivateKey supports Ed25519 keys
Anmol Sethi
2022-10-12
all: fix a few function names on comments
cui fliter
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
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2020-03-23
ssh: support aes256-cbc for passphrase-protected OpenSSH keys
Ross Kinsey
2020-02-20
ssh: return an error for malformed ed25519 public keys rather than panic
Filippo Valsorda
2020-02-07
ssh: support ECDSA private keys in OpenSSH format
Mariano Cano
2020-02-04
ssh: support encrypted OpenSSH private keys
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-08-07
ssh: RFC5208 support PKCS#8 key
Noel Georgi
2018-02-27
ssh: document how to unmarshal public keys
Han-Wen Nienhuys
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-09-12
ssh: reject unsupported DSA key sizes
Han-Wen Nienhuys
2017-06-28
ssh: signal incorrect private key passwords with x509.IncorrectPasswordError
Yasuhiro Matsumoto
2017-06-13
ssh: add ParsePrivateKeysWithPassphrase
Yasuhiro Matsumoto
2017-04-05
ssh: Add support for RSA keys stored in OpenSSH's new format
Paul Querna
2017-01-18
crypto/ssh: fix parsing order for ssh.ParseDSAPrivateKey
Paul Querna
2016-11-22
x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods
Ryuzo Yamamoto
2016-10-12
crypto/ssh: fix comment for ssh.NewPublicKey
Dmitry Savintsev
2016-10-04
ssh: add CryptoPublicKey interface, expose underlying crypto.PublicKey
Martin Garton
2016-09-29
x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys
Emmanuel Odeke
2016-07-06
x/crypto: fix typos
Martin Hamrle
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-04-25
x/crypto/ssh: support more keytypes in the agent.
Peter Moody
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
2015-08-29
crypto/ssh: Parse ECDSA key using struct
Matt Bostock
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
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
2013-09-05
go.crypto/ssh: remove misleading marshalPrivRSA.
Han-Wen Nienhuys
2012-12-16
go.crypto/ssh: some cleanup
Jonathan Pittman
2012-12-14
go.crypto/ssh: Miscellaneous changes up for discussion.
Jonathan Pittman
2012-12-14
go.crypto/ssh: Add support for ECDSA keys and certs.
Jonathan Pittman
2012-12-10
ssh: add functions for public keys in wire & auth keys format.
Shawn Ledbetter
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-02-24
go.crypto/ssh: add client support for OpenSSH certificates
Jonathan Pittman