index
:
fqterm
fqterm2
master
A Telnet/SSH BBS client written in C++ and Qt
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol
/
internal
Age
Commit message (
Expand
)
Author
2018-08-20
buffer_append_be*: return 1 on success
Iru Cai
2018-08-20
fqterm_ssh_packet.cpp: return a value on error to surpress a warning
Iru Cai
2018-06-18
(*)fix build on macOS
Fan Yang
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
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
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
2018-05-10
kill FQTermSSHBuffer
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
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
2018-04-30
Add a connection info field in FQTermSocket
Iru Cai
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
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
2016-11-08
Use ssh_diffie-hellman, the new SSH diffie hellman code
Iru Cai
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
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
2015-02-08
wip: Migrate to Qt5 -- API,name changes
Iru Cai
[next]