summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2024-09-04Missing RCSIDTheo Buehler
2024-09-04Remove openssl 1.1 regressTheo Buehler
2024-09-04Unlink OpenSSL 1.1 regressTheo Buehler
2024-09-04Link openssl 3.2 regress to buildTheo Buehler
2024-09-04Add regress against OpenSSL 3.2Theo Buehler
2024-09-03regression test for Include variable expansionDamien Miller
2024-09-03Fix test_fork() prototype.Anton Lindqvist
2024-09-03Stop invoking diff(1) from C in access unveil regress, instead performAnton Lindqvist
2024-09-03Adjust expected output after recent X_OK changes.Anton Lindqvist
2024-09-01symbols: remove special case for cpuid_setup and cpu_capsTheo Buehler
2024-09-01Enable warnings and fix style nits.Anton Lindqvist
2024-09-01Make unveil access regress work with objdir.Anton Lindqvist
2024-09-01add tests for linux kpi for rbtreeaisha
2024-08-31Add regression test for access(2)+unveil(2)Jeremy Evans
2024-08-31Update for OPENSSL_cpu_caps() now being machine independent.Joel Sing
2024-08-31Undo workaround for EVP_PKEY_*check() removalTheo Buehler
2024-08-31Retire the whirlpool testTheo Buehler
2024-08-31unhook whirlpool from the treeTheo Buehler
2024-08-30Adjust freenull test for upcoming conf_api.h removalTheo Buehler
2024-08-29Disable hmac and pkey_ec tests until after the bumpTheo Buehler
2024-08-29Remove evp_pkey_check testTheo Buehler
2024-08-29Convert prototypes to new style.Claudio Jeker
2024-08-29Use signal handler safe dprintf() instead of asprintf + writeClaudio Jeker
2024-08-28Add test for for the case where the pattern space is empty but doesTodd C. Miller
2024-08-28Extend maxprefix and maxprefixout tests to also check that the limitsClaudio Jeker
2024-08-28fix test: -F is the argument to specify a non-default ssh_config,Damien Miller
2024-08-26Test bitstring macro evaluation.Alexander Bluhm
2024-08-23Putting Xs into squares is all the rage with statisticians. We shouldFlorian Obser
2024-08-23Remove unwanted trailing newlines from err/warn format strings.Anton Lindqvist
2024-08-23Remove use of CSP/LMK in pkcs12 create/verify testsTheo Buehler
2024-08-23these tests only print strerror result, which can be confusing to look up.Theo de Raadt
2024-08-22Use aes128-ctr for MAC tests since default has implicit MAC.Darren Tucker
2024-08-21Some awks won't match on the \r so delete it instead.Darren Tucker
2024-08-21Use curve25519-sha256 kex where possible. Except where we're explicitlyDarren Tucker
2024-08-20Send only as much data as needed to trigger rekeying.Darren Tucker
2024-08-20Merge AEAD test into main test loop. Removes 3 duplicate tests andDarren Tucker
2024-08-20Set a default RekeyLimit of 256k. Used unless overridden by aDarren Tucker
2024-08-20Add Compression=no to default ssh_config. All of the rekey tests use itDarren Tucker
2024-08-20Remove duplicate curve25519-sha256 kex. curve25519-sha256@libssh.orgDarren Tucker
2024-08-20Unnest rekey param parsing test and use ssh not sshd. ssh uses the sameDarren Tucker
2024-08-19move ed/tests files to regress/bin/ed, where they are usedTheo de Raadt
2024-08-18Drop OpenSSL 3.0 interop testing infrastructureTheo Buehler
2024-08-18Add support for openssl32 in interop testTheo Buehler
2024-08-15Regen some OK files since the bgpctl rib header changed.Claudio Jeker
2024-08-15t_recvmmsg and t_sendmmsg were enabled in 2022Philip Guenther
2024-08-15adapt to EVP_PKEY conversionDamien Miller
2024-08-11Add include path for crypto_arch.h.Joel Sing
2024-08-09Regenerate expected files since gcc4 switched to std=gnu9x some time ago.Claudio Jeker
2024-08-09Add string.h include and typecast data to reduce warningsClaudio Jeker
2024-08-08check_complete: accept #errorTheo Buehler