summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-03-18KNF: some missing spaces after commaTheo Buehler
2023-03-18Rename bn_mod_exp_zero to the more appropriate bn_mod_expTheo Buehler
2023-03-18Retire the bn_mod_exp test.Theo Buehler
2023-03-18Reimplement a variant of the bn_mod_exp tests from scratchTheo Buehler
2023-03-15Include tests with negative values in BN_mod_exp* regress.Joel Sing
2023-03-15bn_mod_exp_zero: rename result into gotTheo Buehler
2023-03-12Add crl.c in various places to gain access to the new helperJob Snijders
2023-03-11Add OPENSSL_cleanup() calls to some regress.Joel Sing
2023-03-11Add regress coverage for BN_{add,sub,mul,div,mod}_word().Joel Sing
2023-03-11Mark test table as static const.Joel Sing
2023-03-09Cope with recent changes to alignment of command column.Anton Lindqvist
2023-03-08Use BN_free() instead of BN_clear_free()Theo Buehler
2023-03-08reduce number of tests in bn_rand_interval.Theo Buehler
2023-03-08bn_isqrt: reduce number of tests to 100.Theo Buehler
2023-03-08Process up to four test vector files concurrently.Joel Sing
2023-03-08Run test groups concurrently.Joel Sing
2023-03-08zap more audit remnantsTheo Buehler
2023-03-08Remove acceptable audit.Joel Sing
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-06Unit test for kex_proposal_populate_entries.Darren Tucker
2023-03-04bio_chain test: fix error messageTheo Buehler
2023-03-02Simplify the ct Makefile slightlyTheo Buehler
2023-03-02Clean up the x509 regress make file a littleTheo Buehler
2023-03-02Remove a few more unnecessary line continuationsTheo Buehler
2023-03-02Nitpick error checks of BN_get_mem_data()Theo Buehler
2023-03-02Some more Makefile cosmeticsTheo Buehler
2023-03-02The evp_ecx_test no longer needs static linkingTheo Buehler
2023-03-02Hide the hexdumps behind a verbose flags. Should have been part ofTheo Buehler
2023-03-02Simplify evp test Makefile.Theo Buehler
2023-03-02evp_pkey_check: make this test silent on successTheo Buehler
2023-03-02Remove a few unnecessary line continuationsTheo Buehler
2023-03-02Remove SUDO in proxy command wrapper. Anything that needs sudo isDarren Tucker
2023-03-02Fix breakage on dhgex test.Darren Tucker
2023-03-02Quote grep and log message better.Darren Tucker
2023-03-01Remove old log symlinks before creating new ones. In -portable someDarren Tucker
2023-03-01Comment out glob for JSON webcrypto tests for nowTheo Buehler
2023-03-01Rework logging for the regression tests. Previously we would log toDarren Tucker
2023-02-28Explicitly skip the json_web* tests now.Theo Buehler
2023-02-28Add a few missing NIDs for new Wycheproof tests.Theo Buehler
2023-02-28Skip FRP256v1 curve in ECDH tests. We do not support it.Theo Buehler
2023-02-19Disable tests using the preferred bsd.regress.mk technique.Anton Lindqvist
2023-02-15bgpd no longer immediatly opens the connection to its peers so insteadClaudio Jeker
2023-02-14Add regress coverage for BN_num_bits_word()Theo Buehler
2023-02-13Adjust function prototype of a stub function after change toClaudio Jeker
2023-02-13asn1x509 test: Remove unnecessary line continuationsTheo Buehler
2023-02-13Revise for negative zero changes.Joel Sing
2023-02-13Add currently failing negative zero check to BN_rshift() regress.Joel Sing
2023-02-10test -Ohashalg=... and that the default output contains bothDamien Miller
2023-02-09Test adding terminating newline to known_hosts.Darren Tucker