summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix previous.jsing2023-01-071-3/+9
* Add additional shift benchmarks that are useful on BN_BITS2 == 32 platformsjsing2023-01-051-2/+56
* Add regress coverage for shifts of zero bits.jsing2022-12-231-1/+38
* Do similar setup for lshift and rshift benchmarks.jsing2022-12-231-1/+13
* Use volatile sig_atomic_t for flag set in signal handlertb2022-12-181-2/+2
* Switch to using BN_zero() instead of BN_zero_ex()tb2022-12-171-2/+2
* Move benchmark target up a bit and mark it phonytb2022-12-171-4/+5
* Zap some whitespacetb2022-12-171-2/+2
* Provide regress coverage for BN shift functions.jsing2022-12-172-1/+543
* bn/Makefile: tidy up and simplifytb2022-12-091-16/+10
* bn_mod_exp test: drop extra parentheses for readabilitytb2022-12-081-4/+4
* Add a few missing headers and drop a few unused onestb2022-12-067-20/+20
* bn_mod_exp.c doesn't need <string.h>tb2022-12-051-2/+1
* More cleanuptb2022-12-031-11/+8
* Refactor and fix bn_mod_exp testtb2022-12-031-80/+86
* Add missing checks for BN_mod_exp_{non,}ct()tb2022-12-031-6/+8
* Fix some ancient silliness with a random bytetb2022-12-031-8/+5
* bn_mod_exp.c: printing to stdout needs no BIOtb2022-12-021-17/+9
* bn_mod_exp: we have a BN_CTX available...tb2022-12-021-19/+15
* Check BN_rand() and BN_mod() return valuestb2022-12-021-6/+11
* Link new bn_mod_exp_zero test to buildtb2022-12-021-1/+3
* Rewrite the tests that various modular exponentiation functionstb2022-12-022-148/+189
* libcrypto/bn: switch back to manual regress targetstb2022-12-021-3/+8
* Use the default targets from bsd.regress.mk as far as possibletb2022-12-021-9/+4
* bn_add_sub: no need for a BIO to print to stderrtb2022-12-021-21/+13
* Fix typo, move one .PHONY target nearer to the target itselftb2022-12-011-4/+3
* zap extra blank linetb2022-12-011-2/+1
* Check that the bn_isqrt -C output isn't changedtb2022-12-012-1/+43
* regress/libcrypto: merge exp/ into bn/tb2022-12-012-1/+361
* Flatten structure of libcrypto/bn teststb2022-12-0115-116/+62
* Test prime constants exposed in public BN APItb2022-12-011-1/+97
* Refrain from printing SUCCESS in some of my teststb2022-12-017-26/+7
* Add regress coverage for BN_cmp()/BN_ucmp().jsing2022-11-302-3/+347
* Make internal header file names consistenttb2022-11-261-2/+2
* Units generally help...tb2022-11-251-2/+2
* bn_unit: appease coveritytb2022-11-231-2/+6
* Neuter getrlimit dance, it's not portable enough. Stupid Windows.tb2022-11-231-14/+4
* Tweak a printf.tb2022-11-221-3/+3
* Add a unit test that crashes without bn_print.c r1.34.tb2022-11-222-1/+95
* Remove prime_t remnant and link bn_primes test staticallytb2022-11-092-3/+4
* Handle corner case in which the test case can actually be a squaretb2022-10-111-4/+3
* Convert from %i to %dtb2022-09-051-2/+2
* Fix upper bound in a for loop (no functional change).tb2022-08-121-2/+2
* Tweak a comment to be more accurate.tb2022-08-121-3/+3
* Add a second test to validate the tables in the library.tb2022-07-281-1/+42
* Adjust a comment to reflect reality, minor code tweaks.tb2022-07-271-7/+7
* minor tweaks: unwrap a line, tweak a comment and zap an empty linetb2022-07-261-5/+3
* Add a regression test for bn_isqrt.ctb2022-07-252-1/+302
* Use dynamic linking correctly. bntest and bn_to_string need static linking.tb2022-06-231-3/+5
* Use uppercase for SUCCESS for consistencytb2022-06-191-2/+2