summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2021-04-01Add encoding.c to the various build targetsClaudio Jeker
2021-03-31cannot effectively test posix-rename extension after changes inDamien Miller
feature advertisment.
2021-03-31Remove workaround for missing d2i_DSAPrivateKey_fp prototypeTheo Buehler
2021-03-30In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze
font, rather than with the monospace font appropriate for .Bd -literal. This fixes a minibug reported by anton@. Implemented by no longer relying on the typical browser default of "pre { font-family: monospace }" but instead letting <pre> elements inherit the font family from their parent, then adding an explicit CSS .Li class only for those displays where the manual page author requested it by using the -literal option on the .Bd macro.
2021-03-29Add regress coverage for TLSv1.2 record number increment.Joel Sing
2021-03-29Add a pretty_key_id() which reinserts colons into the hex string.Claudio Jeker
This way the AKI and SKI printed in the tests tools look the same as before. Requested by job@, OK job@ tb@
2021-03-28The failure mode of test-tls13-version-negotiation.py has changed.Theo Buehler
Update comment.
2021-03-28Add some restrictions to manifest object profilejob
OK tb@, feedback from claudio@
2021-03-27Enable test-sig-algs-renegotiation-resumption.py.Theo Buehler
This test covers various scenarios with renegotiation and session resumption. In particular it crashes the OpenSSL 1.1.1j server due to the sigalg NULL deref fixed this week. We need --sig-algs-drop-ok since we do not currently implement signature_algorithms_cert.
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.Brent Cook
ok bluhm@, inoguchi@, tb@, deraadt@
2021-03-26Add test-sig-algs-renegotiation-resumption.pyTheo Buehler
This test currently fails but may soon be fixed.
2021-03-24The server only sends a cookie during a HRR, not a SHTheo Buehler
2021-03-24test HEAD requests, from niklas@Sebastian Benoit
2021-03-24Update regress for new_cipher rename.Joel Sing
2021-03-22Don't leak ca in test_cms_sign_verify().Theo Buehler
Reported by Ilya Shipitsin
2021-03-22Plug a few memory leaks reported by Ilya ShipitsinTheo Buehler
2021-03-21Revise regress to match handshake struct changes.Joel Sing
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.Joel Sing
This is currently needed for DTLS1_2_VERSION, however it should be used here regardless.
2021-03-21Plug memory leak reported by Ilya ShipitsinTheo Buehler
Since r1.7, input in base64_decoding_test() is allocated unconditionally, so free it unconditionally.
2021-03-20typoTheo Buehler
2021-03-20Add new test-tls13-multiple-ccs-messages.pyTheo Buehler
This is a test that checks for NSS's CCS flood DoS CVE-2020-25648. The test script currently fails on LibreSSL and OpenSSL 1.1.1j because it sends invalid records with version 0x0300 instead of 0x0303. We have the ccs_seen logic corresponding to NSS's fix: https://hg.mozilla.org/projects/nss/rev/57bbefa793232586d27cee83e74411171e128361 but we do allow up to two CCS due to an interop issue with Fizz, so at least one of the tests will likey be broken once the record version is fixed.
2021-03-19add a test for misc.c:argv_split(), currently failsDamien Miller
2021-03-19splitDamien Miller
2021-03-17Update for DTLSv1.2 being enabled.Joel Sing
2021-03-17Update for DTLSv1.2 version handling.Joel Sing
2021-03-15add a check for system-version, since I tend to reverse comparisonsMarc Espie
2021-03-13Add TEST_SSH_MODULI_FILE variable to allow overriding of the moduli fileDarren Tucker
used during the test run.
2021-03-12INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.Florian Obser
2021-03-11Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pmTheo Buehler
instead of running pkg_add which may block due to its locking mechanism. Precise file to check for suggested by sthen ok kn deraadt on previous version
2021-03-10Revise TLS extension regress to match version handling changes.Joel Sing
2021-03-09Dedicated regress test for snmp(1) instead of semi-relying on snmpd(8)'sMartijn van Duren
regress for basic functionality. This regress covers quite a few usecases, but there's still plenty missing. feedback and OK bluhm@
2021-03-09Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)Alexander Bluhm
tests. Kernel stashes logs temporarily, test it. Fix some races in existing tests.
2021-03-05Fix regress tests after changes to tal.c, mft.c, and cert.c.Claudio Jeker
2021-03-05Test case for read-only array being not that read-only in ksh.Vadim Zhukov
okay tb@
2021-02-26zap spades of trailing whitespaceTheo Buehler
2021-02-26remove this KEX fuzzer; it's awkward to use and doesn't play niceDamien Miller
with popular fuzzing drivers like libfuzzer. AFAIK nobody has used it but me.
2021-02-25Update regress to match TLS versions change.Joel Sing
2021-02-25s/PubkeyAcceptedKeyTypes/PubkeyAcceptedAlgorithms/Damien Miller
2021-02-24Rename pubkeyacceptedkeytypes to pubkeyacceptedalgorithms in test toDarren Tucker
match change to config-dump output.
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-21PATH does not include '.' anymore. Fix the runs test for that situation.Theo Buehler
2021-02-20Enable threads testOtto Moerbeek
2021-02-20A regress test to test concurrent exception handling in threadsOtto Moerbeek
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().Joel Sing
2021-02-18mark test-inlabel-wildcard-cert-no-CA-client as an expected failureTheo Buehler
2021-02-17Make sure puttygen is new enough to successfully run the PuTTY interopDarren Tucker
tests, otherwise skip them.
2021-02-16Add x509 certificate validation regression testsjan
The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@
2021-02-16Print AIA in rpki-client test utilityjob
2021-02-15Fix invalid config error in run-psk-fail.tobhe