summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pki: Add ssh_pki_export_publickey_file().Andreas Schneider2011-08-161-0/+2
* misc: Remove session from ssh_get_local_username().Andreas Schneider2011-08-161-1/+1
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-3/+2
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-162-8/+8
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-163-24/+31
* pki: Add ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-0/+3
* pki: Add ssh_pki_import_pubkey_file().Andreas Schneider2011-08-161-0/+3
* pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider2011-08-162-1/+1
* pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2011-08-162-3/+3
* pki: Add ssh_pki_publickey_to_string().Andreas Schneider2011-08-151-0/+2
* pki: Flags are a bit mask so use hex.Andreas Schneider2011-08-151-3/+3
* pki: Cleanup pki header.Andreas Schneider2011-08-151-11/+15
* bind: Read only once in ssh_bind_listen() (bug #11).Andreas Schneider2011-08-151-0/+2
* pki: Added ssh_key_dup().Andreas Schneider2011-08-151-1/+2
* pki: Add ssh_pki_import_pubkey_string().Andreas Schneider2011-08-131-0/+3
* pki: Use const.Andreas Schneider2011-08-132-6/+7
* pki: Use a consistent name scheme.Andreas Schneider2011-08-091-1/+1
* pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-082-0/+13
* pki: Add pki_do_sign().Andreas Schneider2011-08-082-0/+4
* pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider2011-08-081-0/+1
* pki: Create pki_publickey_from_privatekey().Andreas Schneider2011-08-081-0/+1
* 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