summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-12-04Include endian.h for htobe32Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider
2022-12-03skip rust-openssl-tests on sparc64Theo Buehler
2022-12-03Clean up makefileTheo Buehler
2022-12-03biotest needs bio_local.h nowTheo Buehler
2022-12-03Test BIO_{push,pop}() along a linear chainTheo Buehler
2022-12-03More cleanupTheo Buehler
2022-12-03Refactor and fix bn_mod_exp testTheo Buehler
2022-12-03Add missing checks for BN_mod_exp_{non,}ct()Theo Buehler
2022-12-03Fix some ancient silliness with a random byteTheo Buehler
2022-10-20Provide a harness driving rust-openssl's regress testsTheo Buehler
2022-12-02bn_mod_exp.c: printing to stdout needs no BIOTheo Buehler
2022-12-02bn_mod_exp: we have a BN_CTX available...Theo Buehler
2022-12-02Check BN_rand() and BN_mod() return valuesTheo Buehler
2022-12-02Link new bn_mod_exp_zero test to buildTheo Buehler
2022-12-02Rewrite the tests that various modular exponentiation functionsTheo Buehler
2022-12-02libcrypto/bn: switch back to manual regress targetsTheo Buehler
2022-12-02regres/libssl/unit: simplify MakefileTheo Buehler
2022-12-02Use regress framework rather than handrolling itTheo Buehler
2022-12-02Use the default targets from bsd.regress.mk as far as possibleTheo Buehler
2022-12-02Let bsd.regress.mk take care of running testsTheo Buehler
2022-12-02bn_add_sub: no need for a BIO to print to stderrTheo Buehler
2022-12-01Unhook expTheo Buehler
2022-12-01Fix typo, move one .PHONY target nearer to the target itselfTheo Buehler
2022-12-01zap extra blank lineTheo Buehler
2022-12-01Check that the bn_isqrt -C output isn't changedTheo Buehler
2022-12-01regress/libcrypto: merge exp/ into bn/Theo Buehler
2022-12-01Silence this test and sprinkle some KNFTheo Buehler
2022-12-01Flatten structure of libcrypto/bn testsTheo Buehler
2022-12-01Test prime constants exposed in public BN APITheo Buehler
2022-12-01Make tests silent on success.Theo Buehler
2022-12-01Refrain from printing SUCCESS in some of my testsTheo Buehler
2022-12-01Run test in current directory. Copy test files to regress obj dirAlexander Bluhm
2022-12-01BN_one() can fail, check its return value.Joel Sing
2022-12-01Clean up ssh-add and ssh-agent logs.Darren Tucker
2022-12-01Log output of ssh-agent and ssh-add to make debugging easier.Darren Tucker
2022-11-30Link libkeynote to regress.Theo Buehler
2022-11-30Resurrect the libkeynote testsuiteTheo Buehler
2022-11-30Add regress coverage for BN_cmp()/BN_ucmp().Joel Sing
2022-11-28Tweak x509_constraints_uri_host() regress to test for NULL deref inTheo Buehler
2022-11-27reformat REGRESS_TARGETSAnton Lindqvist
2022-11-27Applying mimmutable(2) to bss, data and text made the sys/kern/noexec tests failAnton Lindqvist
2022-11-26Remove RFC 9092 example file because it contains inherit elementsJob Snijders
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-26Add test-geofeed.c (forgotten cvs add in previous).Theo Buehler
2022-11-26Add regress for geofeedJob Snijders
2021-08-18Import regress tests for SM2. Not yet linked to the build.Theo Buehler
2022-11-25Units generally help...Theo Buehler
2022-11-24Mark BN_options() and BN_prime_checks as obsolete;Ingo Schwarze
2022-11-23Fix sparc64 build/runKlemens Nanni