summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* None of these tests needs to link statically.tb2022-06-192-4/+4
* Quick regression test that checks that BN_is_prime_fasttest_ex()tb2022-06-182-1/+97
* Fix dependency to build bn_mod_sqrt.bluhm2022-03-161-2/+2
* Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2022-03-152-1/+138
* Simple regress for NULL deref reported by Guido Vranken and fixed intb2022-03-102-1/+51
* Simplify BN_mont test slightly using a new accessor.tb2022-01-141-4/+2
* Remove redundant NULL checkstb2021-12-291-3/+1
* make the bn/mont test compile with opaque DH.tb2021-11-261-4/+12
* Resolve last issue with opaque BIGNUM in this test.tb2021-11-251-3/+3
* bntest: Fix all but one test in this file to work with opaque BN.tb2021-11-181-399/+563
* use errx() instead of err()tb2021-04-061-8/+8
* Explicitly NULL pointers to avoid a double free.tb2021-04-041-1/+3
* Don't leak key and dh in the error path.tb2021-04-041-4/+7
* Remove echo headlines.bluhm2020-12-171-4/+1
* Feed the bntest output to bc(1). This checks the result of the bigbluhm2019-09-052-13/+16
* Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.tb2019-04-132-6/+133
* fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)tb2018-11-101-4/+8
* better failure printing, add more checkstb2018-11-061-9/+35
* link rand/ to buildtb2018-11-061-2/+4
* add a regression test for bn_rand_interval()tb2018-11-062-0/+98
* avoid using argv[0] for printing to stderrtb2018-07-231-2/+2
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
* Replace getprogname() to argv[0] in bnaddsubinoguchi2018-07-171-3/+2
* +addsubtb2018-07-101-1/+2
* Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcatb2018-07-102-0/+248
* fix resource leaks, ok @guentherbcook2017-08-121-3/+7
* Check return value of every BN_* functions in bntestinoguchi2017-02-231-393/+426
* Remove unused variable in C source to make the test compile and pass.bluhm2017-02-071-1/+0
* LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montinoguchi2017-01-311-1/+78
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-213-4/+85
* Update libcrypto regress to handle header and non-exported symbol changes.jsing2016-12-212-2/+6
* import new BN tests from OpenSSLbcook2016-09-031-92/+250
* remove extra assignment of s from 1.11, fix regression testbcook2016-07-051-2/+1
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-4/+24