summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/bn/general
AgeCommit message (Expand)Author
2018-07-17Add missing $OpenBSD$ markers.Theo 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-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-20Move the crypto/bn regression test one directory deeper in preparation forMiod Vallat