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
/
knownhosts
Age
Commit message (
Expand
)
Author
2026-03-27
ssh/knownhosts: implements DB interface
Shulhan
2025-08-19
ssh/knownhosts: improve IPv6 support in Normalize
Nicola Murino
2025-03-06
ssh/knownhosts: check more than one key
Carlos A Becker
2023-01-30
all: fix some comments
cui fliter
2019-01-23
crypto/ssh/knownhosts: fix out-of-date documentation for checkAddr
Jay Taylor
2018-04-09
ssh/knownhosts: disregard IP address if the hostname is available
Han-Wen Nienhuys
2018-01-27
ssh/knownhosts: remove godoc about non-supported hashed hosts
Sergey Lukjanov
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-05-02
ssh/knownhosts: test coverage for IsHostAuthority
Peter Moody
2017-05-02
ssh/knownhosts: add IsHostAuthority.
Peter Moody
2017-04-20
ssh/knownhosts: add file + linenumber for parse errors
Han-Wen Nienhuys
2017-04-20
ssh/knownhosts: support hashed hostnames
Han-Wen Nienhuys
2017-04-18
ssh/knownhosts: fix variable reuse bug in checkAddrs
Joe Tsai
2017-04-13
ssh/knownhosts: a parser for the OpenSSH known_hosts file format
Han-Wen Nienhuys