aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-03Make "Host" pattern list handling consistent with OpenSSHTravers Carter1-10/+14
2016-05-03client: If SSHv1 is disabled send the banner immediatelyAndreas Schneider1-1/+9
2016-05-03client: Fix ssh_send_banner() to confirm with RFC 4253Andreas Schneider1-33/+62
2016-05-03client: Fix maximum banner lengthAndreas Schneider1-1/+2
2016-05-03client: Reformat callback_receive_banner()Andreas Schneider1-49/+63
2016-05-03client: Receive the banner correctlyKen Reister1-0/+7
2016-05-02sockets: Fix callback registration bugAris Adamantiadis2-3/+3
2016-05-02packet: Improve logging outputAris Adamantiadis2-0/+8
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis4-5/+670
2016-05-02channels: Move ssh_channel_write_stderr out of server-onlyAris Adamantiadis1-1/+2
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis4-162/+245
2016-05-02packets: Handle flow control callbacksAris Adamantiadis1-1/+25
2016-05-02events: Add functions for poll objectsAris Adamantiadis1-0/+27