Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | restruct ssh_dh | Iru Cai | |
* Use strong PRNG * Add a name field * Move BIGNUM things to priv | |||
2018-05-04 | add KEX algorithms | Iru Cai | |
2018-05-04 | refactor using ssh_session structure | Iru Cai | |
* move computeKey to C code * Use `mpint_e`, `secret` instead of bn_e, bn_K, drop bn_f * compute DH image and secret in DH related code * drop {get,put}{BN2,SSH2BN} | |||
2016-12-01 | EVP_MD_CTX_new for libressl | Iru Cai | |
2016-11-08 | better handling of errors when KEX fails, use EVP digest | Iru Cai | |
2016-11-08 | Use ssh_diffie-hellman, the new SSH diffie hellman code | Iru Cai | |
And add diffie-hellman-group14-sha1 support |