summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2021-09-29Use backticks instead of $(..) for portability.Darren Tucker
Older shells (eg /bin/sh on Solaris 10) don't support $() syntax.
2021-09-29Skip file-based tests by default on Mac OS.Darren Tucker
The file-based tests need OpenSSL so skip them.
2021-09-29Build without OpenSSL on Mac OS.Darren Tucker
Modern versions don't ship enough libcrypto to build against.
2021-09-29Split c89 test openssl setting out.Darren Tucker
2021-09-29Add make clean step to tests.Darren Tucker
2021-09-29Test all available clang and gcc versions.Darren Tucker
2021-09-24Don't prompt for yes/no questions.David Manouchehri
2021-09-17Test against LibreSSL 3.2.6, 3.3.4, 3.4.0.Darren Tucker
2021-09-08Really fix test on OpenSSL 1.1.1 stable.Darren Tucker
2021-09-08Correct OpenSSL 1.1.1 stable identifier.Darren Tucker
2021-09-08Tests for OpenSSL 3.0.0 release & 1.1.1 branch.Darren Tucker
2021-09-05Test against OpenSSL 3 branch as well as dev.Darren Tucker
Now that OpenSSL development has moved to 3.1, test against the most recent version of the openssl-3.0 branch too.
2021-08-16Improve github test driver script.Darren Tucker
- use a trap to always output any failed regress logs (since the script sets -e, the existing log output is never invoked). - pass LTESTS and SKIP_LTESTS when re-running with sshd options (eg. UsePAM).
2021-08-16Remove deprecated ubuntu-16.04 test targets.Darren Tucker
Github has deprecated ubuntu-16.04 and it will be removed on 20 September.
2021-08-15Skip agent ptrace test on hurd.Darren Tucker
2021-08-15Add hurd test target.Darren Tucker
2021-08-15Skip scp3 tests on all dfly58 and 60 configs.Darren Tucker
2021-08-13Test OpenSSH from OpenBSD head on 6.8 and 6.9.Darren Tucker
2021-08-13Skip scp3 test on dragonfly 58 and 60.Darren Tucker
The tests hang, so skip until we figure them out.
2021-07-26Move SUDO to "make test" command line.Darren Tucker
Environment variables don't get passed by vmrun, so move to command line.
2021-07-25Set SUDO for tests and cleanup.Darren Tucker
2021-07-25Pass OPENSSL=no to make tests too.Darren Tucker
2021-07-24Test OpenBSD upstream with and without OpenSSL.Darren Tucker
2021-07-14Make whitespace consistent.Darren Tucker
2021-07-14Add ARM64 Linux self-hosted runner.Darren Tucker
2021-07-03Disable rocky84 to figure out why agent test failsDarren Tucker
2021-06-28Add rocky84 test target.Darren Tucker
2021-06-07Save logs on failure for upstream testDarren Tucker
2021-06-07Add obsdsnap-i386 upstream test target.Darren Tucker
2021-06-02Retire fbsd7 test target.Darren Tucker
It's the slowest of the selfhosted targets (since it's 32bit but has most of the crypto algos). We still have coverage for 32bit i386.
2021-06-02Add dfly60 target.Darren Tucker
2021-06-01Put minix3 config in the host-specific block.Darren Tucker
2021-05-27Add minix3 test target.Darren Tucker
2021-05-25Rename README.md to ci-status.md.Darren Tucker
The original intent was to provide a status page for the CIs configured in that directory, but it had the side effect of replacing the top-level README.md.
2021-05-01Add obsd69 test target.Darren Tucker
2021-04-29Add status badges for Actions-based tests.Darren Tucker
2021-04-28Add obsdsnap (OpenBSD snapshot) test target.Darren Tucker
2021-04-28Add test building upstream OpenBSD source.Darren Tucker
2021-04-27Test against OpenSSL 1.1.0h instead of 1.1.0g.Darren Tucker
1.1.0g requires a perl glob module that's not installed by default.
2021-04-27Use the default VM type for libcrypto ver tests.Darren Tucker
2021-04-27Always build OpenSSL shared.Darren Tucker
This is the default for current versions but we need it to test against earlier versions.
2021-04-27Fix custom OpenSSL tests.Darren Tucker
Check out specified OpenSSL version. Install custom libcrypto where configure expects to find it. Remove unneeded OpenSSL config time options. Older OpenSSL versions were not make -j safe so remove it.
2021-04-26Export CC and CFLAGS for c89 test.Darren Tucker
2021-04-26Add c89 here too.Darren Tucker
2021-04-26Add test against OpenSSL w/out ECC.Darren Tucker
2021-04-26Ensure we can still build with C89.Darren Tucker
2021-04-26Interop test agains PuTTY.Darren Tucker
2021-04-26Support testing against arbitary libcrytpo vers.Darren Tucker
Add tests against various LibreSSL and OpenSSL versions.
2021-04-26Add fbsd10 test target.Darren Tucker
2021-04-25Disable compiler hardening on nbsd4.Darren Tucker
The system compiler supports -fstack-protector-all, but using it will result in an internal compiler error on some files.