aboutsummaryrefslogtreecommitdiffstats
path: root/handshake.go
Commit message (Collapse)AuthorAgeFilesLines
* retry handshake connection until timeoutSam Anthony2025-04-111-6/+48
|
* remove name resolutionSam Anthony2025-04-111-20/+3
|
* show valid responses when verifying keySam Anthony2025-04-111-2/+4
|
* default option no when verifying keySam Anthony2025-04-111-12/+24
|
* remove fingerprint; display entire keySam Anthony2025-04-111-10/+9
|
* split host and port of remote addrSam Anthony2025-04-111-2/+6
|
* fmtSam Anthony2025-04-111-1/+1
|
* create util packageSam Anthony2025-04-111-11/+15
|
* print fingerprint in hexadecimalSam Anthony2025-04-111-1/+1
|
* fingerprintSam Anthony2025-04-111-1/+1
|
* handshake receiving sideSam Anthony2025-04-111-1/+86
|
* load public key from fileSam Anthony2025-04-111-2/+3
|
* fix importsSam Anthony2025-04-111-2/+2
|
* handshake sending sideSam Anthony2025-04-111-0/+49