index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libcrypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feed the bntest output to bc(1). This checks the result of the big
bluhm
2019-09-05
2
-13
/
+16
*
Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.
tb
2019-04-13
2
-6
/
+133
*
fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)
tb
2018-11-10
1
-4
/
+8
*
better failure printing, add more checks
tb
2018-11-06
1
-9
/
+35
*
link rand/ to build
tb
2018-11-06
1
-2
/
+4
*
add a regression test for bn_rand_interval()
tb
2018-11-06
2
-0
/
+98
*
avoid using argv[0] for printing to stderr
tb
2018-07-23
1
-2
/
+2
*
Add missing $OpenBSD$ markers.
tb
2018-07-17
1
-1
/
+1
*
Replace getprogname() to argv[0] in bnaddsub
inoguchi
2018-07-17
1
-3
/
+2
*
+addsub
tb
2018-07-10
1
-1
/
+2
*
Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca
tb
2018-07-10
2
-0
/
+248
*
fix resource leaks, ok @guenther
bcook
2017-08-12
1
-3
/
+7
*
Check return value of every BN_* functions in bntest
inoguchi
2017-02-23
1
-393
/
+426
*
Remove unused variable in C source to make the test compile and pass.
bluhm
2017-02-07
1
-1
/
+0
*
LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont
inoguchi
2017-01-31
1
-1
/
+78
*
Make explicit _ct and _nonct versions of bn_mod_exp funcitons that
beck
2017-01-21
3
-4
/
+85
*
Update libcrypto regress to handle header and non-exported symbol changes.
jsing
2016-12-21
2
-2
/
+6
*
import new BN tests from OpenSSL
bcook
2016-09-03
1
-92
/
+250
*
remove extra assignment of s from 1.11, fix regression test
bcook
2016-07-05
1
-2
/
+1
*
On systems where we do not have BN_ULLONG defined (most 64-bit systems),
bcook
2016-07-05
1
-4
/
+24
*
check return value for BN_hex2bn in regression tests
bcook
2016-03-13
1
-4
/
+10
*
remove mysterious, decorative comment blocklets
bcook
2015-07-18
1
-21
/
+21
*
Explicitly mark ignored BN_* return vals in tests.
bcook
2015-07-18
1
-6
/
+6
*
Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.
bcook
2015-02-25
1
-23
/
+66
*
BN_free() has its own NULL check.
jsing
2015-02-19
1
-14
/
+7
*
KNF.
jsing
2015-02-19
1
-766
/
+834
*
Fix various memory leaks by not exiting so abruptly from failed tests.
miod
2015-02-15
1
-579
/
+507
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most
jsing
2014-10-22
1
-3
/
+2
*
None of these need <openssl/rand.h>
jsing
2014-10-22
1
-1
/
+0
*
Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL
miod
2014-07-11
1
-0
/
+57
*
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
2014-07-08
2
-4
/
+4
*
Simple regress test for the amd64 bn_mul_mont bug found by Joyent
miod
2014-06-20
3
-2
/
+86
*
Move the crypto/bn regression test one directory deeper in preparation for
miod
2014-06-20
3
-7
/
+15
*
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
miod
2014-06-01
1
-1
/
+3
*
Import the OpenSSL libcrypto tests in a form suitable for our rergress
miod
2014-04-15
2
-0
/
+2007