need to finish dh stuff still.

This commit is contained in:
2021-07-03 03:58:06 -04:00
parent 4eb554aa38
commit d7ffbea913
5 changed files with 64 additions and 17 deletions

View File

@@ -1,6 +1,11 @@
The functions found in this sub-component are ported almost directly from the
openssh-portable[0]'s `moduli.c`[1] code (with, of course, changes made where
appropriate to match and take advantage of Golang).
THIS SUBMODULE IS INCOMPLETE. DO NOT USE IT.
It technically is not necessary as upstream offers generated parameters.
Theoretically as long as we filter anything 2048 bits and lower, it should be fine.
The functions, etc. (even a significant amount of the comments) found in this
sub-component are ported almost directly from the openssh-portable[0]'s
`moduli.c`[1] code (with, of course, changes made where appropriate to match
and take advantage of Golang and its patterns).
The OpenBSD and OpenSSH(-portable) teams have my gratitude.