summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2022-11-23Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing returnTheo Buehler
2022-11-23Several improvements required for <openssl/bn.h>:Ingo Schwarze
2022-11-23Make a stupid compiler on a stupid OS happy.Theo Buehler
2022-11-23Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta...Klemens Nanni
2022-11-23bn_unit: appease coverityTheo Buehler
2022-11-23asn1_string_to_utf8 test: appease coverityTheo Buehler
2022-11-23Neuter getrlimit dance, it's not portable enough. Stupid Windows.Theo Buehler
2022-11-23Fix inconsequential copy-paste errorTheo Buehler
2022-11-22Plug leaks spotted by ASAN CITheo Buehler
2022-11-22Remove comment obsoleted by API change (and r1.3)Theo Buehler
2022-11-22ed25519 test: make the testvectors table constTheo Buehler