summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/general (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
* 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-212-2/+83
* 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
* check return value for BN_hex2bn in regression testsbcook2016-03-131-4/+10
* remove mysterious, decorative comment blockletsbcook2015-07-181-21/+21
* Explicitly mark ignored BN_* return vals in tests.bcook2015-07-181-6/+6
* Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.bcook2015-02-251-23/+66
* BN_free() has its own NULL check.jsing2015-02-191-14/+7
* KNF.jsing2015-02-191-766/+834
* Fix various memory leaks by not exiting so abruptly from failed tests.miod2015-02-151-579/+507
* None of these need <openssl/rand.h>jsing2014-10-221-1/+0
* Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSLmiod2014-07-111-0/+57
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
* Move the crypto/bn regression test one directory deeper in preparation formiod2014-06-202-0/+2009