aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-13config: Don't expand Host variableAlex Hermann1-7/+1
2017-04-13config: Support expansion in the HostName variableAlex Hermann1-1/+6
2017-04-11session: Add SSH1 support in ssh_send_debug()Yanis Kurganov1-6/+16
2017-04-11session: Add SSH1 support in ssh_send_ignore()Yanis Kurganov1-2/+9
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi2-6/+57
2017-04-11messages: Utilize the message queue for SSH_REQUEST_GLOBAL.Max Bachmann1-2/+4
2017-02-23libcrypto-compat: Check if EVP_CIPHER_CTX_new is neededAndreas Schneider1-0/+4
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-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider1-3/+3
2016-11-07threads: Use new API call for OpenSSL CRYPTO THREADIDAndreas Schneider1-2/+17
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 Jelen2-9/+17
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 Schneider1-17/+0
2016-11-06log: Add missing config.h includeAndreas Schneider1-1/+3
2016-11-06cmake: Check for io.h on WindowsAndreas Schneider3-7/+7
2016-11-06cmake: Correctly check for sys/[u]time.hAndreas Schneider3-8/+11
2016-11-06doc: Improve documentation for ssh_set_auth_methods()Andreas Schneider1-6/+0
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 Schneider2-8/+17
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 Walter1-57/+84
2016-11-03bignum: Use const in ssh_print_bignum()Andreas Schneider1-1/+1
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter5-265/+632
2016-11-03pki_gcrypt: Handle ECDSA keys and signaturesJustus Winter2-7/+566
2016-11-03libgcrypt: Implement the 'evp' interfaceJustus Winter1-0/+53
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-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 Schneider1-1/+112
2016-09-09sftp: ensure sftp_packet_read recognizes channel EOF to avoid infinite loopJeremy Cross1-1/+1
2016-05-10sftpserver: Fix SSH_FXP_FSTAT argumentsAndreas Schneider1-3/+2
2016-05-04sftp: Use calloc() instead of malloc()/memset()Andreas Schneider1-26/+14
2016-05-04config: Fix build warningsAndreas Schneider1-2/+4