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