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
/
certs_test.go
Age
Commit message (
Expand
)
Author
2026-03-10
ssh,acme: clean up tautological/impossible nil conditions
Neal Patel
2025-09-27
ssh: add support for FIPS mode
Nicola Murino
2025-06-30
ssh: reject certificate keys used as signature keys for SSH certs
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-02-10
all: update certs for go1.24
Sean Liao
2024-03-18
all: remove redundant words in comments and fix some typos
cui fliter
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2022-04-11
all: gofmt
Russ Cox
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
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-05-02
ssh/knownhosts: add IsHostAuthority.
Peter Moody
2015-08-02
ssh: fix flake in TestHostKeyCert
Dave Cheney
2015-06-08
crypto/ssh: trivial spacing change for gofmt compliance
Dmitry Savintsev
2015-05-04
crypto/ssh: fix encoding of ssh certs with critical options
Dmitry Savintsev
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