summaryrefslogtreecommitdiffstats
path: root/src/wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* Add options support for setting and getting HMAC algorithmsDirkjan Bussink2014-04-221-0/+10
| | | | | | BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* Add negotiation for SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-0/+85
| | | | | | BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* Add logic to support SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-0/+17
| | | | | | BUG: https://red.libssh.org/issues/91 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* update copyright informationAris Adamantiadis2014-01-071-1/+1
|
* server kex: enable delayed compressionNicolas Viennot2013-11-031-4/+14
| | | | | | | The code is careful to reenable compression when rekeying. Signed-off-by: Nicolas Viennot <nicolas@viennot.biz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* wrapper: Make sure we really burn the buffer.Andreas Schneider2013-11-031-1/+1
|
* server kex: Fix server side compression typoNicolas Viennot2013-08-051-2/+3
| | | | | | | | The original code had a typo (COMP was CRYPT). This fixes the zlib compression method. Signed-off-by: Nicolas Viennot <nicolas@viennot.biz> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-30/+25
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-6/+6
|
* Implement key re-exchangeAris Adamantiadis2012-12-231-1/+4
|
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-5/+5
|
* build: Fix zlib support.Andreas Schneider2011-09-231-3/+3
|
* crypto: rename crypto_struct -> ssh_cipher_structAris Adamantiadis2011-09-181-7/+7
|
* kex: moved KEX structures to ssh_crypto_structAris Adamantiadis2011-09-181-11/+18
|
* wrapper.c: cleanupAris Adamantiadis2011-09-181-10/+18
|
* kex: have server_kex use the elected methodsAris Adamantiadis2011-09-181-74/+35
|
* kex: split key selection and sendingAris Adamantiadis2011-09-181-7/+7
|
* server: Migrate hostkey check to new pki.Andreas Schneider2011-08-221-5/+4
|
* Fix memory leak with session_idAris Adamantiadis2011-06-141-0/+4
|
* Fix build with missing openssl/ecdh.hAris Adamantiadis2011-06-141-0/+2
|
* Fix memory leakAris Adamantiadis2011-06-131-2/+18
|
* Fix memory leak when compression is usedMark Riordan2011-05-271-1/+17
| | | | | Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* wrapper: Fixed a possible NULL pointer dereference.Andreas Schneider2011-04-141-1/+5
|
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-041-2/+2
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+325