checking in for the night.

key generation should be done, need to finish packing/formatting.

also need to start on moduli generation.
This commit is contained in:
2020-09-18 04:04:39 -04:00
parent 99a01d843e
commit 86266685f5
14 changed files with 297 additions and 59 deletions

1
moduli/const.go Normal file
View File

@@ -0,0 +1 @@
package moduli

1
moduli/func.go Normal file
View File

@@ -0,0 +1 @@
package moduli

5
moduli/main.go Normal file
View File

@@ -0,0 +1,5 @@
package moduli
func main() {
}

6
moduli/ref/sources Normal file
View File

@@ -0,0 +1,6 @@
https://man7.org/linux/man-pages/man5/moduli.5.html
https://security.stackexchange.com/questions/41941/consequences-of-tampered-etc-ssh-moduli
https://access.redhat.com/blogs/766093/posts/2177481
https://security.stackexchange.com/a/113058
https://github.com/Luzifer/go-dhparam
https://github.com/mimoo/test_DHparams

1
moduli/struct.go Normal file
View File

@@ -0,0 +1 @@
package moduli