summaryrefslogtreecommitdiffstats
path: root/libssh/kex.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-835/+0
* kex: Fixed initialization of server kex.milo2010-08-091-7/+19
* session: Added callback for the connection per session.milo2010-08-091-1/+1
* Begining of zlib@openssh.org implementationAris Adamantiadis2010-07-231-1/+1
* Continue removing old flushing codeAris Adamantiadis2010-07-231-2/+2
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-34/+34
* Fixed building libssh with DEBUG_CRYPTO.Andreas Schneider2010-05-121-0/+1
* Added pki.[ch] files as a new standard API for PKsAris Adamantiadis2010-05-011-1/+4
* Fix bugs found by clang analyzerAris Adamantiadis2010-04-281-9/+10
* kex: Fixed a memory leak.Andreas Schneider2010-04-201-0/+1
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-141-0/+5
* Fix missing string_data() in crypto debug codeAris Adamantiadis2010-04-141-2/+2
* Fixes the broken algorithm choice for serverAris Adamantiadis2010-03-281-24/+24
* aes192-ctr and aes256-ctr working on libcryptoAris Adamantiadis2010-02-091-1/+1
* aes128-ctr aes192-ctr aes256-ctr for libgcryptAris Adamantiadis2010-02-091-1/+1
* KEX bug: client preference should be prioritaryAris Adamantiadis2010-02-091-15/+15
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-83/+96
* Part of kex.c is SSH-1 specificAris Adamantiadis2010-01-031-0/+3
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-17/+20
* Get rid of the options structure.Andreas Schneider2009-10-021-3/+1
* More include file splittingAris Adamantiadis2009-09-261-0/+2
* Removed obsolete optionsAris Adamantiadis2009-09-261-5/+1
* More include file movingsAris Adamantiadis2009-09-261-0/+2
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-3/+6
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-1/+1
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-6/+6
* Fix possible memory corruption (#14)milo2009-08-061-2/+2
* Switch completly to stdint types.Andreas Schneider2009-07-251-8/+8
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-1/+1
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-5/+5
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-1/+1
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-17/+17
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+2
* space_tokenize should be rewritten.Andreas Schneider2009-04-171-0/+1
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-3/+3
* Fix return value.Andreas Schneider2009-04-081-1/+1
* Improve SSHv1 key exchange functions.Andreas Schneider2009-04-081-162/+250
* Add error checking for make_rsa1_string().Andreas Schneider2009-04-071-11/+28
* Add return value and error checks to ssh_send_kex().Andreas Schneider2009-04-071-20/+53
* Add more error checks to ssh_get_kex().Andreas Schneider2009-04-071-47/+73
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-3/+10
* Fix build warnings in key exchange functions.Andreas Schneider2009-04-051-11/+42
* Add error checking for strdup.Andreas Schneider2009-04-021-2/+7
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+9
* Fix build warning.Andreas Schneider2009-04-011-1/+2
* Add memory error checking to key exchange functions.Andreas Schneider2009-04-011-12/+57
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+23
* Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider2009-03-281-1/+3