aboutsummaryrefslogtreecommitdiff
path: root/ssh/certs_test.go
AgeCommit message (Expand)Author
2023-09-20ssh: add MultiAlgorithmSignerNicola Murino
2022-04-11all: gofmtRuss Cox
2022-03-14ssh: don't advertise rsa-sha2 algorithms if we can't use themFilippo Valsorda
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2017-12-18ssh: accept ed25519 certsPeter Moody
2017-05-23x/crypto/ssh: fix host certificate principal evaluation to check for hostname...Adam Eijdenberg
2017-05-02ssh/knownhosts: add IsHostAuthority.Peter Moody
2015-08-02ssh: fix flake in TestHostKeyCertDave Cheney
2015-06-08crypto/ssh: trivial spacing change for gofmt complianceDmitry Savintsev
2015-05-04crypto/ssh: fix encoding of ssh certs with critical optionsDmitry Savintsev
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-10-22go.crypto/ssh: Add certificate verification, step up support for authorized keysJonathan Pittman