summaryrefslogtreecommitdiffstats
path: root/src/dh.c
Commit message (Collapse)AuthorAgeFilesLines
* dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2012-02-051-3/+5
|
* dh: Add ssh_get_publickey().Andreas Schneider2011-10-291-6/+23
|
* doc: Improve doc of ssh_get_pubkey_hash().Andreas Schneider2011-10-041-0/+4
|
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-2/+2
|
* dh: fix segfault in serverAris Adamantiadis2011-09-181-2/+7
|
* dh: Use ssh_string_new() in make_bignum_string().Andreas Schneider2011-09-081-5/+9
|
* string: Use the struct and array for allocating the struct.Andreas Schneider2011-09-081-7/+7
|
* keys: Remove keys.h where it is obsolete.Andreas Schneider2011-08-301-1/+0
|
* dh: Remove obsolete signature functions.Andreas Schneider2011-08-221-140/+0
|
* misc: Add ssh_match_group().Andreas Schneider2011-08-221-25/+2
|
* Fix build with missing openssl/ecdh.hAris Adamantiadis2011-06-141-2/+4
|
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-85/+164
| | | | | Works with openssl Still requires work for libgcrypt and other modes
* Moved DH specific code to dh.hAris Adamantiadis2011-06-121-1/+43
|
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-1/+7
| | | | | | | | - Check result of ssh_init() in privatekey_from_base64() - Moved code from ssh_finalize() to appropriate subroutines - Only initialize sockets once (caused mismatch of WSAStartup() and WSACleanup() calls and potential usage of bsd_poll when win_poll should be used)
* dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider2011-01-061-0/+2
| | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
* Fixed a bunch of smallish bugsAris Adamantiadis2010-10-201-3/+8
| | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-7/+7
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+1049