summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2024-06-19Rework dropbear key setup to always generate ed25519 keys, other typesDarren Tucker
2024-06-18Re-enable ssh-dss tests if ssh is compiled with DSA supportDarren Tucker
2024-06-18Stop using DSA in dropbear interop tests.Anton Lindqvist
2024-06-17Add regress coverage for X509V3_get_d2i()Theo Buehler
2024-06-16zap a stray spaceTheo Buehler
2024-06-16same treatment for this testDamien Miller
2024-06-16penalty test is still a bit racyDamien Miller
2024-06-15openssl-ruby: prepare test for default ruby switchTheo Buehler
2024-06-15crank up penalty timeouts so this should work on even the slowest ofDamien Miller
2024-06-14Replace deprecated given/when and smartmatch operator in Perl scripts.Alexander Bluhm
2024-06-14split the PerSourcePenalties test in two: one tests penalty enforcementDamien Miller
2024-06-14don't redirect stderr for ssh-keyscan we expect to succeedDamien Miller
2024-06-14specify an algorithm for ssh-keyscan, otherwise it will makeDamien Miller
2024-06-11fix PIDFILE handling, broken for SUDO=doas in last commit hereDamien Miller
2024-06-08Perl 5.38 permanently stops reading a file after it has seen EOF.Alexander Bluhm
2024-06-06regress test for PerSourcePenaltiesDamien Miller
2024-06-06make sure logs are saved from sshd run via start_sshdDamien Miller
2024-06-06simplifyDamien Miller
2024-06-06prepare for PerSourcePenalties being enabled by default in futureDamien Miller
2024-06-05make test struct constTheo Buehler
2024-06-03Pledge violation messages are no longer accessible through dmesg sinceAnton Lindqvist
2024-05-30Adjust hmac test for removal of static buffer from HMAC()Theo Buehler
2024-05-29asn1object: zap trailing whitespaceTheo Buehler
2024-05-29Make it possible for the large OID test to failTheo Buehler
2024-05-29Add regress coverage for some corner cases of i2d_ASN1_OBJECT()Theo Buehler
2024-05-29Add regress coverage for i2d_ASN1_OBJECT() fixesTheo Buehler
2024-05-28Test that invalid operations push the X509V3_R_UNSUPPORTED_OPTION errorTheo Buehler
2024-05-28Add regress coverage for X509V3_add1_i2d()Theo Buehler
2024-05-25Eliminate last timegm() correctly this timeTheo Buehler
2024-05-25Revert previousTheo Buehler
2024-05-25asn1time: another use of gmtime was hiding hereTheo Buehler
2024-05-22Exercise EVP_chacha20_poly1305() with in-place decryptionTheo Buehler
2024-05-22this test has been broken since 2014, and has been testing the sameDamien Miller
2024-05-19Add missing kex-names.c source file required since the ssh split.Anton Lindqvist
2024-05-17allow overriding the sshd-session binary pathDamien Miller
2024-05-16Check that lower-case variants of UTF-16 surrogate escape sequencesIngo Schwarze
2024-05-16Improve coverage of edge cases for 3-byte UTF-8 sequences.Ingo Schwarze
2024-05-16Add a complete suite of tests covering ASCII characters in UTF-8 spelling.Ingo Schwarze
2024-05-15Add a complete set of tests for all C0 and C1 control characters.Ingo Schwarze
2024-05-14fix a char signedness bug such that this testing code becomes ableIngo Schwarze
2024-05-08Add more regress coverage for lhash.Joel Sing
2024-05-08symbols test: drop headers that don't define any symbolsTheo Buehler
2024-05-06Enable lhash regress.Joel Sing
2024-05-06Provide initial regress for lhash.Joel Sing
2024-04-26fix signal test; ok tb@Jonathan Gray
2024-04-25Add regress coverage for crypto_ct_*_u8()Joel Sing
2024-04-22Instead of unhooking libssl/client regress tests, flag them as expectedAnton Lindqvist
2024-04-22Sprinkle experimental into regress so they compileClaudio Jeker
2024-04-21Remove file without the now mandatory signing-time attributeTheo Buehler
2024-04-19Make regress mpath more reliable.Alexander Bluhm