Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with missing openssl/ecdh.h | Aris Adamantiadis | 2011-06-14 | 1 | -2/+4 |
| | |||||
* | [crypto] initial support for ecdh-sha2-nistp256 | Aris Adamantiadis | 2011-06-13 | 1 | -85/+164 |
| | | | | | Works with openssl Still requires work for libgcrypt and other modes | ||||
* | Moved DH specific code to dh.h | Aris Adamantiadis | 2011-06-12 | 1 | -1/+43 |
| | |||||
* | init: Some initialization fixes. | Oliver Stöneberg | 2011-05-01 | 1 | -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 Schneider | 2011-01-06 | 1 | -0/+2 |
| | | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/ | ||||
* | Fixed a bunch of smallish bugs | Aris Adamantiadis | 2010-10-20 | 1 | -3/+8 |
| | | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list | ||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -7/+7 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+1049 |