Age | Commit message (Expand) | Author |
2021-10-06 | use libc SHA256 functions; make this work when compiled !WITH_OPENSSL | Damien Miller |
2021-10-01 | Add test for ssh hashed known_hosts handling. | Darren Tucker |
2021-09-30 | Fix up whitespace left by previous change removing privsep. No other | Darren Tucker |
2021-09-30 | Remove (almost all) references to privsep. This removes several do..while | Darren Tucker |
2021-09-30 | Use "skip" instead of "fatal" if SUDO isn't set for the *-command tests. | Darren Tucker |
2021-09-29 | Test certificate hostkeys held in ssh-agent too. Would have caught | Damien Miller |
2021-09-28 | Use -Wl,-z,wxneeded instead of -z wxneeded such that this builds with base | Mark Kettenis |
2021-09-27 | These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS. | Alexander Bluhm |
2021-09-20 | Fix appstest.sh for testing with OpenSSL 3.0 | Kinichiro Inoguchi |
2021-09-09 | zap trailing whitespace | Theo Buehler |
2021-09-09 | Do not abuse the "cleandir" target to delete part of the test output. | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-09-03 | Add test for client termination status on signal. | Darren Tucker |
2021-09-02 | regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually ... | Jasper Lievisse Adriaanse |
2021-09-01 | Fix ssh-rsa fallback for old PuTTY interop tests. | Darren Tucker |
2021-09-01 | Add a function to skip remaining tests. Many tests skip tests for | Darren Tucker |
2021-08-31 | Specify path to PuTTY keys. Portable needs this and it makes no | Darren Tucker |
2021-08-31 | When running PuTTY interop tests and using a PuTTY version older than | Darren Tucker |
2021-08-31 | Specify hostkeyalgorithms in sshd's default set for the SSHFP test, | Darren Tucker |
2021-08-30 | Remove tests that are now covered by regress/lib/libssl/verify | Theo Buehler |
2021-08-30 | Admit that we return error 20 in the failure case here. Changing | Bob Beck |
2021-08-30 | Fix Jan's regress in openssl/x509 to do what it says it does, | Bob Beck |
2021-08-30 | adapt to RSA/SHA1 deprectation | Damien Miller |
2021-08-29 | Pass the -quiet option to openssl s_server to make it ignore EOF. | Theo Buehler |
2021-08-29 | Add back the echo Q thing. | Theo Buehler |
2021-08-29 | Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack. | Theo Buehler |
2021-08-11 | test -Oprint-pubkey | Damien Miller |
2021-08-10 | Support two-character font names (BI, CW, CR, CB, CI) | Ingo Schwarze |
2021-08-10 | adapt to scp -M flag change; make scp3.sh test SFTP mode too | Damien Miller |
2021-08-08 | Although it's POSIX, not all shells used in Portable support the | Darren Tucker |
2021-08-08 | Move setting of USER further down the startup In portable we have to | Darren Tucker |
2021-08-08 | Drop -q in ssh-log-wrapper.sh to preserve logs. | Darren Tucker |
2021-08-06 | Make diff invocation more portable. POSIX does not require diff to have -N, | Darren Tucker |
2021-08-04 | regression test for scp -3 | Damien Miller |
2021-08-03 | regression tests for scp SFTP protocol support; mostly by Jakub | Damien Miller |
2021-07-29 | Treat doas with arguments as a valid SUDO variable. Allows one to | anton |
2021-07-25 | Skip unit and makefile-based key conversion tests when we're building | Darren Tucker |
2021-07-25 | Replace OPENSSL as the variable that points to the openssl binary | Darren Tucker |
2021-07-24 | Skip RFC4716 format import and export tests when built without OpenSSL. | Darren Tucker |
2021-07-24 | test for first-match-wins in authorized_keys environment= | Damien Miller |
2021-07-23 | Simplify keygen-convert by using $SSH_KEYTYPES directly. | Darren Tucker |
2021-07-23 | Test conversion of ed25519 and ecdsa keys too. | Darren Tucker |
2021-07-23 | Add test for exporting pubkey from a passphrase-protected private key. | Darren Tucker |
2021-07-23 | regression test for time-limited signature keys | Damien Miller |
2021-07-19 | Use SUDO when setting up hostkey. | Darren Tucker |
2021-07-19 | Increase time margin for rekey tests. Should help reliability on very | Darren Tucker |
2021-07-19 | Add test for host key verification via SSHFP records. This requires | Darren Tucker |
2021-07-19 | Add ed25519 key and test SSHFP export of it. Only test RSA SSHFP export | Darren Tucker |
2021-07-19 | Group keygen tests together. | Darren Tucker |
2021-07-18 | Add test for ssh-keygen printing of SSHFP records. | Darren Tucker |