summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-01-05Add additional shift benchmarks that are useful on BN_BITS2 == 32 platformsJoel Sing
2023-01-04Copy bytes from the_banana[] rather than banana()Theo Buehler
2023-01-04Adjust open policy integration test to the change of config in bgpd.Claudio Jeker
2023-01-04The redirectchain test actually works again. The test servr fixed theClaudio Jeker
2023-01-04When building this regress test I copied a bad UUID from some otherClaudio Jeker
2023-01-02regression test for PermitRemoteOpenDamien Miller
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2022-12-23Add regress coverage for shifts of zero bits.Joel Sing
2022-12-23Do similar setup for lshift and rshift benchmarks.Joel Sing
2022-12-19WTRAPPED is now supported by waitid(2)Philip Guenther
2022-12-18nc: update regress after recent changesTheo Buehler
2022-12-18Use volatile sig_atomic_t for flag set in signal handlerTheo Buehler
2022-12-17Switch to using BN_zero() instead of BN_zero_ex()Theo Buehler
2022-12-17Move benchmark target up a bit and mark it phonyTheo Buehler
2022-12-17Zap some whitespaceTheo Buehler
2022-12-17Provide regress coverage for BN shift functions.Joel Sing
2022-12-17Revise cipher list regress coverage of SSL_set_security_level().Joel Sing
2022-12-15Add shim functions for repo code introduced by the pre repo stats.Claudio Jeker
2022-12-10Make the accepted log grep pattern more strict in order to not pick up any logAnton Lindqvist
2022-12-10bio chain test: compress some error printingTheo Buehler
2022-12-10bio chain test: deduplicate chain walking codeTheo Buehler
2022-12-10bio chain test: handle walking of empty chainsTheo Buehler
2022-12-09bio chain test: add a consistency check for chain lengthsTheo Buehler
2022-12-09bn/Makefile: tidy up and simplifyTheo Buehler
2022-12-09bio chain test: make two errors noisyTheo Buehler
2022-12-09bio chain test: ensure the length of empty chains is 0Theo Buehler
2022-12-09bio chain test: various minor readability tweaksTheo Buehler
2022-12-08bio chain test: fix inconsequential off-by-oneTheo Buehler
2022-12-08bio chain test: minor readability tweaksTheo Buehler
2022-12-08bio chain test: rename a few variables for consistencyTheo Buehler
2022-12-08bio chain test: decouple lengths of test chainsTheo Buehler
2022-12-08bio chain test: refactor link_chains_at()Theo Buehler
2022-12-08bio chain test: lose some do_{,bio_} prefixesTheo Buehler
2022-12-08Split biotest into its three logical partsTheo Buehler
2022-12-08biotest: Tweak long comment a bitTheo Buehler
2022-12-08Print skipped on non applicable architectures.Anton Lindqvist
2022-12-08Stop overriding the regress target and use REGRESS_TARGETS instead.Anton Lindqvist
2022-12-08Add BIO_push() and BIO_set_next() regress coverageTheo Buehler
2022-12-08bn_mod_exp test: drop extra parentheses for readabilityTheo Buehler
2022-12-07Fix comment typo.Darren Tucker
2022-12-06Add a few missing headers and drop a few unused onesTheo Buehler
2022-12-06Correct previous, must exit 0 to signal failure.Anton Lindqvist
2022-12-05Unbreak rust-openssl-tests on sparc64Theo Buehler
2022-12-05Treat all possible mprotect() failures as fatal.Anton Lindqvist
2022-12-05bn_mod_exp.c doesn't need <string.h>Theo Buehler
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04zap weird spaces $EDITOR added in previousTheo Buehler
2022-12-04Print skipped while running on anything other than i386.Anton Lindqvist
2022-12-04Include endian.h for htobe32Tobias Heider