Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Credit: "Unknow" was detected by Lintian, see https://bugs.debian.org/898537
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use strong PRNG
* Add a name field
* Move BIGNUM things to priv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- put I_C, I_S, V_C, V_S, K_S to ssh_session
- move RSA verification code to C code
|
|
|
|
|
|
|
|
|
|
Tested using SSH2
|
|
|
|
|
|
|
|
|
|
|
|
* 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}
|
|
|
|
- the connection info record contains the name of the
cipher and MAC algorithms, and the key hash
- after doing a key exchange, the connection info will
be filled
|
|
|