summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2023-03-27Remove compatibility code for OpenSSL 1.0.* versions now that -portableDarren Tucker
2023-03-27bn_mod_exp: make this test a bit less noisy on failureTheo Buehler
2023-03-27Switch regress to using bn_copy()Theo Buehler
2023-03-27Add RevokedHostKeys to percent expansion test.Darren Tucker
2023-03-26Remove the now almost empty and unused bn_mod_exp2_mont.cTheo Buehler
2023-03-26Unhook bn_mod_exp2_mont testTheo Buehler
2023-03-26Fold the small BN_mod_exp2_mont() crash test into bn_mod_exp.cTheo Buehler
2023-03-26Test negative modulus as well.Theo Buehler
2023-03-26Align bn_mod_exp_zero_test() with bn_mod_exp_test()Theo Buehler
2023-03-26Fix copy-paste errorTheo Buehler
2023-03-26Add regress coverage for some BIO_f_asn1() bugs fixed before releaseTheo Buehler
2023-03-26Fix a typo in dump_exp_results()Theo Buehler
2023-03-26Add more extensive regress coverage for BN_mod_exp2_mont()Theo Buehler
2023-03-26Rename dump_results() into dump_exp_results()Theo Buehler
2023-03-26Move the N_MOD_EXP_TESTS up to where it belongsTheo Buehler
2023-03-26Add regress coverage for an issue with BN_mod_exp2_mont() reportedTheo Buehler
2023-03-26bn_primes: there is no need to link this statically. It can pull theTheo Buehler
2023-03-26bn_mod_exp_ret() fix stupid logic errorTheo Buehler
2023-03-25Guard GF2m-specifics with OPENSSL_NO_EC2MTheo Buehler
2023-03-25Enable FRP256v2 testsTheo Buehler
2023-03-25Remove dead/unreachable codeTheo Buehler
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