summaryrefslogtreecommitdiffstats
path: root/sntrup761.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-08Shutdown any VM before trying to check out repo.Darren Tucker1-1/+1
In the case where the previous run did not clean up, the checkout will fail as it'll leave a stale mount.
2022-11-08Run vm startup and shutdown from runner temp dir.Darren Tucker2-0/+4
Should work even if the github workspace dir is on a stale sshfs mount.
2022-11-08Add valrind-5 test here too.Darren Tucker1-1/+1
2022-11-08Update checkout and upload actions.Darren Tucker4-9/+9
Update actions/checkout and actions/upload-artifact to main branch for compatibility with node.js v16.
2022-11-08Split out rekey test since it runs the longest.Darren Tucker2-3/+8
2022-11-07upstream: The IdentityFile option in ssh_config can also be used todtucker@openbsd.org1-2/+6
specify a public key file, as documented in ssh.1 for the -i option. Document this also for IdentityFile in ssh_config.5, for documentation completeness. From laalsaas at systemli.org via portable github PR#352, ok jmc@ djm@ OpenBSD-Commit-ID: 2f943be9f96e60ef81a9a4faa25b009999f9883b
2022-11-07upstream: Remove some set but otherwise unused variables, spotteddtucker@openbsd.org2-6/+5
in -portable by clang 16's -Wunused-but-set-variable. ok djm@ OpenBSD-Commit-ID: 3d943ddf2369b38fbf89f5f19728e7dc1daf3982
2022-11-07upstream: Check for and disallow MaxStartups values less than ordtucker@openbsd.org1-1/+5
equal to zero during config parsing, rather than faling later at runtime. bz#3489, ok djm@ OpenBSD-Commit-ID: d79c2b7a8601eb9be493629a91245d761154308b
2022-11-07upstream: fix parsing of hex cert expiry time; was checking whether thedjm@openbsd.org1-2/+2
start time began with "0x", not the expiry time. from Ed Maste OpenBSD-Commit-ID: 6269242c3e1a130b47c92cfca4d661df15f05739
2022-11-07Fix merge conflict.Darren Tucker1-7/+1
2022-11-07Branch-specific links for master status badges.Darren Tucker1-0/+6
2022-11-07Add CIFuzz status badge.Darren Tucker1-0/+1
2022-11-07Do not run CIFuzz on selfhosted tree.Darren Tucker1-1/+1
We already run it on the regular tree, no need to double up.
2022-11-07Whitespace change to trigger CIFuzz workflow.Darren Tucker1-0/+1
2022-11-07Run cifuzz workflow on the actions as regular CI.Darren Tucker1-1/+6