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

3
TODO
View File

@@ -1,3 +1,4 @@
-sshkeys (need to figure out generation process)
-sshkeys (see ref/<type>/parse_poc_<keytype>.go for POC)
--hostkeys (https://security.stackexchange.com/questions/211106/what-is-the-difference-between-host-and-client-ssh-key-generation)
-moduli dhparams generation (dh.c? moduli.c?)
--ssh-keygen.c, ~L3565