summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement key re-exchangeAris Adamantiadis2012-12-232-0/+4
* BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider2012-12-031-1/+13
* BUG 96: Guard ntohll() and htonll prototypes correctly.Andreas Schneider2012-12-031-1/+6
* BUG 98: Use __attribute__ ((packed)) only with GCC.Andreas Schneider2012-12-031-1/+1
* priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider2012-11-231-2/+5
* pki: Add a size limit for pubkey files.Andreas Schneider2012-11-211-0/+2
* kex: Use getter functions to access kex arrays.Andreas Schneider2012-10-121-3/+2
* include: Fix an include recursion.Andreas Schneider2012-10-121-2/+0
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-1/+6
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-041-0/+2
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-171-0/+1
* options: Add option to specify host keys string.Oliver Gasser2012-07-061-1/+2
* server: Add ecdsa hostkey support.Andreas Schneider2012-02-192-0/+3
* session: Use a struct for all options.Andreas Schneider2012-02-051-17/+18
* crypto: Add evp hashing function.Andreas Schneider2012-02-043-0/+12
* pki: Add ecdsa support for signature_to_blob.Andreas Schneider2012-02-041-1/+13
* pki: Add support to generate ecdsa keys.Andreas Schneider2012-02-041-0/+1
* pki: Add support to import ecdsa pubkeys.Andreas Schneider2012-02-041-0/+3
* pki: Add support to import ecdsa private keys.Andreas Schneider2012-02-041-0/+2
* Ignore and debug messages can be sent using public APIMartin Drasar2012-01-051-0/+2
* commit a7e14524c4f7903f607cdcd02b83782e89f0a82crofl0r2012-01-021-0/+1
* session: Cleanup timeout functions.rofl0r2012-01-021-0/+1
* sftp: Add references to sftp_get_error() to docs.Andreas Schneider2011-11-171-0/+36
* kex: Fix some build warnings.Andreas Schneider2011-11-101-0/+2
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-293-0/+12
* dh: Add ssh_get_publickey().Andreas Schneider2011-10-292-1/+2
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+1
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+2
* server: ssh_bind_accept_fdAris Adamantiadis2011-10-131-0/+15
* pki: ssh_pki_generateAris Adamantiadis2011-09-242-0/+4
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-182-11/+10
* priv: Remove dead prototype.Andreas Schneider2011-09-181-2/+0
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-183-16/+18
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-184-2/+4
* socket: Move socket function to right location.Andreas Schneider2011-09-182-2/+2
* priv: Create crc32.h.Andreas Schneider2011-09-182-4/+29
* priv: Move gcrypt functions to gcrypt header.Andreas Schneider2011-09-182-7/+4
* priv: Start to remove enter_function.Andreas Schneider2011-09-181-59/+38
* priv: Move kex functions to kex header.Andreas Schneider2011-09-184-18/+16
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-182-7/+29
* priv: Move defines to the top.Andreas Schneider2011-09-181-15/+8
* server: split dh_handsake_serverAris Adamantiadis2011-09-181-0/+1
* crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis2011-09-183-8/+8
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-182-6/+5
* kex: split key selection and sendingAris Adamantiadis2011-09-184-7/+18
* scp: introduce a 64bits getter to respect ABIAris Adamantiadis2011-09-181-1/+2
* pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider2011-09-171-1/+4
* log: Split do_ssh_log().Andreas Schneider2011-09-171-0/+3
* log: Remove unneeded ssh_log_function().Andreas Schneider2011-09-171-6/+1
* error: Use macros for error functions.Andreas Schneider2011-09-171-8/+21