aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Add flag for tracking EtM HMACsDirkjan Bussink2-1/+6
2019-02-22Refactor ssh_packet_hmac_verify to allow for direct bufferDirkjan Bussink1-1/+1
2019-02-22Remove SHA384 HMACDirkjan Bussink1-1/+0
2019-02-21buffer: Fix regression introduced by 6c7eaa and c306a6Tilo Eckert1-6/+1
2019-02-07Allow building without Group Exchange supportJakub Jelen1-0/+5
2019-02-07options: Allow to configure cryptographic algorithms for serverJakub Jelen1-1/+6
2019-02-07include: Mark ssh_print_hexa as deprecatedAndreas Schneider1-1/+1
2019-01-24buffer: Convert argc to size_t in ssh_buffer_unpack() as wellBaruch Siach1-2/+2
2019-01-24dh-gex: Add server implementationAris Adamantiadis4-5/+3
2019-01-24wrapper: Move dh cleanup into dh.cAris Adamantiadis1-1/+1
2019-01-24dh-gex: Add client implementationAris Adamantiadis3-0/+41
2019-01-24dh: Do some basic refactoringAris Adamantiadis2-11/+7
2019-01-24bignum: harmonize gcrypt, libcrypto and libmcrypt bignumAris Adamantiadis4-16/+51
2019-01-24dh: move unrelated functions out of dh.cAris Adamantiadis2-6/+5
2019-01-24kex: use runtime callbacks (server)Aris Adamantiadis3-3/+8
2019-01-24kex: use runtime callbacks (client)Aris Adamantiadis3-4/+1
2019-01-09server: Correctly handle extensionsJakub Jelen1-3/+4
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