summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (mostjsing2014-10-221-3/+2
* 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-082-4/+4
* Simple regress test for the amd64 bn_mul_mont bug found by Joyentmiod2014-06-203-2/+86
* Move the crypto/bn regression test one directory deeper in preparation formiod2014-06-203-7/+15
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-152-0/+2007