Checking in some work. Keygen is done (with confirmation of data formatting output pending), and dh params is way easier than I thought it would be. We shouldn't need to regenerate dhparams. i *think*.

This commit is contained in:
2020-09-24 04:38:29 -04:00
parent b80b823c02
commit c22786204a
10 changed files with 360 additions and 76 deletions

13
sharedconsts/const.go Normal file
View File

@@ -0,0 +1,13 @@
package sharedconsts
import (
"fmt"
)
// "Meta". Used for comment strings, etc.
const (
projName = "SSHSecure"
projUrl = "https://git.square-r00t.net/SSHSecure"
)
var IDCmnt = string(fmt.Sprintf("Autogenerated by %v (%v)", projName, projUrl))