summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Collapse)AuthorAgeFilesLines
...
* messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider2011-08-221-1/+0
|
* pki: Add ssh_pki_do_sign_agent().Andreas Schneider2011-08-211-0/+3
|
* agent: Add ssh_agent_sign_data().Andreas Schneider2011-08-211-0/+3
|
* pki: Create a pki private header file.Andreas Schneider2011-08-212-46/+77
|
* pki: Add ssh_pki_import_signature_blob().Andreas Schneider2011-08-211-0/+6
|
* pki: Add ssh_pki_export_signature_blob().Andreas Schneider2011-08-211-0/+4
|
* priv: Add discard_const macros.Andreas Schneider2011-08-211-0/+19
|
* pki: Introduce ssh_signature.Andreas Schneider2011-08-201-0/+17
|
* pki: Fix build warnings.Andreas Schneider2011-08-201-1/+1
|
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-192-6/+6
|
* 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
| | | | Rename it to ssh_pki_export_publickey_base64().
* 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
| | | | It should be named ssh_pki_import_pubkey_blob().
* 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
| | | | Rename ssh_key_import_private to ssh_pki_import_privkey_file.
* 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
| | | | | Works with openssl Still requires work for libgcrypt and other modes
* 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
| | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard.
* [channels] Added ssh_channel_window_size() and avoided reentrancy in ↵milo2011-05-021-0/+1
| | | | | | channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569)
* [pki] remove unused functionsmilo2011-04-181-3/+0
|