1. 349231f ssh: implement CryptoPublicKey on sk keys by Mariano Cano · 1 year, 4 months ago
  2. 42c83ff ssh: try harder to detect incorrect passwords for legacy PEM encryption by Nicola Murino · 1 year, 2 months ago
  3. b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519 by Sebastiaan van Stijn · 1 year, 4 months ago
  4. 28c53ff ssh: add MultiAlgorithmSigner by Nicola Murino · 1 year, 6 months ago
  5. d359caa ssh: support for marshaling keys using the OpenSSH format by Mariano Cano · 5 years ago
  6. c6a20f9 ssh: document that ParseRawPrivateKey supports Ed25519 keys by Anmol Sethi · 2 years ago
  7. 9be5aaa all: fix a few function names on comments by cui fliter · 2 years, 3 months ago
  8. 1baeb1c ssh: don't advertise rsa-sha2 algorithms if we can't use them by Filippo Valsorda · 2 years, 10 months ago
  9. fcc990c ssh: deprecate and replace SigAlgo constants by Filippo Valsorda · 2 years, 10 months ago
  10. b4de73f ssh: support RSA SHA-2 (RFC8332) signatures by Hans Nielsen · 5 years ago
  11. 0ec3e99 ssh: support aes256-cbc for passphrase-protected OpenSSH keys by Ross Kinsey · 4 years, 10 months ago
  12. bac4c82 ssh: return an error for malformed ed25519 public keys rather than panic by Filippo Valsorda · 5 years ago
  13. a95e85b ssh: support ECDSA private keys in OpenSSH format by Mariano Cano · 5 years ago
  14. c9f3fb7 ssh: support encrypted OpenSSH private keys by Filippo Valsorda · 5 years ago
  15. 0a08dad ssh: reject unencrypted keys from ParsePrivateKeyWithPassphrase by Filippo Valsorda · 5 years ago
  16. 86a7050 ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519 by Sebastian Kinne · 5 years ago
  17. dab2b10 ssh: support SSH agent signature flags and custom extensions by Ian Haken · 6 years ago
  18. 0709b30 ssh: don't panic if a key is too short. by Adam Langley · 6 years ago
  19. f027049 ssh: RFC5208 support PKCS#8 key by Noel Georgi · 6 years ago
  20. 8c65384 ssh: document how to unmarshal public keys by Han-Wen Nienhuys · 7 years ago
  21. e8f2298 all: fix errors reported by vet, golint by Kevin Burke · 7 years ago
  22. 88e95fb ssh: reject unsupported DSA key sizes by Han-Wen Nienhuys · 7 years ago
  23. 84f24df ssh: signal incorrect private key passwords with x509.IncorrectPasswordError by Yasuhiro Matsumoto · 8 years ago
  24. fea6c2c ssh: add ParsePrivateKeysWithPassphrase by Yasuhiro Matsumoto · 8 years ago
  25. c2303dc ssh: Add support for RSA keys stored in OpenSSH's new format by Paul Querna · 8 years ago
  26. b822463 crypto/ssh: fix parsing order for ssh.ParseDSAPrivateKey by Paul Querna · 8 years ago
  27. ede567c x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods by Ryuzo Yamamoto · 8 years ago
  28. 4cd25d6 crypto/ssh: fix comment for ssh.NewPublicKey by Dmitry Savintsev · 8 years ago
  29. 69267d2 ssh: add CryptoPublicKey interface, expose underlying crypto.PublicKey by Martin Garton · 9 years ago
  30. a20de3f x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys by Emmanuel Odeke · 8 years ago
  31. 077efaa x/crypto: fix typos by Martin Hamrle · 9 years ago
  32. 1e61df8 x/crypto/ssh: add support for ed25519 keys by Martin Garton · 9 years ago
  33. e84a34b x/crypto/ssh: support more keytypes in the agent. by Peter Moody · 9 years ago
  34. 3760e01 x/crypto/ssh: add function to parse known_hosts files. by Peter Moody · 9 years ago
  35. e74b035 crypto/ssh: Support turning a crypto.Signer into an ssh.Signer by Evan Broder · 10 years ago
  36. d5c5f17 crypto/ssh: Parse ECDSA key using struct by Matt Bostock · 9 years ago
  37. fa50e74 go.crypto/ssh: import gosshnew. by Adam Langley · 11 years ago
  38. 9112f50 go.crypto/ssh: Add certificate verification, step up support for authorized keys by Jonathan Pittman · 11 years ago
  39. 15d8abf go.crypto/ssh: fix certificate parsing/marshaling. by JP Sugarbroad · 11 years ago
  40. 4e05812 go.crypto/ssh: parse DSA private keys too. by Han-Wen Nienhuys · 11 years ago
  41. 934c14f go.crypto/ssh: introduce Signer method, an abstraction of private keys. by Han-Wen Nienhuys · 11 years ago
  42. e62b2ae go.crypto/ssh: introduce PublicKey interface type. by Han-Wen Nienhuys · 11 years ago
  43. f17d130 go.crypto/ssh: remove misleading marshalPrivRSA. by Han-Wen Nienhuys · 11 years ago
  44. d95b283 go.crypto/ssh: some cleanup by Jonathan Pittman · 12 years ago
  45. 54c65ae go.crypto/ssh: Miscellaneous changes up for discussion. by Jonathan Pittman · 12 years ago
  46. 94c9f92 go.crypto/ssh: Add support for ECDSA keys and certs. by Jonathan Pittman · 12 years ago
  47. 887809b ssh: add functions for public keys in wire & auth keys format. by Shawn Ledbetter · 12 years ago
  48. 63f855d ssh: cosmetic cleanups by Adam Langley · 13 years ago
  49. 9b05c27 go.crypto/ssh: add client support for OpenSSH certificates by Jonathan Pittman · 13 years ago