aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-09packet: Implement rekeying based on the recommendation from RFC'sJakub Jelen2-0/+4
2019-01-09packet: Provide a function to switch crypto in separate directionsJakub Jelen1-0/+2
2019-01-09packet: Introduce a new function to access cryptoJakub Jelen3-0/+9
2019-01-09packet: Prepare counters to handle rekeying limitsJakub Jelen2-0/+7
2019-01-09config: Parse rekey limits and apply themJakub Jelen1-0/+1
2019-01-09options: Introduce new options for handling rekey limitsJakub Jelen2-0/+4
2019-01-09priv: Provide PRIu32 for Visual StudioJakub Jelen1-0/+4
2018-12-19crypto: Disable blowfish support by defaultAndreas Schneider1-0/+2
2018-12-10config: Parse ProxyJump configuration option and implement it using ProxyComm...Jakub Jelen1-0/+1
2018-12-10channel: Add SSH_CHANNEL_FLAG_CLOSED_LOCALAndreas Schneider1-3/+8
2018-12-07session: Use long for the timeoutAndreas Schneider1-2/+4
2018-12-07buffer: Use size_t for argc argument in ssh_buffer_(un)pack()Andreas Schneider1-2/+2
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen2-1/+68
2018-11-30include: Add macro for unused arguments and variablesAndreas Schneider1-2/+16
2018-11-30crypto: Use size_t for len argument in encrypt and decrpyt fnAndreas Schneider1-4/+8
2018-11-30pki: Separate signature extraction and verificationJakub Jelen1-5/+5
2018-11-23Drop unused header fileJakub Jelen1-28/+0
2018-11-21packets: allow removal of callbacksAris Adamantiadis1-0/+1
2018-11-20packets: Fix ssh_send_keepalive()Nicolas Viennot1-0/+4
2018-11-02config: Preserve the seen array among invocationsJakub Jelen1-0/+1
2018-11-02options: Provide a way of disabling automatic config parsingJakub Jelen1-0/+1
2018-11-02Process OpenSSH configuration files by default.Jakub Jelen1-0/+3
2018-10-30session: Drop unused structure member (SSHv1)Jakub Jelen1-2/+0
2018-10-25socket: Undouble socket fdsSanne Raymaekers1-3/+2
2018-10-24messages: Add SSH_MESSAGE_FREEAndreas Schneider1-0/+2
2018-10-24messages: Make ssh_message_queue() staticAndreas Schneider1-1/+0
2018-10-24pki_crypto: Mark iqmp as unusedAndreas Schneider1-0/+2
2018-10-24libsshpp: Pass username and submethods to ssh_userauth_kbdint()Andreas Schneider1-1/+1
2018-10-24include: Fix HAVE_<FEATURE> checks in pki.hAndreas Schneider1-11/+11
2018-10-19knownhosts: Consult also the global known hosts fileJakub Jelen1-0/+4
2018-10-19tests: Verify the hostkey ordering for negotiation is correctJakub Jelen1-0/+1
2018-10-19libsshpp: Use ssh_session_update_known_hosts()Andreas Schneider1-1/+1
2018-10-17priv: Add ssize_t if not available with MSVCAndreas Schneider2-3/+16
2018-10-16CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-0/+6
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-0/+2
2018-10-16CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-0/+2
2018-10-16CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-0/+4
2018-10-13include: Mark old known_hosts API as deprecatedAndreas Schneider1-3/+4
2018-10-09libmbedtls: Support OpenSSH-compatible AES-GCM ciphers using mbedTLSJakub Jelen2-0/+8
2018-10-09libgcrypt: Implement OpenSSH-compatible AES-GCM ciphers using libgcryptJakub Jelen1-0/+1
2018-10-09libcrypto: Implement OpenSSH-compatible AES-GCM ciphers using OpenSSLJakub Jelen2-2/+9
2018-10-05include: Add macros for bytearray handlingAndreas Schneider1-0/+90
2018-09-27include: Add SSH_KEY_FREEAnderson Toshiyuki Sasaki1-0/+2
2018-09-25include: Do not declare ssh_channel_new() twiceAndreas Schneider1-1/+0
2018-09-20sftpserver: Support some openssh extensionsChris Townsend1-0/+3
2018-09-20pki: Add ssh_pki_export_privkey_base64()DavidWed1-0/+5
2018-09-20dh: Add ssh_get_fingerprint_hash()Andreas Schneider1-0/+3
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki1-0/+2
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki1-1/+3
2018-09-18pki: Implement reading public key from OpenSSH private key containerJakub Jelen1-0/+1