aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-08cmake: Only build libcrypto and libcrypto-compat when neededAndreas Schneider2-9/+4
2016-11-08tests: Fix session management of torture_knownhostsAndreas Schneider1-6/+10
2016-11-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider3-3/+10
2016-11-07threads: Use new API call for OpenSSL CRYPTO THREADIDAndreas Schneider3-2/+23
2016-11-07pki_crypto: Use getters and setters for opaque keys and signaturesJakub Jelen1-92/+203
2016-11-07libcrypto: Use a pointer for EVP_CIPHER_CTXJakub Jelen3-10/+18
2016-11-07libcrypto: Use a pointer for EVP_MD_CTXJakub Jelen1-5/+6
2016-11-07libcrypto: Use newer API for HMACJakub Jelen1-8/+9
2016-11-07libcrypto: Introduce a libcrypto compat fileJakub Jelen3-0/+378
2016-11-07libcrypto: Remove AES_ctr128_encrypt()Jakub Jelen1-0/+4
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider3-26/+18
2016-11-07tests: Fix typo in torture_cryptoAndreas Schneider1-1/+1
2016-11-06log: Add missing config.h includeAndreas Schneider1-1/+3
2016-11-06cmake: Check for io.h on WindowsAndreas Schneider5-7/+12
2016-11-06cmake: Correctly check for sys/[u]time.hAndreas Schneider7-12/+17
2016-11-06cmake: Always check for strtoullAndreas Schneider1-1/+1
2016-11-06doc: Improve documentation for ssh_set_auth_methods()Andreas Schneider2-6/+17
2016-11-06bcrypt: Fix type of shalenAndreas Schneider1-1/+1
2016-11-06pki_ed25519: Do paranoia checks before we allocate memoryAndreas Schneider1-5/+7
2016-11-05callbacks: Add support for MSVCAndreas Schneider4-15/+22
2016-11-05connector: Fix build with Visual StudioAndreas Schneider1-0/+14
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4
2016-11-05known_hosts: Add ssh_dump_knownhost() functionStef Walter2-57/+85
2016-11-05cmake: Correctly check for *snprintf functions on WindowsAndreas Schneider1-7/+12
2016-11-05examples: Reformat usage() functionAndreas Schneider1-12/+15
2016-11-05tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-11-04tests: Fix memory leak in torture_callbacksAndreas Schneider1-0/+2
2016-11-04tests: Reset output buffer in torture_cryptoAndreas Schneider1-0/+1
2016-11-04tests: Some cleanup for torture_pkiAndreas Schneider1-2/+5
2016-11-04tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-11-04tests: Fix memory leaks in torture_knownhostsAndreas Schneider1-0/+6
2016-11-04tests: Fix build warning with pkd_hello and cmocka 1.1.0Andreas Schneider1-1/+2
2016-11-03bignum: Use const in ssh_print_bignum()Andreas Schneider2-2/+2
2016-11-03tests: Disable x11 test which fails too oftenAndreas Schneider1-3/+4
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter7-266/+645
2016-11-03pki_gcrypt: Handle ECDSA keys and signaturesJustus Winter4-11/+570
2016-11-03libgcrypt: Implement the 'evp' interfaceJustus Winter2-1/+59
2016-11-03pki_gcrypt: Add a little more ASN1 infrastructureJustus Winter1-0/+15
2016-11-02curve25519: Small libgcrypt bignum fixJustus Winter1-0/+7
2016-10-22Remove extra newlines from log/error messagesPino Toscano8-14/+14
2016-10-22sftp: Fix memory leak in sftp_fstatPino Toscano1-1/+4
2016-10-08tests: Add test for sftp_fsync()Andreas Schneider2-1/+132
2016-10-08torture: Add support to specify verbosity level via env variableAndreas Schneider1-1/+8
2016-10-08session: Add missing ifdef that prevented Windows buildsTilo Eckert1-0/+2
2016-10-08sftp: Add support for append in sftp_open()Tilo Eckert1-0/+20
2016-10-08sftp: Do not always set SSH_FXF_READTilo Eckert1-5/+6
2016-10-07sftp: Correctly check for EOF else keep spinning if there is no dataAndreas Schneider1-16/+17
2016-10-06gssapi: Use correct return code in ssh_gssapi_auth_mic()Andreas Schneider1-1/+1
2016-10-06gssapi: Print minor stat in error logging functionAndreas Schneider1-17/+91
2016-10-06sftp: Add sftp_fsync() functionAndreas Schneider2-1/+128