aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-03tests: Run thread tests on WindowsAnderson Toshiyuki Sasaki1-8/+12
2018-08-03tests: Add test for RSA PKI running on threadsAnderson Toshiyuki Sasaki4-2/+746
2018-08-03tests: Add test for crypto running on threadsAnderson Toshiyuki Sasaki2-0/+183
2018-08-03tests: Add test for buffer running on threadsAnderson Toshiyuki Sasaki2-0/+599
2018-08-03tests: Add test for init running on threadsAnderson Toshiyuki Sasaki2-0/+97
2018-08-03threads: Add Windows threads implementationAnderson Toshiyuki Sasaki4-1/+137
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki15-430/+662
2018-08-03gitlab-ci: Build with cmake3 on CentOS7Andreas Schneider1-1/+1
2018-08-03cmake: Require at least cmake 3.1Andreas Schneider1-1/+1
2018-08-01pki: Log really the signature algorithm typeJakub Jelen1-1/+1
2018-08-01pkd: Add missing ECDH mechanisms + whitespace cleanupJakub Jelen1-16/+24
2018-08-01pkd: Support ed25519 host keys in serverJakub Jelen5-0/+96
2018-08-01bind: Complete loading ed25519 in serverJakub Jelen1-4/+32
2018-08-01session: Do not search for RSA1 keys in ~/.ssh/identityJakub Jelen1-9/+0
2018-08-01test: Fix text labels (copy & paste error)Jakub Jelen2-3/+3
2018-08-01buffer: Add and use ssh_buffer_allocate_size()Pino Toscano6-0/+221
2018-07-07tests: Add umask() around mkstemp()Andreas Schneider1-0/+5
2018-07-07tests: Fix errno check in pkdAndreas Schneider1-1/+1
2018-07-05bignum: Make bignum_free saferAris Adamantiadis9-41/+51
2018-07-05pki: Improve pubkey buffer handling form fileAndreas Schneider1-5/+16
2018-07-05torture_pki_dsa: Improve torture_pki_dsa_publickey_base64Andreas Schneider1-10/+24
2018-07-05crypto: Split init and finalize functionsAris Adamantiadis10-113/+188
2018-07-05libcrypto: Use new RAND_priv_bytes() for strong randomnessAndreas Schneider2-0/+11
2018-07-05crytpo: Make sure we check return of ssh_get_random() correctlyAndreas Schneider9-16/+64
2018-07-05bignum: Harmonize ssh_get_random()Aris Adamantiadis6-47/+27
2018-07-04cmake: Print if server testing is enabledAndreas Schneider1-1/+6
2018-07-04kex: Check allocation resultJakub Jelen1-0/+4
2018-07-04tests: Verify various host keys can be successfully negotiated and verifiedJakub Jelen2-0/+231
2018-07-04packet: Avoid warnings by using correct templateJakub Jelen1-1/+1
2018-07-04client: Properly reset session structures on disconnectJakub Jelen1-0/+9
2018-07-04knownhosts: Fix memory leakAndreas Schneider1-0/+2
2018-07-03gitlab-ci: Only enable freebsd runner where it is enabledAndreas Schneider1-0/+3
2018-07-03known_hosts: Remove deprecated ssh_knownhosts_algorithms()Andreas Schneider3-148/+0
2018-07-03kex: Use ssh_known_hosts_get_algorithms()Andreas Schneider2-65/+67
2018-07-03tests: Add knownhosts test for detecting conflicsAndreas Schneider1-0/+70
2018-07-03knownhosts: Fix checking if server is knownAndreas Schneider1-1/+4
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_UNKNOWNAndreas Schneider1-0/+62
2018-07-03tests: Add knownhosts test for SSH_KNOWN_HOSTS_OTHERAndreas Schneider1-0/+38
2018-07-03knownhosts: Fix return codesAndreas Schneider2-5/+5
2018-07-03tests: Add client test for ssh_known_hosts_get_algorithms()Andreas Schneider1-3/+68
2018-07-03knownhosts: Implement ssh_known_hosts_get_algorithms()Andreas Schneider2-3/+91
2018-07-03tests: Use assert_ssh_return_code() in client testsAndreas Schneider5-15/+16
2018-07-02gitlab-ci: Fix mips compilation on debianAndreas Schneider1-4/+5
2018-07-02gitlab-ci: Add missing debian variableAndreas Schneider1-0/+1
2018-07-02tests: Use assert_ssh_return_code() in torture_algorithmsAndreas Schneider1-6/+6
2018-06-30gitlab-ci: Fix path to toolchain fileAndreas Schneider1-1/+1
2018-06-30gitlab-ci: Add 32bit build on openSUSEAndreas Schneider2-0/+40
2018-06-30cmake: Unset CMAKE_REQUIRED_* variablesAndreas Schneider1-8/+10
2018-06-30libcrypto: Fix size printingAndreas Schneider1-2/+8
2018-06-30torture: Give sshd at least 100ms to start.Andreas Schneider1-2/+2