aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-08-16pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider2-1/+1
2011-08-16pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2-3/+3
2011-08-15pki: Add ssh_pki_publickey_to_string().Andreas Schneider1-0/+2
2011-08-15pki: Flags are a bit mask so use hex.Andreas Schneider1-3/+3
2011-08-15pki: Cleanup pki header.Andreas Schneider1-11/+15
2011-08-15bind: Read only once in ssh_bind_listen() (bug #11).Andreas Schneider1-0/+2
2011-08-15pki: Added ssh_key_dup().Andreas Schneider1-1/+2
2011-08-13pki: Add ssh_pki_import_pubkey_string().Andreas Schneider1-0/+3
2011-08-13pki: Use const.Andreas Schneider2-6/+7
2011-08-09pki: Use a consistent name scheme.Andreas Schneider1-1/+1
2011-08-08pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2-0/+13
2011-08-08pki: Add pki_do_sign().Andreas Schneider2-0/+4
2011-08-08pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Create pki_publickey_from_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Improve ssh_key_import_private().Andreas Schneider2-2/+5
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2-2/+7
2011-08-08pki: Add pki_privatekey_type_from_string().Andreas Schneider1-0/+6
2011-08-08pki: Add placeholder for ecdsa and certs.Andreas Schneider1-0/+2
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis3-13/+19
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider2-2/+1
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider2-1/+2
2011-06-14Fix build with missing openssl/ecdh.hAris Adamantiadis1-0/+3
2011-06-13[crypto] Removed ugly ifdefs on gcrypt/libcryptoAris Adamantiadis1-10/+1
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis8-15/+104
2011-06-12Test for ecdh and dh-group1Aris Adamantiadis1-1/+2
2011-06-12Check for ecdsa with openssl, added log_warningAris Adamantiadis1-2/+3
2011-06-11pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider1-0/+2
2011-06-11pki: Make ssh_key_type a public function.Andreas Schneider2-1/+1
2011-06-11pki: Add SSH_KEYTYPE_ECDSA.Andreas Schneider1-1/+2
2011-05-30cmake: Set next version.Andreas Schneider1-1/+1
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-0/+9
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo1-0/+1
2011-04-18[pki] remove unused functionsmilo1-3/+0
2011-04-15scp: More correct fix for snprintf 64-bit format.Andreas Schneider1-0/+8
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan2-3/+4
2011-04-14Use const for x11_auth_* stringsmilo1-2/+2
2011-04-14Implemented X11 server sidemilo3-1/+15
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-0/+2
2011-04-14[pki] added ssh_pki_do_sign() functionmilo2-0/+6
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+6
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+3
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo2-0/+5
2011-04-14[pki] remove non existing function prototypemilo1-1/+0
2011-04-14[pki] Added privatekey_from_base64() function...milo2-0/+6
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo2-2/+2
2011-03-22Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis1-1/+1
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis2-0/+2
2011-03-09messages: Make returned strings const.Andreas Schneider1-11/+11
2011-03-09doc: More doc for messaging functions.Andreas Schneider1-1/+37
2011-03-09doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider1-0/+20