summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* buffer: expose ssh_buffer_get()wip/expose_buffer_methods_wo_cwrapFabiano Fidêncio2016-01-191-2/+0
* buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2016-01-191-4/+0
* buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2016-01-191-2/+0
* buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2016-01-191-17/+0
* buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio2016-01-198-25/+25
* buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-191-16/+1
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-1918-83/+83
* pki_gcrypt: adapt to the new behavior of ssh_buffer_get_len()Fabiano Fidêncio2016-01-191-2/+2
* buffer: make ssh_buffer_get_len() call ssh_buffer_get_rest_len()Fabiano Fidêncio2016-01-191-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2016-01-1917-46/+45
* buffer: cosmetic change in ssh_buffer_get_u8() documentationFabiano Fidêncio2016-01-191-1/+1
* buffer: fix documentation for ssh_buffer_get_u32()Fabiano Fidêncio2016-01-191-6/+10
* pki_gcrypt: Fix warning about not handled values in switchFabiano Fidêncio2016-01-191-0/+2
* cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio2016-01-1917-77/+77
* cleanup: use ssh_ prefix in the gcrypt missing functionsFabiano Fidêncio2016-01-191-2/+2
* cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio2016-01-194-7/+7
* cleanup: use ssh_ prefix in the dh (non-static) functionsFabiano Fidêncio2016-01-196-36/+36
* cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio2016-01-192-12/+12
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2016-01-1928-437/+437
* cleanup: use ssh_ prefix in the blf (non-static) functionsFabiano Fidêncio2016-01-192-23/+23
* cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio2016-01-195-31/+31
* cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio2016-01-193-8/+8
* auth: Remove references to ssh_userauth_pubkey in documentationYounes Serraj2016-01-191-7/+6
* pki: Make sure checkint1 and checkint2 are not used uninitializedAndreas Schneider2016-01-191-1/+1
* buffer: Make sure we do not use u32len uninitializedAndreas Schneider2016-01-191-2/+4
* doc: Update documentation of ssh_userauth_try_publickey()Andreas Schneider2016-01-141-1/+1
* Fix a bunch of -Wmaybe-uninitializedFabiano Fidêncio2015-12-173-3/+3
* libcrypto: Fix build with DEBUG_CRYPTO turned onAndreas Schneider2015-10-221-15/+18
* agent: Fix agent auth on big endian machinesAndreas Schneider2015-10-201-4/+13
* crypto: fix broken ifdefAris Adamantiadis2015-09-251-2/+2
* crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis2015-09-251-0/+92
* SSH1: fix duplicate identifierAris Adamantiadis2015-09-251-1/+1
* libcrypto: clean up EVP functionsAris Adamantiadis2015-09-252-377/+192
* moved libcrypto structs to c99 notationAris Adamantiadis2015-09-241-113/+81
* crypto: move key setup in newkeys handlerAris Adamantiadis2015-09-243-11/+16
* libcrypto: refactor EVP_(de|en)cryptAris Adamantiadis2015-09-231-56/+61
* crypto: fix potential memory leak in ECDHHEADmasterAris Adamantiadis2015-09-211-0/+4
* kex: Fix zlib compressionAndreas Schneider2015-09-161-0/+1
* kex: Prefer sha2 over sha1Andreas Schneider2015-09-151-5/+4
* pki: Fix a memory leak on error in ssh_pki_copy_cert_to_privkey()Andreas Schneider2015-09-091-0/+1
* pki: Fix a memory leak in pki_import_cert_buffer()Andreas Schneider2015-09-091-0/+1
* pki: Add certificate loading functionsAxel Eppe2015-09-071-2/+110
* pki: Add Add new pki_import_cert_buffer functionAxel Eppe2015-09-071-0/+51
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-073-0/+24
* pki: Use the standard logging functionAndreas Schneider2015-09-075-97/+109
* cmake: Handle libssh threas library correctlyAndreas Schneider2015-09-072-2/+8
* bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder2015-09-071-0/+4
* crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder2015-09-071-143/+409
* server: Fix return code check of ssh_buffer_pack()Andreas Schneider2015-08-181-1/+1
* pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider2015-08-101-2/+2