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
/
testdata
/
keys.go
Age
Commit message (
Expand
)
Author
2023-10-24
ssh: add test case against ssh CLI
Nicola Murino
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
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-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-15
ssh/testdata: correct typo
Andres Lowrie
2018-08-07
ssh: RFC5208 support PKCS#8 key
Noel Georgi
2017-12-18
ssh: accept ed25519 certs
Peter Moody
2017-05-23
x/crypto/ssh: fix host certificate principal evaluation to check for hostname...
Adam Eijdenberg
2017-04-05
ssh: Add support for RSA keys stored in OpenSSH's new format
Paul Querna
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-05-09
ssh: fix compatibility with recent OpenSSH
Martin Garton
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley