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
/
general
Age
Commit message (
Expand
)
Author
2018-07-17
Add missing $OpenBSD$ markers.
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
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
Move the crypto/bn regression test one directory deeper in preparation for
Miod Vallat