aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-24examples: add public key authentication to ssh_server_forkEric Bentley1-2/+67
2019-01-24tests: Extend negative test cases for config Match keywordJakub Jelen2-2/+102
2019-01-24tests: Use assert_ssh_return_code() in config testJakub Jelen1-7/+7
2019-01-24config: Add new Match final keyword from OpenSSH 8.0Jakub Jelen1-5/+16
2019-01-24config: Fail if there is missing argument for some of the match keywordsJakub Jelen1-7/+16
2019-01-24pkd: dh-group-exchange testcasesAris Adamantiadis1-4/+27
2019-01-24dh-gex: Add server implementationAris Adamantiadis9-31/+195
2019-01-24wrapper: Move dh cleanup into dh.cAris Adamantiadis4-14/+9
2019-01-24tests: Added moduli file parsing testsAris Adamantiadis2-0/+121
2019-01-24dh-gex: Add support for moduli file parsingAris Adamantiadis1-0/+252
2019-01-24tests: Add dh-group-exchange algorithm testsAris Adamantiadis2-1/+28
2019-01-24dh-gex: Add client implementationAris Adamantiadis8-2/+335
2019-01-24dh: move state changes inside DH codeAris Adamantiadis3-1/+2
2019-01-24dh: Do some basic refactoringAris Adamantiadis5-351/+222
2019-01-24buffer: Support bignums in ssh_buffer_unpack()Aris Adamantiadis1-0/+20
2019-01-24mbedcrypto: fixed nasty RNG bugsAris Adamantiadis1-2/+12
2019-01-24bignum: harmonize gcrypt, libcrypto and libmcrypt bignumAris Adamantiadis11-218/+177
2019-01-24dh: move unrelated functions out of dh.cAris Adamantiadis6-714/+786
2019-01-24kex: use runtime callbacks (server)Aris Adamantiadis11-178/+299
2019-01-24kex: use runtime callbacks (client)Aris Adamantiadis11-59/+99
2019-01-22tests: Add test for server interactive authenticationAnderson Toshiyuki Sasaki2-0/+764
2019-01-22tests: Add test for server auth method noneAnderson Toshiyuki Sasaki1-0/+33
2019-01-22tests: Test server pubkey authenticationAnderson Toshiyuki Sasaki3-6/+86
2019-01-22tests: Added functions to get the default callbacksAnderson Toshiyuki Sasaki2-33/+111
2019-01-22tests: Provide the server state to callbacksAnderson Toshiyuki Sasaki2-0/+11
2019-01-22tests: Reproducer for cockpit issue, where server provides an invalid signatureJakub Jelen1-0/+80
2019-01-22tests: Check return valuesJakub Jelen1-2/+4
2019-01-22tests: Initialize allocated memoryJakub Jelen1-2/+2
2019-01-22tests: Added test serverAnderson Toshiyuki Sasaki9-0/+2440
2019-01-22pcap: Correctly initialize sockaddr_in in ssh_pcap_context_set_file()Andreas Schneider1-1/+6
2019-01-22pcap: Reformat ssh_pcap_context_connect()Andreas Schneider1-33/+56
2019-01-22tests: Fix uninitialized warning in torture_threads_pki_rsaAndreas Schneider1-8/+8
2019-01-22cmake: Add -Wmissing-field-initializers compile flagAndreas Schneider1-0/+1
2019-01-15bind: Check for POLLRDHUP on the server if availableAndreas Schneider2-3/+16
2019-01-15bind: Reformat ssh_bind_get_poll()Andreas Schneider1-5/+10
2019-01-11Update ChangeLogAndreas Schneider1-0/+7
2019-01-11Fix cleaning up HMAC context for openssl < 1.1 remove old compatibility code ...Marcin Szalowicz1-10/+3
2019-01-11tests: Refactor test so that all RSA + hash combinations are testedTilo Eckert1-64/+58
2019-01-11tests: Fix incorrect hash type parameter on signature importTilo Eckert1-3/+8
2019-01-11tests: Refactor the sftp initilization to avoid invalid memory access on sftp...Jakub Jelen1-49/+57
2019-01-09socket: Set socket error to get better error messagesAndreas Schneider1-1/+4
2019-01-09poll: Return early for timeout and count every reventAndreas Schneider1-1/+5
2019-01-09poll: Do not generate SIGPIPE with recv() in bsd_poll()Andreas Schneider1-1/+6
2019-01-09poll: Improve checks for POLLHUP and POLLERRAndreas Schneider1-14/+55
2019-01-09poll: Zero (read|write|expect)fds in bsd_poll()Andreas Schneider1-0/+3
2019-01-09poll: Reformat bsd_poll()Andreas Schneider1-96/+112
2019-01-09poll: Fix size typeAndreas Schneider1-1/+1
2019-01-09poll: Reformat ssh_poll_ctx_dopoll()Andreas Schneider1-50/+55
2019-01-09kex: List also the SHA2 extension when ordering hostkey algorithmsJakub Jelen2-20/+26
2019-01-09server: Correctly handle extensionsJakub Jelen3-8/+25