summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-082-2/+5
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-082-2/+7
* pki: Add pki_privatekey_type_from_string().Andreas Schneider2011-08-081-0/+6
* pki: Add placeholder for ecdsa and certs.Andreas Schneider2011-08-081-0/+2
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-193-13/+19
* pki: Make ssh_key_is_private() a public function.Andreas Schneider2011-06-152-2/+1
* pki: Make ssh_key_is_public() a public function.Andreas Schneider2011-06-152-1/+2
* Fix build with missing openssl/ecdh.hAris Adamantiadis2011-06-141-0/+3
* [crypto] Removed ugly ifdefs on gcrypt/libcryptoAris Adamantiadis2011-06-131-10/+1
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-138-15/+104
* Test for ecdh and dh-group1Aris Adamantiadis2011-06-121-1/+2
* Check for ecdsa with openssl, added log_warningAris Adamantiadis2011-06-121-2/+3
* pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider2011-06-111-0/+2
* pki: Make ssh_key_type a public function.Andreas Schneider2011-06-112-1/+1
* pki: Add SSH_KEYTYPE_ECDSA.Andreas Schneider2011-06-111-1/+2
* cmake: Set next version.Andreas Schneider2011-05-301-1/+1
* Introduced ssh_timeout_elapsed functionsAris Adamantiadis2011-05-241-0/+9
* [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo2011-05-021-0/+1
* [pki] remove unused functionsmilo2011-04-181-3/+0
* scp: More correct fix for snprintf 64-bit format.Andreas Schneider2011-04-151-0/+8
* scp: Support huge files by changing size to 64-bit type.Mark Riordan2011-04-152-3/+4
* Use const for x11_auth_* stringsmilo2011-04-141-2/+2
* Implemented X11 server sidemilo2011-04-143-1/+15
* [pki] Added ssh_userauth_pki_pubkey() functionmilo2011-04-141-0/+2
* [pki] added ssh_pki_do_sign() functionmilo2011-04-142-0/+6
* [pki] Added conversion functions to migrate seemlessly to ssh_keymilo2011-04-141-0/+6
* [pki] Added ssh_pki_publickey_from_privatekey() functionmilo2011-04-141-0/+3
* [pki] Added ssh_pki_import_privkey_base64()milo2011-04-142-0/+5
* [pki] remove non existing function prototypemilo2011-04-141-1/+0
* [pki] Added privatekey_from_base64() function...milo2011-04-142-0/+6
* [pki] Make ssh_key_new and ssh_key_free publicmilo2011-04-142-2/+2
* Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis2011-03-221-1/+1
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-222-0/+2
* messages: Make returned strings const.Andreas Schneider2011-03-091-11/+11
* doc: More doc for messaging functions.Andreas Schneider2011-03-091-1/+37
* doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider2011-03-091-0/+20
* doc: Improved documentation for server options.Andreas Schneider2011-03-061-4/+57
* legacy: Added missing channel_write_stderr.Andreas Schneider2011-02-231-0/+2
* poll: Added a function to poll the events.milo2011-02-201-0/+1
* poll: Added function to remove fd from the event context.milo2011-02-201-0/+1
* poll: Added function to add an fd to the events.milo2011-02-201-0/+5
* poll: Added function to remove session from event loop.milo2011-02-201-0/+1
* poll: Added function to add session to an event.milo2011-02-201-0/+1
* poll: Added a function to free an event.milo2011-02-201-0/+1
* poll: Started to add a poll based event loop.milo2011-02-201-0/+3
* Added ssh_userauth_[offer_]pubkey nonblocking ifaceAris Adamantiadis2011-02-121-1/+3
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-2/+0
* misc: Added ssh_is_ipaddr() function.Andreas Schneider2011-02-121-0/+2
* Added the keyboard-interactive authentication methodmilo2011-02-105-1/+29
* session: Added ssh_is_connected().Andreas Schneider2011-02-061-0/+1