summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP torture_authAndreas Schneider2015-10-123-205/+175
* tests: Convert torture_connect to a cwrap testAndreas Schneider2015-10-123-26/+79
* torture: Add torture_teardown_sshd_server().Andreas Schneider2015-10-122-0/+45
* torture: Restrict files to we write to our user.Andreas Schneider2015-10-121-1/+1
* WIP sshd serverAndreas Schneider2015-10-122-2/+103
* torture: Add torture_teardown_socket_dir().Andreas Schneider2015-10-122-0/+26
* torture: Add torture_setup_socket_dir().Andreas Schneider2015-10-122-0/+54
* torture: Add server to get address and port.Andreas Schneider2015-10-122-0/+51
* tests: Add ssh host keys for test environment.Andreas Schneider2015-10-128-0/+48
* cmake: Configure nss_wrapper.Andreas Schneider2015-10-124-0/+42
* cmake: Search for cwrap and sshd.Andreas Schneider2015-10-121-0/+12
* 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
* bignum: Fix OpenSSL crash in SAFE_FREEMichael Wilder2015-09-071-0/+4
* crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder2015-09-072-150/+414
* server: Fix return code check of ssh_buffer_pack()Andreas Schneider2015-08-181-1/+1
* doc: Fix typos in sftp tutorialAndreas Schneider2015-08-181-2/+2
* tests: Add checks for ssh_key_is_private()Andreas Schneider2015-08-101-0/+30
* pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider2015-08-101-2/+2
* sftp: Fix incorrect handling of received length fieldsTilo Eckert2015-08-011-7/+13
* auth: Fix return status for ssh_userauth_agent()Peter Volpe2015-07-301-0/+5
* define our own platform-independent S_IF macrosTilo Eckert2015-07-302-24/+26
* fix file mode checks in sftp_open()Tilo Eckert2015-07-301-8/+7
* fix permissionsAris Adamantiadis2015-07-082-0/+0
* client: handle agent forward open requests with callbacksFabiano FidĂȘncio2015-07-074-1/+57
* cmake: Fix zlib include directoryAndreas Schneider2015-07-033-7/+7
* cmake: Fix OpenSSL detection in non-standard pathAndreas Schneider2015-07-031-6/+6
* cmake: Fail if can't find OpenSSL aes and des headersAndreas Schneider2015-07-031-17/+25