Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cannot effectively test posix-rename extension after changes in | 2021-03-31 | 1 | -8/+10 | |
| | | | | feature advertisment. | ||||
* | add a test for misc.c:argv_split(), currently fails | 2021-03-19 | 3 | -2/+144 | |
| | |||||
* | split | 2021-03-19 | 5 | -151/+235 | |
| | |||||
* | Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli file | 2021-03-13 | 1 | -2/+7 | |
| | | | | used during the test run. | ||||
* | remove this KEX fuzzer; it's awkward to use and doesn't play nice | 2021-02-26 | 4 | -585/+1 | |
| | | | | | with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me. | ||||
* | s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/ | 2021-02-25 | 5 | -29/+29 | |
| | |||||
* | Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test to | 2021-02-24 | 1 | -13/+13 | |
| | | | | match change to config-dump output. | ||||
* | Make sure puttygen is new enough to successfully run the PuTTY interop | 2021-02-17 | 1 | -10/+9 | |
| | | | | tests, otherwise skip them. | ||||
* | Roll back the hostname->uname change in rev 1.10. It turns out | 2021-02-05 | 1 | -3/+3 | |
| | | | | | | | uname -n doesn't do what we need for some platforms in portable, so we'll fix the original problem (that some other platforms don't have hostname at all) by providing wrapper function to implement it. | ||||
* | hostname is not specified by POSIX but uname -n is, so use the latter for | 2021-02-05 | 1 | -3/+3 | |
| | | | | portability. Patch from Geert Hendrickx via github PR#208. | ||||
* | add a SK_DUMMY_INTEGRATE define that allows the dummy security key | 2021-01-30 | 1 | -0/+7 | |
| | | | | middleware to be directly linked; useful for writing fuzzers, etc. | ||||
* | Fix long->int for convtime tests here too. Spotted by tobhe@. | 2021-01-18 | 1 | -17/+17 | |
| | |||||
* | Change types in convtime() unit test to int to match change its new type. | 2021-01-15 | 1 | -16/+27 | |
| | | | | | Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@ | ||||
* | Adjust kexfuzz to addr.c/addrmatch.c split. | 2021-01-09 | 1 | -2/+2 | |
| | |||||
* | Update unittests for addr.c/addrmatch.c split. | 2021-01-09 | 9 | -17/+18 | |
| | |||||
* | Adapt to replacement of sntrup4591761x25519-sha512@tinyssh.org with | 2020-12-29 | 3 | -7/+9 | |
| | | | | | | sntrup761x25519-sha512@openssh.com. Also test sntrup761x25519-sha512@openssh.com in unittests/kex | ||||
* | more detail for failing tests | 2020-12-22 | 1 | -3/+3 | |
| | |||||
* | regress test for KnownHostsCommand | 2020-12-22 | 2 | -4/+58 | |
| | |||||
* | Remove explicit rijndael-cbc@lysator.liu.se test since the cipher was | 2020-12-21 | 1 | -2/+2 | |
| | | | | removed. | ||||
* | adapt to API change in hostkeys_foreach()/load_hostkeys() | 2020-12-21 | 1 | -19/+72 | |
| | |||||
* | few more things needs match.c and addrmatch.c now that log.c | 2020-10-16 | 3 | -3/+7 | |
| | | | | calls match_pattern_list() | ||||
* | remove GlobalKnownHostsFile for this test after UpdateHostkeys | 2020-10-07 | 1 | -2/+5 | |
| | | | | change | ||||
* | adapt to SSH_SK_VERSION_MAJOR crank | 2020-09-09 | 1 | -1/+1 | |
| | |||||
* | Ensure that address/mask mismatches are flagged at config-check time. | 2020-08-28 | 1 | -1/+13 | |
| | | | | ok djm@ | ||||
* | adapt to API changes | 2020-08-27 | 2 | -6/+7 | |
| | |||||
* | dummy firmware needs to match API version numner crank (for | 2020-08-27 | 1 | -1/+1 | |
| | | | | | verify-required resident keys) even though it doesn't implement this feature | ||||
* | Add test for '%k' (HostKeyAlias) TOKEN. | 2020-07-17 | 1 | -1/+2 | |
| | |||||
* | Add tests for expansions on UserKnownHostsFile. | 2020-07-17 | 1 | -10/+29 | |
| | |||||
* | Fix previous by calling the correct function. | 2020-07-15 | 1 | -2/+2 | |
| | |||||
* | Update test to match recent change in match.c | 2020-07-15 | 1 | -2/+2 | |
| | |||||
* | Use $OBJ to find key files. Fixes test when run on an obj directory | 2020-07-15 | 1 | -5/+5 | |
| | | | | (on OpenBSD) or out of tree (in Portable). | ||||
* | regress test for ssh-add -d; ok dtucker@ | 2020-06-26 | 1 | -5/+68 | |
| | |||||
* | add test for mux w/-Oproxy; ok djm | 2020-06-24 | 1 | -6/+8 | |
| | |||||
* | add support for verification of webauthn sshsig signature, and | 2020-06-22 | 4 | -7/+718 | |
| | | | | | example HTML/JS to generate webauthn signatures in SSH formats (also used to generate the testdata/* for the test). | ||||
* | Test that ssh-agent exits when running as as subprocess of a specified | 2020-06-19 | 2 | -1/+24 | |
| | | | | command (ie "ssh-agent command"). Would have caught bz#3181. | ||||
* | run sshsig unit tests | 2020-06-19 | 1 | -2/+2 | |
| | |||||
* | basic unit test for sshsig.[ch], including FIDO keys | 2020-06-19 | 23 | -0/+339 | |
| | | | | verification only so far | ||||
* | basic unit test for FIDO kep parsing | 2020-06-19 | 24 | -7/+258 | |
| | |||||
* | Add regression and unit tests for ${ENV} style environment variable | 2020-05-29 | 2 | -5/+79 | |
| | | | | expansion in various keywords (bz#3140). ok djm@ | ||||
* | Unit test for convtime. ok djm@ | 2020-05-29 | 1 | -1/+20 | |
| | |||||
* | two new tests for Include in sshd_config, checking whether Port | 2020-05-27 | 1 | -1/+35 | |
| | | | | | | directives are processed correctly and handling of Include directives that appear before Match. Both tests currently fail. bz#3122 and bz#3169 - patch from Jakub Jelen | ||||
* | sure enough, some of the test data that we though were in new format | 2020-05-01 | 4 | -33/+50 | |
| | | | | were actually in the old format; fix from Michael Forney | ||||
* | make mktestdata.sh generate old/new format keys that we expect. | 2020-05-01 | 1 | -13/+13 | |
| | | | | | | This script was written before OpenSSH switched to new-format private keys by default and was never updated to the change (until now) From Michael Forney | ||||
* | portability fix for sed that always emil a newline even if the | 2020-05-01 | 1 | -3/+3 | |
| | | | | input does not contain one; from Michael Forney | ||||
* | remove obsolete RSA1 test keys; spotted by Michael Forney | 2020-05-01 | 11 | -8/+0 | |
| | |||||
* | adapt dummy FIDO middleware to API change; ok markus@ | 2020-04-28 | 1 | -4/+10 | |
| | |||||
* | Backslash '$' at then end of string. Prevents warning on some shells. | 2020-04-21 | 1 | -1/+1 | |
| | |||||
* | regression test for printing of private key fingerprints and key | 2020-04-20 | 2 | -2/+55 | |
| | | | | | comments, mostly by loic AT venez.fr (slightly tweaked for portability) ok dtucker@ | ||||
* | Add tests for TOKEN expansion of LocalForward and RemoteForward. | 2020-04-10 | 1 | -2/+9 | |
| | |||||
* | Add utf8.c for asmprintf used by krl.c | 2020-04-06 | 4 | -4/+8 | |
| |