summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2021-09-07Correctly calculate required column widths for tables containingIngo Schwarze
2021-09-03Add test for client termination status on signal.Darren Tucker
2021-09-02regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ...Jasper Lievisse Adriaanse
2021-09-01Fix ssh-rsa fallback for old PuTTY interop tests.Darren Tucker
2021-09-01Add a function to skip remaining tests. Many tests skip tests forDarren Tucker
2021-08-31Specify path to PuTTY keys. Portable needs this and it makes noDarren Tucker
2021-08-31When running PuTTY interop tests and using a PuTTY version older thanDarren Tucker
2021-08-31Specify hostkeyalgorithms in sshd's default set for the SSHFP test,Darren Tucker
2021-08-30Remove tests that are now covered by regress/lib/libssl/verifyTheo Buehler
2021-08-30Admit that we return error 20 in the failure case here. ChangingBob Beck
2021-08-30Fix Jan's regress in openssl/x509 to do what it says it does,Bob Beck
2021-08-30adapt to RSA/SHA1 deprectationDamien Miller
2021-08-29Pass the -quiet option to openssl s_server to make it ignore EOF.Theo Buehler
2021-08-29Add back the echo Q thing.Theo Buehler
2021-08-29Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack.Theo Buehler
2021-08-11test -Oprint-pubkeyDamien Miller
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2021-08-10adapt to scp -M flag change; make scp3.sh test SFTP mode tooDamien Miller
2021-08-08Although it's POSIX, not all shells used in Portable support theDarren Tucker
2021-08-08Move setting of USER further down the startup In portable we have toDarren Tucker
2021-08-08Drop -q in ssh-log-wrapper.sh to preserve logs.Darren Tucker
2021-08-06Make diff invocation more portable. POSIX does not require diff to have -N,Darren Tucker
2021-08-04regression test for scp -3Damien Miller
2021-08-03regression tests for scp SFTP protocol support; mostly by JakubDamien Miller
2021-07-29Treat doas with arguments as a valid SUDO variable. Allows one toanton
2021-07-25Skip unit and makefile-based key conversion tests when we're buildingDarren Tucker
2021-07-25Replace OPENSSL as the variable that points to the openssl binaryDarren Tucker
2021-07-24Skip RFC4716 format import and export tests when built without OpenSSL.Darren Tucker
2021-07-24test for first-match-wins in authorized_keys environment=Damien Miller
2021-07-23Simplify keygen-convert by using $SSH_KEYTYPES directly.Darren Tucker
2021-07-23Test conversion of ed25519 and ecdsa keys too.Darren Tucker
2021-07-23Add test for exporting pubkey from a passphrase-protected private key.Darren Tucker
2021-07-23regression test for time-limited signature keysDamien Miller
2021-07-19Use SUDO when setting up hostkey.Darren Tucker
2021-07-19Increase time margin for rekey tests. Should help reliability on veryDarren Tucker
2021-07-19Add test for host key verification via SSHFP records. This requiresDarren Tucker
2021-07-19Add ed25519 key and test SSHFP export of it. Only test RSA SSHFP exportDarren Tucker
2021-07-19Group keygen tests together.Darren Tucker
2021-07-18Add test for ssh-keygen printing of SSHFP records.Darren Tucker
2021-07-18Let the mandoc.db(5) test suite work with parallel make (make -j),Ingo Schwarze
2021-07-17Make the mandoc.db(5) tests work with BSDOBJDIR set,Ingo Schwarze
2021-07-14Adjust expected certificate error message. Caused by recent work to supportanton
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-12fix some broken tests; clean up outputDamien Miller
2021-07-10honor objdiranton
2021-07-06alarm(3) cannot fail, remove error handling.Alexander Bluhm
2021-06-28delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze
2021-06-21Add GnuTLS interoperability test in appstest.shKinichiro Inoguchi
2021-06-20Adjust snmp regress to recent changesMartijn van Duren
2021-06-10Use $SUDO when reading sshd's pidfile here too.Darren Tucker