summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* torture: Enable old cipher and kex algos in sshdAndreas Schneider2016-01-141-0/+3
* tests: Migrate torture_auth as a cwrap testAndreas Schneider2016-01-143-205/+258
* tests: Add public keys for bobAndreas Schneider2016-01-143-0/+35
* torture: Create a torture_terminate_process() functionAndreas Schneider2016-01-142-34/+47
* tests: Convert torture_connect to a cwrap testAndreas Schneider2016-01-143-26/+79
* torture: Add torture_teardown_sshd_server().Andreas Schneider2016-01-142-0/+45
* torture: Restrict files to we write to our user.Andreas Schneider2016-01-141-1/+1
* torture: Add function to setup sshd serverAndreas Schneider2016-01-142-9/+118
* torture: Add torture_teardown_socket_dir().Andreas Schneider2016-01-142-0/+26
* torture: Add torture_setup_socket_dir().Andreas Schneider2016-01-142-0/+54
* torture: Add server to get address and port.Andreas Schneider2016-01-142-0/+51
* tests: Add ssh host keys for test environment.Andreas Schneider2016-01-148-0/+48
* cmake: Configure nss_wrapper and uid_wrapperAndreas Schneider2016-01-145-0/+34
* cmake: Search for cwrap and sshd.Andreas Schneider2016-01-141-0/+12
* examples: Do not include internal headers in ssh_server_forkAndreas Schneider2016-01-141-1/+1
* doc: Update documentation of ssh_userauth_try_publickey()Andreas Schneider2016-01-141-1/+1
* cmake: use check_symbol for (v)snprintfpouete2015-12-301-2/+3
* CMake: include CheckIncludeFiles for calls to check_include_files.Sebastián Peyrott2015-12-241-0/+1
* Fix a bunch of -Wmaybe-uninitializedFabiano Fidêncio2015-12-174-6/+6
* headers: fix missing mode_t (2nd)Dirk Neukirchen2015-11-101-0/+1
* Revert "headers: fix missing mode_t"Aris Adamantiadis2015-11-101-10/+0
* headers: fix missing mode_tDirk Neukirchen2015-11-101-0/+10
* Ignore all build and obj* directoriesAndreas Schneider2015-10-282-3/+3
* Doc: remove mentions of des-cbc-ssh1Aris Adamantiadis2015-10-271-1/+1
* libcrypto: Fix build with DEBUG_CRYPTO turned onAndreas Schneider2015-10-221-15/+18
* agent: Fix agent auth on big endian machinesAndreas Schneider2015-10-203-4/+24
* crypto: fix broken ifdefAris Adamantiadis2015-09-251-2/+2
* cmake: fix EVP detection with gccAris Adamantiadis2015-09-251-2/+2
* crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis2015-09-254-0/+108
* SSH1: fix duplicate identifierAris Adamantiadis2015-09-252-2/+2
* libcrypto: clean up EVP functionsAris Adamantiadis2015-09-253-380/+212
* moved libcrypto structs to c99 notationAris Adamantiadis2015-09-241-113/+81
* crypto: move key setup in newkeys handlerAris Adamantiadis2015-09-243-11/+16
* tests: add test for cipher.(de|en)cryptAris Adamantiadis2015-09-232-0/+108
* 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
* cmake: Use tar.xz source package generatorAndreas Schneider2015-09-151-1/+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
* tests: Fix return code of torture_initAndreas Schneider2015-09-091-1/+1
* tests: Add tests for the new ssh_pki cert functionsAxel Eppe2015-09-072-0/+169
* pki: Add certificate loading functionsAxel Eppe2015-09-073-2/+123
* pki: Add Add new pki_import_cert_buffer functionAxel Eppe2015-09-071-0/+51
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-075-1/+28
* tests: Migrate pkd_hello to new cmocka APIAndreas Schneider2015-09-071-19/+33
* pki: Use the standard logging functionAndreas Schneider2015-09-077-112/+109
* tests: Migrate to new cmocka APIAndreas Schneider2015-09-0726-275/+395
* cmake: Handle libssh threas library correctlyAndreas Schneider2015-09-075-10/+32