Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-10 | Use C SSH buffer for socket_buffer, restruct parseData | Iru Cai | |
2018-05-10 | restruct createRSAcontext | Iru Cai | |
2018-05-10 | fqterm packet: use C buffer | Iru Cai | |
Tested using SSH2 | |||
2018-05-10 | implement SSH buffer in C | Iru Cai | |
2018-05-05 | remove 3des_cbc for SSH2 | Iru Cai | |
2018-05-05 | ssh_3des-ssh1.c: use uint8_t | Iru Cai | |
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} | |||
2018-04-30 | Add a connection info field in FQTermSocket | Iru Cai | |
- 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 | |||
2018-04-30 | add name field to ssh_cipher_t | Iru Cai | |
2018-04-30 | Fix SSH MAC verification | Iru Cai | |
2018-04-29 | Use channelClosed() to handle channel close message | Iru Cai | |
TODO: Now connection will be closed when a channel close, this should be handled according to RFC 4254. | |||
2018-04-29 | refactor SSH MAC | Iru Cai | |
2018-04-29 | kill fqterm_ssh_md5 | Iru Cai | |
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 | add aes-ctr cipher support | Iru Cai | |
2016-11-08 | Implement ssh_cipher_t for symmetric ciphers in SSH | Iru Cai | |
* remove FQTermSSHCipher and FQTermSSH3DES, use ssh_cipher_t instead * implement EVP ciphers and 3DES-SSH1 | |||
2016-11-08 | Use ssh_diffie-hellman, the new SSH diffie hellman code | Iru Cai | |
And add diffie-hellman-group14-sha1 support | |||
2016-11-08 | Use delete [] for getString() generated arrays | Iru Cai | |
2016-10-29 | Remove fqterm_ssh_{rsa,pubkey} | Iru Cai | |
2016-10-29 | fqterm_ssh2_kex.cpp: use RSA_set0_key for OpenSSL 1.1.0 | Iru Cai | |
2016-10-29 | Add new SSH public key crypto code in ssh_kex | Iru Cai | |
The original code is too complicated and is broken under OpenSSL 1.1.0, so I rewrite new crypto code based on the original one, and make it work on OpenSSL 1.1.0. Thanks libssh2 for the HAVE_OPAQUE_STRUCT macro. | |||
2016-10-28 | fqterm_ssh_des.cpp: use EVP_CIPHER_CTX_new() | Iru Cai | |
2016-10-28 | Use BN_is_negative(bignum) instead of bignum->neg | Iru Cai | |
In OpenSSL>=1.1.0: bn, a sub library in libcrypto, has been made opaque | |||
2015-02-08 | wip: Migrate to Qt5 -- API,name changes | Iru Cai | |
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false | |||
2014-04-04 | move to my github. | iroul | |