summaryrefslogtreecommitdiffhomepage
path: root/dh_groups.c
AgeCommit message (Collapse)Author
2020-05-28Fix typo DROPBEAR_NORMAL_DHMatt Johnston
2020-05-28Allow DH to be completely disabled (#97)Vladislav Grishenko
Reduces binary size by ~2kB by default and by 21kB with no other libtommath functions users, ex. with curve25519 kex and ed25519 key only.
2016-03-18Fix whitespace missed in mergeMatt Johnston
2016-03-12Get rid of group15, move group16 to sha512.Matt Johnston
New groups are disabled by default pending draft-ietf-curdle-ssh-kex-sha2-02 being finalised
2016-01-15add dh group15 and group16, disabled by defaultMatt Johnston
2016-01-14Move dh group constants to a separate fileMatt Johnston