aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-02Doc: we don't support publickey v2 subsystemAris Adamantiadis1-1/+1
2016-05-02osx: fix compilationAris Adamantiadis1-2/+8
2016-05-02auth1: Fix non-blocking SSHv1 authAndreas Schneider1-4/+11
2016-05-02pki_gcrypt: Add primitive to read ASN.1 bit stringsJustus Winter1-0/+59
2016-05-02Update the READMEAndreas Schneider1-122/+3
2016-05-02pki: Fix debug messageJustus Winter1-1/+5
2016-05-02dh: Print hexadecimal data to stderrJustus Winter1-1/+1
2016-05-02pki_gcrypt: Rework 'pki_export_pubkey_rsa1'Justus Winter1-23/+8
2016-05-02pki_gcrypt: Rework 'pki_publickey_to_blob'Justus Winter1-56/+36
2016-05-02pki_gcrypt: Rework 'pki_key_dup'Justus Winter1-221/+66
2016-05-02libgcrypt: Add helper to extract MPIs into ssh_stringsJustus Winter2-0/+62
2016-05-02options: Check if a port has been givenJustus Winter1-1/+3
2016-05-02dh: Rename ssh_get_publickey() to ssh_get_server_publickey()Andreas Schneider2-2/+11
2016-03-21tests: Make test suite work out of the box on DebianJustus Winter1-9/+14
2016-03-21pki: Mention relevant RFC for EC key encodingJustus Winter1-0/+2
2016-03-21pki_gcrypt: Fix memory leakJustus Winter1-5/+7
2016-03-21pki_gcrypt: Burn key materialJustus Winter1-0/+11
2016-03-21pki_gcrypt: Generalize asn1_get_intJustus Winter1-2/+6
2016-03-21pki_gcrypt: Fix memory leakJustus Winter1-0/+2
2016-03-21torture: Fix guardJustus Winter1-1/+1
2016-03-17cmake: Fix torture buildAndreas Schneider1-1/+3
2016-03-17cmake: Try to fix FindArgp moduleAndreas Schneider4-53/+61
2016-03-15torture_auth: Add tests for client side certificate authenticationAxel Eppe7-0/+178
2016-03-15agent: Add cert auth support to ssh_agent_get_next_ident()Axel Eppe1-0/+4
2016-03-15auth: Add cert auth support to ssh_userauth_publickey()Axel Eppe1-4/+10
2016-03-15pki_gcrypt: Add cert auth support to pki_publickey_to_blob()Axel Eppe1-0/+10
2016-03-15pki_crypto: Add cert auth support to pki_publickey_to_blob()Axel Eppe1-0/+10
2016-03-14server: handle keepalive@openssh.com global requestsAris Adamantiadis2-0/+10
2016-03-14cmake: detect MIT gssapi shim on osxAris Adamantiadis1-1/+2
2016-03-14cmake: detect argp.h on osxAris Adamantiadis3-4/+9
2016-03-03options: Document SSH_OPTIONS_ADD_IDENTITYAndreas Schneider1-0/+11
2016-02-23dh: Fix CVE-2016-0739Aris Adamantiadis1-5/+17
2016-02-23options: Fix documentation typoHani Benhabiles1-1/+1
2016-02-23pki: Fixed documentation about return value.Younes Serraj1-1/+1
2016-02-08torture: Use ECDSA key for x11 testAndreas Schneider1-1/+1
2016-02-08torture: Fix ssh version detectionAndreas Schneider1-1/+1
2016-02-03tests: Fix running ssh-agentAndreas Schneider3-5/+32
2016-02-03torture: Set sshd debug level to DEBUG3Andreas Schneider1-1/+1
2016-02-03tests: Switch to user bob in setupAndreas Schneider3-0/+34
2016-02-03tests: Always start tests as root so we can switch to a userAndreas Schneider2-3/+1
2016-02-03tests: Use different uids and gids for testingAndreas Schneider2-3/+3
2016-01-21torture: Also write stderr to a fileAndreas Schneider1-2/+2
2016-01-21torture: Add additional sftp-server path for BSDAndreas Schneider1-2/+6
2016-01-21torture: Give sshd more time to startAndreas Schneider1-1/+1
2016-01-19buffer: expose ssh_buffer_get()Fabiano Fidêncio3-5/+1
2016-01-19buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio3-6/+2
2016-01-19buffer: expose ssh_buffer_reinit()Fabiano Fidêncio3-3/+1
2016-01-19libssh.h: move LIBSSH_API buffer' functions to libssh.hFabiano Fidêncio2-4/+4
2016-01-19buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio2-18/+0
2016-01-19buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio9-27/+27