From 869dbf6e108a46240945f9afea7f3d5fa140cec6 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 16 Sep 2018 23:54:25 -0700 Subject: [PATCH] Bumped version --- hkexshd/hkexshd.go | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hkexshd/hkexshd.go b/hkexshd/hkexshd.go index fe1b709..ea53657 100755 --- a/hkexshd/hkexshd.go +++ b/hkexshd/hkexshd.go @@ -352,7 +352,16 @@ func GenAuthToken(who string, connhost string) string { // Listener and Conns. The KEx and encrypt/decrypt is done within the type. // Compare to 'serverp.go' in this directory to see the equivalence. func main() { - version := "0.2pre (NO WARRANTY)" + // This string is purely arbitrary, and is based on the + // author's current impression of how near (and far) this + // code is to being useful in the real world. + // Version 1.0 is an idealistic fever-dream, filled with + // cryptographically-secure rainbows and unicorns flying + // high above the clouds, ignoring various government + // TLAs who shake their fists impotently at the happy + // scene above, where all communicate securely beyond their reach. + version := "0.5pre (NO WARRANTY)" + var vopt bool var chaffEnabled bool var chaffFreqMin uint