summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/bn
AgeCommit message (Expand)Author
2022-06-23Use dynamic linking correctly. bntest and bn_to_string need static linking.Theo Buehler
2022-06-19Use uppercase for SUCCESS for consistencyTheo Buehler
2022-06-19None of these tests needs to link statically.Theo Buehler
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-03-16Fix dependency to build bn_mod_sqrt.Alexander Bluhm
2022-03-15Add a simple regress to verify that the infinite loop in BN_mod_sqrt()Theo Buehler
2022-03-10Simple regress for NULL deref reported by Guido Vranken and fixed inTheo Buehler
2022-01-14Simplify BN_mont test slightly using a new accessor.Theo Buehler
2021-12-29Remove redundant NULL checksTheo Buehler
2021-11-26make the bn/mont test compile with opaque DH.Theo Buehler
2021-11-25Resolve last issue with opaque BIGNUM in this test.Theo Buehler
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.Theo Buehler
2021-04-06use errx() instead of err()Theo Buehler
2021-04-04Explicitly NULL pointers to avoid a double free.Theo Buehler
2021-04-04Don't leak key and dh in the error path.Theo Buehler
2020-12-17Remove echo headlines.Alexander Bluhm
2019-09-05Feed the bntest output to bc(1). This checks the result of the bigAlexander Bluhm
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.Theo Buehler
2018-11-10fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-06better failure printing, add more checksTheo Buehler
2018-11-06link rand/ to buildTheo Buehler
2018-11-06add a regression test for bn_rand_interval()Theo Buehler
2018-07-23avoid using argv[0] for printing to stderrTheo Buehler
2018-07-17Add missing $OpenBSD$ markers.Theo Buehler
2018-07-17Replace getprogname() to argv[0] in bnaddsubKinichiro Inoguchi
2018-07-10+addsubTheo Buehler
2018-07-10Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcaTheo Buehler
2017-08-12fix resource leaks, ok @guentherBrent Cook
2017-02-23Check return value of every BN_* functions in bntestKinichiro Inoguchi
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-01-31LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_montKinichiro Inoguchi
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2016-12-21Update libcrypto regress to handle header and non-exported symbol changes.Joel Sing
2016-09-03import new BN tests from OpenSSLBrent Cook
2016-07-05remove extra assignment of s from 1.11, fix regression testBrent Cook
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),Brent Cook
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook
2015-07-18remove mysterious, decorative comment blockletsBrent Cook
2015-07-18Explicitly mark ignored BN_* return vals in tests.Brent Cook
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-19BN_free() has its own NULL check.Joel Sing
2015-02-19KNF.Joel Sing
2015-02-15Fix various memory leaks by not exiting so abruptly from failed tests.Miod Vallat
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostJoel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-07-11Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSLMiod Vallat
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
2014-06-20Simple regress test for the amd64 bn_mul_mont bug found by JoyentMiod Vallat
2014-06-20Move the crypto/bn regression test one directory deeper in preparation forMiod Vallat
2014-06-01Build these tests with WARNINGS=Yes and -Werror, and do the necessaryMiod Vallat