aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-13CVE-2020-16135: Add missing NULL check for ssh_buffer_new()stable-0.8Andreas Schneider1-0/+6
2020-04-09Bump version to 0.8.9libssh-0.8.9Andreas Schneider4-3/+422
2020-04-09CVE-2020-1730: Fix a possible segfault when zeroing AES-CTR keyAndreas Schneider1-2/+6
2019-12-09Bump version to 0.8.8libssh-0.8.8Andreas Schneider5-4/+422
2019-12-09cpack: Ignore patch files and other stuffAndreas Schneider1-1/+1
2019-12-09CVE-2019-14889: scp: Quote location to be used on shellAnderson Toshiyuki Sasaki1-6/+56
2019-12-09CVE-2019-14889: scp: Don't allow file path longer than 32kbAndreas Schneider1-0/+6
2019-12-09CVE-2019-14889: misc: Add function to quote file namesAnderson Toshiyuki Sasaki2-0/+192
2019-12-09CVE-2019-14889: scp: Log SCP warnings received from the serverAnderson Toshiyuki Sasaki1-64/+11
2019-12-09CVE-2019-14889: scp: Reformat scp.cAnderson Toshiyuki Sasaki1-502/+698
2019-11-04gitlab-ci: Mips is deadAndreas Schneider1-27/+0
2019-03-13doc: Add a note about OpenSSL linkingAndreas Schneider1-0/+3
2019-03-13libcrypto: Add missing includes for modes.hAndreas Schneider1-0/+5
2019-02-27sftp: Document how to free memory retruned by sftp_canonicalize_path()Andreas Schneider1-1/+3
2019-02-25Bump version to 0.8.7libssh-0.8.7Andreas Schneider3-2/+8
2019-02-22cmake: Bump API version to 4.7.4Andreas Schneider3-2/+417
2019-02-22Remove SHA384 HMACDirkjan Bussink6-14/+1
2019-02-22Use constant time comparison function for HMAC comparisonDirkjan Bussink1-1/+12
2019-02-22pki_gcrypt: Include missing stdbool.hAndreas Schneider1-0/+1
2019-02-22pki: Fix size type for len in privatekey_string_to_buffer()Andreas Schneider1-7/+21
2019-02-22connect: Fix size type for i an j in ssh_select()Andreas Schneider1-1/+1
2019-02-22connector: Fallback on the socket output callbackDavid Wedderwille1-0/+1
2019-02-22connector: Don't NULL connector (in|out) channels on event removeTill Wimmer1-2/+0
2019-02-22options: Removed outdated param annotations of ssh_options_set()Till Wimmer1-31/+0
2019-02-22config: Avoid buffer overflowJakub Jelen1-0/+1
2019-02-07tests/pkd: repro rsa-sha2-{256,512} negotiation bugJon Simons2-6/+17
2019-02-07kex: honor client preference for rsa-sha2-{256,512} host key algorithmsJon Simons1-0/+24
2019-02-07pki_crypto: plug pki_signature_from_blob leaksJon Simons1-0/+8
2019-02-07pki: NULL check pki_signature_from_rsa_blob resultJon Simons2-0/+6
2019-02-07pki_container_openssh: Add padding to be compatible with OpenSSHJakub Jelen1-10/+14
2019-01-09gitlab-ci: Disable debian cross mips runnerAndreas Schneider1-1/+1
2019-01-09kex: List also the SHA2 extension when ordering hostkey algorithmsJakub Jelen2-20/+26
2019-01-09server: Correctly handle extensionsJakub Jelen3-8/+25
2019-01-09dh: Make sure we do not access uninitialized memoryJakub Jelen1-0/+4
2018-12-24Bump version to 0.8.6libssh-0.8.6Andreas Schneider3-2/+13
2018-12-24Bump SO version to 4.7.3Andreas Schneider3-2/+417
2018-12-13channels: Don't call ssh_channel_close() twiceAndreas Schneider1-0/+5
2018-12-10packet: Allow SSH2_MSG_EXT_INFO when authenticatedAnderson Toshiyuki Sasaki2-1/+36
2018-12-10channels: Send close if we received a remote closeAndreas Schneider1-2/+24
2018-12-10channels: Reformat ssh_channel_free()Andreas Schneider1-20/+21
2018-12-10channel: Add SSH_CHANNEL_FLAG_CLOSED_LOCALAndreas Schneider2-3/+9
2018-12-10channel: Reformat ssh_channel_close()Andreas Schneider1-35/+37
2018-11-30sftp: Do not overwrite errors set by channel functionsAndreas Schneider1-1/+4
2018-11-30tests: Test calling ssh_init() after ssh_finalize()Anderson Toshiyuki Sasaki1-0/+17
2018-11-30libcrypto: Fix access violation in ssh_init()Anderson Toshiyuki Sasaki1-0/+8
2018-11-30tests: Verify that signatures are sane and can not be verified by non-matchin...Jakub Jelen1-0/+220
2018-11-30pki: Sanitize input to verificationJakub Jelen3-1/+25
2018-11-30pki: Return default RSA key type for DIGEST_AUTOJakub Jelen1-0/+1
2018-11-30pki: Verify the provided public key has expected typeJakub Jelen3-0/+24
2018-11-30pki: Sanity-check signature matches base key typeJakub Jelen1-0/+6