aboutsummaryrefslogtreecommitdiff
path: root/src/dh.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-29dh: Add ssh_get_publickey().Andreas Schneider1-6/+23
2011-10-04doc: Improve doc of ssh_get_pubkey_hash().Andreas Schneider1-0/+4
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-2/+2
2011-09-18dh: fix segfault in serverAris Adamantiadis1-2/+7
2011-09-08dh: Use ssh_string_new() in make_bignum_string().Andreas Schneider1-5/+9
2011-09-08string: Use the struct and array for allocating the struct.Andreas Schneider1-7/+7
2011-08-30keys: Remove keys.h where it is obsolete.Andreas Schneider1-1/+0
2011-08-22dh: Remove obsolete signature functions.Andreas Schneider1-140/+0
2011-08-22misc: Add ssh_match_group().Andreas Schneider1-25/+2
2011-06-14Fix build with missing openssl/ecdh.hAris Adamantiadis1-2/+4
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-85/+164
2011-06-12Moved DH specific code to dh.hAris Adamantiadis1-1/+43
2011-05-01init: Some initialization fixes.Oliver Stöneberg1-1/+7
2011-01-06dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider1-0/+2
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis1-3/+8
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-7/+7
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+1049