aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-23pki_gcrypt: Do not confuse static analyzersJakub Jelen1-1/+1
2019-12-23legacy,keys: Fix the macro conditionsJakub Jelen2-7/+7
2019-12-23mbedcrypto_missing: Always check return valuesJakub Jelen1-0/+3
2019-12-23mbedcrypto_missing: Avoid potential memory leaks as reported by csbuildJakub Jelen1-1/+2
2019-12-23pki_mbedtls: Avoid potential memory leaksJakub Jelen1-2/+2
2019-12-23pki_mbedtls: Do not warn about unused argumentsJakub Jelen1-1/+1
2019-12-23options: Avoid needless assignment as reported by csbuildJakub Jelen1-1/+0
2019-12-23tests: Do not require strict host key checking in opensshJakub Jelen1-2/+7
2019-12-23tests: Avoid needless assignment as reported by csbuildJakub Jelen1-1/+0
2019-12-23kex: Avoid always-false comparisons as reported by csbuildJakub Jelen1-4/+4
2019-12-23tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2019-12-23examples: Enable strict buildJakub Jelen1-4/+4
2019-12-23pkd client run user executableAris Adamantiadis2-2/+3
2019-12-23pkd: fix snprintf compiler warningAris Adamantiadis1-1/+1
2019-12-23tests: use detected sshd pathAris Adamantiadis3-9/+10
2019-12-23tests: use OpenSSH-provided ciphersAris Adamantiadis2-52/+25
2019-12-23tests: search for netcat binaryAris Adamantiadis3-3/+19
2019-12-23pkd: use detected OpenSSH supported key typesAris Adamantiadis2-26/+5
2019-12-23tests: detect OpenSSH supported ciphersAris Adamantiadis3-1/+135
2019-12-23tests: fix typosAris Adamantiadis3-3/+3
2019-12-20clienttest: Adds a client test that authenticates to the ssh server using ssh...Sahana Prasad3-0/+267
2019-12-20unittests: Adds unitests for ecdsa and rsa with PKCS11 URIs.Sahana Prasad4-1/+810
2019-12-20torture: Add a helper function to setup tokens using softhsm.Sahana Prasad2-0/+19
2019-12-20src: Implements PKCS11 URI supportSahana Prasad7-2/+232
2019-12-20src: Helper funtions to detect PKCS #11 URIsSahana Prasad2-0/+48
2019-12-20src: Adds the Engine header file and invokes cleanup of the engineSahana Prasad1-0/+2
2019-12-20torture_key: Adds public keys in PEM format - as required by p11tool.Sahana Prasad2-4/+60
2019-12-20tests/CMakeLists: Adds keys to authorized hosts list. copies script used to s...Sahana Prasad1-0/+24
2019-12-20etc: Adds a new user CharlieSahana Prasad4-0/+4
2019-12-20tests/pkcs11: Adds a script to setup PKCS11 tokens using softhsm and p11tool.Sahana Prasad1-0/+79
2019-12-20keys: Adds new keys to generate PKCS11 URIs used to authenticate with the ssh...Sahana Prasad14-0/+83
2019-12-20gitlab-ci: adds the PKCS11 URI option to build optionsSahana Prasad1-1/+2
2019-12-20cmake: Add cmake module to find softhsmSahana Prasad2-0/+43
2019-12-20cmake: Add new option for PKCS11 URI supportSahana Prasad4-0/+16
2019-12-20unittest: Adds unit tests for ssh_strreplace().Sahana Prasad1-0/+50
2019-12-20misc: Add ssh_strreplace()Andreas Schneider2-0/+51
2019-12-20misc: Add ssh_tmpname()Andreas Schneider2-0/+52
2019-12-16libgcrypt: fix cipher handle leaks on setkey error pathsJussi Kivilinna1-1/+7
2019-12-16libgcrypt: Implement chacha20-poly1305@openssh.com cipher using libgcryptJussi Kivilinna3-1/+348
2019-12-16tests: add crypto unittest for chacha20poly1305Jussi Kivilinna1-0/+194
2019-12-13curve25519: fix uninitialized arg to EVP_PKEY_deriveJon Simons1-4/+2
2019-12-11torture: Accept whole pid_t rangeJakub Jelen1-2/+8
2019-12-11tests: bigger sshd config buffer (fixes #T180)Aris Adamantiadis1-1/+1
2019-12-11include: Rename __unused__ to __attr_unused__Andreas Schneider1-6/+6
2019-12-10init: Fix documentation about return values of void functionsJakub Jelen1-3/+0
2019-12-10Fix link for bug trackerJakub Jelen1-1/+1
2019-12-09cpack: Ignore patch filesAndreas Schneider1-1/+1
2019-12-09config: Ignore empty lines to avoid OOB array accessJakub Jelen1-0/+5
2019-12-09tests: Check behavior of match_pattern()Jakub Jelen1-0/+85
2019-12-09match: Limit possible recursion when parsing wildcards to a sensible numberJakub Jelen1-5/+7