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
OPENBSD_7_7
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
...
*
Units generally help...
tb
2022-11-25
1
-2
/
+2
*
bn_unit: appease coverity
tb
2022-11-23
1
-2
/
+6
*
Neuter getrlimit dance, it's not portable enough. Stupid Windows.
tb
2022-11-23
1
-14
/
+4
*
Tweak a printf.
tb
2022-11-22
1
-3
/
+3
*
Add a unit test that crashes without bn_print.c r1.34.
tb
2022-11-22
2
-1
/
+95
*
Remove prime_t remnant and link bn_primes test statically
tb
2022-11-09
2
-3
/
+4
*
Handle corner case in which the test case can actually be a square
tb
2022-10-11
1
-4
/
+3
*
Convert from %i to %d
tb
2022-09-05
1
-2
/
+2
*
Fix upper bound in a for loop (no functional change).
tb
2022-08-12
1
-2
/
+2
*
Tweak a comment to be more accurate.
tb
2022-08-12
1
-3
/
+3
*
Add a second test to validate the tables in the library.
tb
2022-07-28
1
-1
/
+42
*
Adjust a comment to reflect reality, minor code tweaks.
tb
2022-07-27
1
-7
/
+7
*
minor tweaks: unwrap a line, tweak a comment and zap an empty line
tb
2022-07-26
1
-5
/
+3
*
Add a regression test for bn_isqrt.c
tb
2022-07-25
2
-1
/
+302
*
Use dynamic linking correctly. bntest and bn_to_string need static linking.
tb
2022-06-23
1
-3
/
+5
*
Use uppercase for SUCCESS for consistency
tb
2022-06-19
1
-2
/
+2
*
None of these tests needs to link statically.
tb
2022-06-19
2
-4
/
+4
*
Quick regression test that checks that BN_is_prime_fasttest_ex()
tb
2022-06-18
2
-1
/
+97
*
Fix dependency to build bn_mod_sqrt.
bluhm
2022-03-16
1
-2
/
+2
*
Add a simple regress to verify that the infinite loop in BN_mod_sqrt()
tb
2022-03-15
2
-1
/
+138
*
Simple regress for NULL deref reported by Guido Vranken and fixed in
tb
2022-03-10
2
-1
/
+51
*
Simplify BN_mont test slightly using a new accessor.
tb
2022-01-14
1
-4
/
+2
*
Remove redundant NULL checks
tb
2021-12-29
1
-3
/
+1
*
make the bn/mont test compile with opaque DH.
tb
2021-11-26
1
-4
/
+12
*
Resolve last issue with opaque BIGNUM in this test.
tb
2021-11-25
1
-3
/
+3
*
bntest: Fix all but one test in this file to work with opaque BN.
tb
2021-11-18
1
-399
/
+563
*
use errx() instead of err()
tb
2021-04-06
1
-8
/
+8
*
Explicitly NULL pointers to avoid a double free.
tb
2021-04-04
1
-1
/
+3
*
Don't leak key and dh in the error path.
tb
2021-04-04
1
-4
/
+7
*
Remove echo headlines.
bluhm
2020-12-17
1
-4
/
+1
*
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
[prev]
[next]