summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Expand)Author
2016-11-08better handling of errors when KEX fails, use EVP digestIru Cai
2016-11-08add aes-ctr cipher supportIru Cai
2016-11-08Implement ssh_cipher_t for symmetric ciphers in SSHIru Cai
2016-11-08Use ssh_diffie-hellman, the new SSH diffie hellman codeIru Cai
2016-11-08fqterm_ssh_socket.cpp: test SSH2 first, fix typoIru Cai
2016-11-08Use delete [] for getString() generated arraysIru Cai
2016-10-29Remove fqterm_ssh_{rsa,pubkey}Iru Cai
2016-10-29fqterm_ssh2_kex.cpp: use RSA_set0_key for OpenSSL 1.1.0Iru Cai
2016-10-29Add new SSH public key crypto code in ssh_kexIru Cai
2016-10-28fqterm_ssh_des.cpp: use EVP_CIPHER_CTX_new()Iru Cai
2016-10-28Use BN_is_negative(bignum) instead of bignum->negIru Cai
2016-10-28Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txtIru Cai
2016-04-03CMakeLists.txt cleanupIru Cai
2015-08-28Qt 4 and 5 in one CMakeLists: subdirectoriesIru Cai
2015-02-08wip: Migrate to Qt5 -- API,name changesIru Cai
2014-11-06local socket: external program settingIru Dog
2014-11-02split fqterm_socket to fqterm_*_socket filesIru Dog
2014-04-04move to my github.iroul