index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common-algo.c
Age
Commit message (
Expand
)
Author
2020-10-24
Make "Too many remote algorithms" exit rather than log
Matt Johnston
2020-10-23
Increase MAX_PROPOSED_ALGO to 50, warn if exceeded
Matt Johnston
2020-06-10
Remove blowfish
Matt Johnston
2020-05-26
merge rsa-sha256
Matt Johnston
2020-05-25
CBC mode cleanup (#95)
Vladislav Grishenko
2020-05-25
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
Vladislav Grishenko
2020-05-24
send and handle SSH_MSG_EXT_INFO only at the correct point
Matt Johnston
2020-05-21
Make server send SSH_MSG_EXT_INFO
Matt Johnston
2020-05-19
ext-info handling for server-sig-algs
Matt Johnston
2020-05-17
split signkey_type and signature_type for RSA sha1 vs sha256
Matt Johnston
2020-04-06
use sigtype where appropriate
Matt Johnston
2020-03-12
Add Ed25519 support (#91)
Vladislav Grishenko
2018-02-20
add curve25519-sha256 without @libssh.org
Matt Johnston
2018-02-18
group14-sha256 should be higher than group14-sha1
Matt Johnston
2018-02-09
Remove none cipher
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-07-21
merge 2016.74
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-05-02
options for disabling "normal" DH
Matt Johnston
2016-07-11
improve algorithm list parsing
Matt Johnston
2016-03-16
const variables
Francois Perrad
2016-03-12
Get rid of group15, move group16 to sha512.
Matt Johnston
2016-01-15
add dh group15 and group16, disabled by default
Matt Johnston
2016-01-14
Move dh group constants to a separate file
Matt Johnston
2015-12-11
diffie-hellman-group14-sha256
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-06-04
Merge pull request #13 from gazoo74/fix-warnings
Matt Johnston
2015-06-03
Disable twofish-ctr by default, add config option
Matt Johnston
2015-05-05
Turn Algo_Type's name attribute into const char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
2015-02-13
merge
Matt Johnston
2015-02-04
twofish ctr modes
Matt Johnston
2015-01-28
Keep sha1 default
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2015-01-23
Prefer stronger algorithms in algorithm negotiation.
Fedor Brunner
2015-01-23
Add config option to disable cbc. Disable twofish by default
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-11-08
curve25519
Matt Johnston
2013-10-31
Default to some larger key sizes
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-04-09
start on ecdsa keys
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-03
merge kexguess branch
Matt Johnston
2013-04-03
Put some #ifdef options around first-follows options in case they
Matt Johnston
2013-04-03
Don't usually need to recalculate dh_e for the repeated kexdh_init packet
Matt Johnston
2013-03-30
Get rid of client/server specific buf_match_algo, use single
Matt Johnston
[next]