Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pki: Add pki_do_sign(). | Andreas Schneider | 2011-08-08 | 2 | -0/+4 | |
| | ||||||
* | pki: Add ssh_pki_convert_key_to_privatekey(). | Andreas Schneider | 2011-08-08 | 1 | -0/+1 | |
| | ||||||
* | pki: Create pki_publickey_from_privatekey(). | Andreas Schneider | 2011-08-08 | 1 | -0/+1 | |
| | ||||||
* | pki: Improve ssh_key_import_private(). | Andreas Schneider | 2011-08-08 | 2 | -2/+5 | |
| | ||||||
* | pki: Improve ssh_pki_import_privkey_base64(). | Andreas Schneider | 2011-08-08 | 2 | -2/+7 | |
| | ||||||
* | pki: Add pki_privatekey_type_from_string(). | Andreas Schneider | 2011-08-08 | 1 | -0/+6 | |
| | ||||||
* | pki: Add placeholder for ecdsa and certs. | Andreas Schneider | 2011-08-08 | 1 | -0/+2 | |
| | ||||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 3 | -13/+19 | |
| | ||||||
* | pki: Make ssh_key_is_private() a public function. | Andreas Schneider | 2011-06-15 | 2 | -2/+1 | |
| | ||||||
* | pki: Make ssh_key_is_public() a public function. | Andreas Schneider | 2011-06-15 | 2 | -1/+2 | |
| | ||||||
* | Fix build with missing openssl/ecdh.h | Aris Adamantiadis | 2011-06-14 | 1 | -0/+3 | |
| | ||||||
* | [crypto] Removed ugly ifdefs on gcrypt/libcrypto | Aris Adamantiadis | 2011-06-13 | 1 | -10/+1 | |
| | ||||||
* | [crypto] initial support for ecdh-sha2-nistp256 | Aris Adamantiadis | 2011-06-13 | 8 | -15/+104 | |
| | | | | | Works with openssl Still requires work for libgcrypt and other modes | |||||
* | Test for ecdh and dh-group1 | Aris Adamantiadis | 2011-06-12 | 1 | -1/+2 | |
| | ||||||
* | Check for ecdsa with openssl, added log_warning | Aris Adamantiadis | 2011-06-12 | 1 | -2/+3 | |
| | ||||||
* | pki: Add ssh_key_type_to_char() and ssh_key_type_from_name(). | Andreas Schneider | 2011-06-11 | 1 | -0/+2 | |
| | ||||||
* | pki: Make ssh_key_type a public function. | Andreas Schneider | 2011-06-11 | 2 | -1/+1 | |
| | ||||||
* | pki: Add SSH_KEYTYPE_ECDSA. | Andreas Schneider | 2011-06-11 | 1 | -1/+2 | |
| | ||||||
* | cmake: Set next version. | Andreas Schneider | 2011-05-30 | 1 | -1/+1 | |
| | ||||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -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 ↵ | milo | 2011-05-02 | 1 | -0/+1 | |
| | | | | | | channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569) | |||||
* | [pki] remove unused functions | milo | 2011-04-18 | 1 | -3/+0 | |
| | ||||||
* | scp: More correct fix for snprintf 64-bit format. | Andreas Schneider | 2011-04-15 | 1 | -0/+8 | |
| | ||||||
* | scp: Support huge files by changing size to 64-bit type. | Mark Riordan | 2011-04-15 | 2 | -3/+4 | |
| | | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | Use const for x11_auth_* strings | milo | 2011-04-14 | 1 | -2/+2 | |
| | ||||||
* | Implemented X11 server side | milo | 2011-04-14 | 3 | -1/+15 | |
| | ||||||
* | [pki] Added ssh_userauth_pki_pubkey() function | milo | 2011-04-14 | 1 | -0/+2 | |
| | ||||||
* | [pki] added ssh_pki_do_sign() function | milo | 2011-04-14 | 2 | -0/+6 | |
| | ||||||
* | [pki] Added conversion functions to migrate seemlessly to ssh_key | milo | 2011-04-14 | 1 | -0/+6 | |
| | ||||||
* | [pki] Added ssh_pki_publickey_from_privatekey() function | milo | 2011-04-14 | 1 | -0/+3 | |
| | ||||||
* | [pki] Added ssh_pki_import_privkey_base64() | milo | 2011-04-14 | 2 | -0/+5 | |
| | ||||||
* | [pki] remove non existing function prototype | milo | 2011-04-14 | 1 | -1/+0 | |
| | ||||||
* | [pki] Added privatekey_from_base64() function... | milo | 2011-04-14 | 2 | -0/+6 | |
| | | | | and wrapped it with privatekey_from_file() | |||||
* | [pki] Make ssh_key_new and ssh_key_free public | milo | 2011-04-14 | 2 | -2/+2 | |
| | ||||||
* | Fix the ssh_message_retrieve problem by anihilation | Aris Adamantiadis | 2011-03-22 | 1 | -1/+1 | |
| | ||||||
* | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 2 | -0/+2 | |
| | | | | Based on code from Jan Willamowius | |||||
* | messages: Make returned strings const. | Andreas Schneider | 2011-03-09 | 1 | -11/+11 | |
| | ||||||
* | doc: More doc for messaging functions. | Andreas Schneider | 2011-03-09 | 1 | -1/+37 | |
| | ||||||
* | doc: Improve the doc of ssh_bind_set_callbacks. | Andreas Schneider | 2011-03-09 | 1 | -0/+20 | |
| | ||||||
* | doc: Improved documentation for server options. | Andreas Schneider | 2011-03-06 | 1 | -4/+57 | |
| | ||||||
* | legacy: Added missing channel_write_stderr. | Andreas Schneider | 2011-02-23 | 1 | -0/+2 | |
| | ||||||
* | poll: Added a function to poll the events. | milo | 2011-02-20 | 1 | -0/+1 | |
| | ||||||
* | poll: Added function to remove fd from the event context. | milo | 2011-02-20 | 1 | -0/+1 | |
| | ||||||
* | poll: Added function to add an fd to the events. | milo | 2011-02-20 | 1 | -0/+5 | |
| | ||||||
* | poll: Added function to remove session from event loop. | milo | 2011-02-20 | 1 | -0/+1 | |
| | ||||||
* | poll: Added function to add session to an event. | milo | 2011-02-20 | 1 | -0/+1 | |
| | ||||||
* | poll: Added a function to free an event. | milo | 2011-02-20 | 1 | -0/+1 | |
| | ||||||
* | poll: Started to add a poll based event loop. | milo | 2011-02-20 | 1 | -0/+3 | |
| | ||||||
* | Added ssh_userauth_[offer_]pubkey nonblocking iface | Aris Adamantiadis | 2011-02-12 | 1 | -1/+3 | |
| | ||||||
* | connect: Use ssh_is_ipaddr instead of regex. | Andreas Schneider | 2011-02-12 | 1 | -2/+0 | |
| |