Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | warn SSH2 for mismatched/unknown host key | Iru Cai | |
2018-06-08 | conn_info: show if host key matches | Iru Cai | |
2018-06-08 | ssh_known_hosts.c: .ssh/known_hosts parser | Iru Cai | |
2018-06-08 | add ccan/base64 | Iru Cai | |
2018-06-06 | curve25519 ECDH | Iru Cai | |
2018-06-06 | add curve25519 ref implementation | Iru Cai | |
2018-06-06 | restruct ssh_dh | Iru Cai | |
* Use strong PRNG * Add a name field * Move BIGNUM things to priv | |||
2018-05-21 | warn SSH1 | Iru Cai | |
2018-05-21 | add warnInsecure signals and slots | Iru Cai | |
2018-05-21 | parse_ssh{1,2}_packet C code | Iru Cai | |
2018-05-21 | buffer_append: support NULL argument s to just allocate the space | Iru Cai | |
2018-05-21 | remove FQTermSSH{1,2}PacketSender, remove duplicated code | Iru Cai | |
2018-05-21 | remove is_compressed | Iru Cai | |
2018-05-21 | conn_info: add host and port | Iru Cai | |
2018-05-21 | make a cleaner parseData | Iru Cai | |
2018-05-21 | ssh_endian.h | Iru Cai | |
2018-05-21 | move packet making code to C code | Iru Cai | |
2018-05-21 | use ssh_error.h to define error numbers | Iru Cai | |
2018-05-21 | remove cipher_type_ | Iru Cai | |
2018-05-21 | replace is_{en,de}crypt_ things with cipher->started | Iru Cai | |
2018-05-21 | kill unneeded signals and slots | Iru Cai | |
2018-05-17 | fqterm_ssh2_kex.cpp: remove unused headers | Iru Cai | |
2018-05-11 | Fix typo found by codespell | Boyuan Yang | |
2018-05-10 | restruct SSH RSA verification | Iru Cai | |
- put I_C, I_S, V_C, V_S, K_S to ssh_session - move RSA verification code to C code | |||
2018-05-10 | kill FQTermSSHBuffer | Iru Cai | |
2018-05-10 | use C SSH buffer for {input,output}_buffer | Iru Cai | |
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-07 | move local_shell_bin to fqterm_path, add the cmd to quickdialog | 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 | Use SSH2 if server version string is SSH-1.99 | Iru Cai | |
2016-11-08 | fqterm_socket.cpp: rename to fqterm_socket_private.cpp | Iru Cai | |
More clean up: * move static functions outside namespace FQTerm * use isdigit instead of QChar(...).isDigit() | |||
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 | fqterm_ssh_socket.cpp: test SSH2 first, fix typo | Iru Cai | |
TODO: make version 1.99 use SSH2 | |||
2016-11-08 | Use delete [] for getString() generated arrays | Iru Cai | |