aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-1/+1
2018-10-19kex: Use all supported hostkey algorithms for negotiationJakub Jelen1-3/+30
2018-10-19kex: Honor more host key algorithms than the first one (ssh-ed25519)Jakub Jelen1-3/+1
2018-10-19knownhosts: Use the correct name for ECDSA keys for host key negotiationJakub Jelen1-3/+1
2018-10-19options: Add support for getting the known_hosts locationsAndreas Schneider1-0/+14
2018-10-19messages: Check that the requested service is 'ssh-connection'Andreas Schneider1-0/+8
2018-10-19server: Set correct state after sending INFO_REQUEST (Kbd Interactive)Meng Tan1-0/+1
2018-10-17packet: Add missing break in ssh_packet_incoming_filter()Andreas Schneider1-0/+1
2018-10-16src: Fix typosAndreas Schneider3-4/+4
2018-10-16Bump ABI to 4.7.1Andreas Schneider2-1/+416
2018-10-16CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-2/+807
2018-10-16CVE-2018-10933: Check channel state when OPEN_FAILURE arrivesAnderson Toshiyuki Sasaki1-0/+12
2018-10-16CVE-2018-10933: Check channel state when OPEN_CONFIRMATION arrivesAnderson Toshiyuki Sasaki1-0/+9
2018-10-16CVE-2018-10933: Set correct state after sending MICAnderson Toshiyuki Sasaki1-1/+1
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-16CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-17/+27
2018-10-16cmake: Disable deprecation warnings for old known_hosts APIAndreas Schneider1-0/+6
2018-10-13chacha: remove re-declared typeTilo Eckert1-2/+0
2018-10-13knownhosts: Fix invalid read of known_hosts tokenTilo Eckert1-5/+1
2018-10-09libmbedtls: Support OpenSSH-compatible AES-GCM ciphers using mbedTLSJakub Jelen4-14/+180
2018-10-09libmbedtls: Simplify the cipher setupJakub Jelen1-82/+56
2018-10-09libgcrypt: Implement OpenSSH-compatible AES-GCM ciphers using libgcryptJakub Jelen2-1/+204
2018-10-09cmake: Link against gpg-errorJakub Jelen1-4/+3
2018-10-09libcrypto: Implement OpenSSH-compatible AES-GCM ciphers using OpenSSLJakub Jelen5-8/+281
2018-10-09libcrypto: Do not use magic numbers for AES block sizeJakub Jelen1-9/+9
2018-10-09libcrypto: Avoid double freeJakub Jelen1-1/+0
2018-10-09init: Only add DllMain if we create a shared libraryAndreas Schneider1-2/+2
2018-10-08packet: Use a stack buffer for the headerAndreas Schneider1-25/+17
2018-10-08packet: Reformat packet_send2()Andreas Schneider1-86/+101
2018-10-08sftp: Only prepend header data onceAndreas Schneider1-9/+15
2018-10-08sftp: Reformat sftp_packet_write()Andreas Schneider1-22/+23
2018-10-05agent: Use (PUSH|PULL)_BE_U32 in agent_talk()Andreas Schneider1-23/+3
2018-10-05agent: Just use uint32_t for the countAndreas Schneider1-3/+10
2018-10-05sftp: Use bytearray macrosAndreas Schneider1-14/+2
2018-09-27messages: Fixed possible memory leak in ssh_message_queueAnderson Toshiyuki Sasaki1-0/+7
2018-09-25sftpserver: allocate packet on sftp_server_newAlberto Aguirre2-2/+21
2018-09-25connector: Add checks if file descriptor is a socketDavid Wedderwille1-7/+120
2018-09-25socket: Pass MSG_NOSIGNAL to send()Andreas Schneider1-1/+6
2018-09-25socket: Return ssize_t for ssh_socket_unbuffered_write()Andreas Schneider1-10/+16
2018-09-25socket: Reformat ssh_socket_write()Andreas Schneider1-53/+61
2018-09-25socket: Reformat ssh_socket_unbuffered_write()Andreas Schneider1-21/+23
2018-09-25socket: Return ssize_t for ssh_socket_unbuffered_read()Andreas Schneider1-14/+19
2018-09-25socket: Reformat ssh_socket_pollcallback()Andreas Schneider1-36/+61
2018-09-25socket: Reformat ssh_socket_unbuffered_read()Andreas Schneider1-16/+18
2018-09-25connect: Fix build warning on WindowsAndreas Schneider1-1/+6
2018-09-25config: Fix building without globbing supportAndreas Schneider1-1/+1
2018-09-20cmake: Bump library versionAndreas Schneider3-1/+423
2018-09-20sftpserver: Support some openssh extensionsChris Townsend2-1/+36
2018-09-20pki: Use strndup in ssh_pki_export_privkey_base64()Andreas Schneider1-11/+6