aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-11messages: Utilize the message queue for SSH_REQUEST_GLOBAL.Max Bachmann1-2/+4
2017-04-11cmake: Fix GCRYPT_ROOT_DIR and check correct pathsAndreas Schneider1-0/+4
2017-02-27Update SubmittingPatchesAndreas Schneider1-3/+3
2017-02-23libcrypto-compat: Check if EVP_CIPHER_CTX_new is neededAndreas Schneider1-0/+4
2017-02-23cmake: Check for EVP_CIPHER_CTX_newAndreas Schneider2-0/+7
2017-02-06buffer: Use calloc to allocate a zero'ed bufferAndreas Schneider1-3/+3
2017-02-03pki: Use byte mode for fopen()Andreas Schneider1-2/+2
2016-11-09pki_gcrypt: Fix freeing of ECDSA signatures.Justus Winter1-1/+1
2016-11-09pki_gcrypt: Fix memory leak.Justus Winter1-0/+4
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