summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2023-02-14Add regress coverage for BN_num_bits_word()Theo Buehler
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-02Sync function prototypes and declarations to satisfy clang 15.Anton Lindqvist
2023-02-01Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 readyTheo Buehler
2023-02-01Hopefully the last one.Theo Buehler
2023-02-01One more openssl 1.0.2 thing missed.Theo Buehler
2023-02-01Switch from eopenssl to eopenssl30. Missed in both previous commitsTheo Buehler
2023-02-01Retire OpenSSL 1.0.2 interopTheo Buehler
2023-01-31Add bn/arch/${MACHINE_CPU} to the include path.Joel Sing
2023-01-31Add more regress tests for BN_usub().Joel Sing
2023-01-29Use utime in order to make benchmarks less noisy and more consistent.Joel Sing
2023-01-29Set BN_FLG_CONSTTIME on benchmark inputs.Joel Sing
2023-01-29Add benchmarks for BN_div()Joel Sing
2023-01-29Correct setup for BN_mul/BN_sqr benchmarks.Joel Sing
2023-01-29Rename bn_mul.c regress to bn_mul_div.c.Joel Sing
2023-01-28Switch regress to using x509_verify.h from libcrypto instead of theTheo Buehler
2023-01-27Test the behaviour of round() on halfway values.Miod Vallat
2023-01-27Add a few more -fno-builtin to make sure we test libm, not the compiler.Miod Vallat
2023-01-27Add openssl 3.0 interop testsTheo Buehler
2023-01-21Provide basic benchmarks for BN_mul() and BN_sqr().Joel Sing
2023-01-07Fix previous.Joel Sing
2023-01-06tlsfuzzer: hook up new connection abort tests while skipping the NSTTheo Buehler
2023-01-05Add additional shift benchmarks that are useful on BN_BITS2 == 32 platformsJoel Sing
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-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-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