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
*
recp -> reciprocal renaming in tests
tb
2025-02-12
2
-7
/
+7
*
bn_test: remove random negative dance for bn_div_reciprocal()
tb
2025-01-22
1
-3
/
+1
*
Adjust for BN_div_recp() -> BN_div_reciprocal()
tb
2025-01-22
1
-3
/
+3
*
bn_test: use BN_RECP_CTX_create() rather than _new()/_set()
tb
2025-01-21
1
-5
/
+3
*
bn_convert: avoid a zero-sized allocation
tb
2024-11-05
1
-2
/
+2
*
Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().
jsing
2024-11-03
1
-3
/
+137
*
Add some additional BN conversion test cases.
jsing
2024-11-03
1
-3
/
+21
*
Remove unwanted trailing newlines from err/warn format strings.
anton
2024-08-23
2
-7
/
+7
*
Add regress coverage for BN_lebin2bn().
jsing
2024-04-17
1
-3
/
+17
*
Enable negative zero checks for BN_clear_bit() and BN_mask_bits().
jsing
2024-04-15
1
-5
/
+1
*
bn_convert: plug leak spotted by ASAN
tb
2024-04-09
1
-2
/
+4
*
Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().
jsing
2024-04-09
2
-1
/
+229
*
Add regress coverage for BN_bn2mpi()/BN_mpi2bn().
jsing
2024-04-09
1
-6
/
+123
*
Add a few more test cases for mod_exp aliasing
tb
2023-10-19
1
-33
/
+78
*
The bn_mod_exp test is no longer an expected failure
tb
2023-10-19
1
-3
/
+1
*
Add test case checking aliasing of the result with other arguments
tb
2023-10-19
2
-2
/
+108
*
Make the bn_rand_interval() API a bit more ergonomic
tb
2023-08-03
1
-5
/
+5
*
Retire the bn_rand_interval() test
tb
2023-08-03
2
-115
/
+1
*
Annotate bogus output as incorrect
tb
2023-07-27
1
-1
/
+2
*
Add test case for negative number with highest bit of top octet set
tb
2023-07-10
1
-1
/
+13
*
Add test coverage for leading zero octet dance
tb
2023-07-07
1
-1
/
+15
*
bn_print: remove unused bio, plug leak
tb
2023-07-06
1
-5
/
+3
*
Add regress coverage for bn_printf
tb
2023-07-06
2
-1
/
+283
*
Codify BN_asc2bn(NULL, *) behavior in regress.
tb
2023-06-23
1
-1
/
+11
*
Add tests for BN_sqr() corner cases.
jsing
2023-06-21
1
-1
/
+81
*
Add BN_cmp()/BN_ucmp() tests with zero padded inputs.
jsing
2023-06-21
1
-1
/
+25
*
Add a BN_num_bits() with zero padded input.
jsing
2023-06-21
1
-4
/
+13
*
Fix copy-paste error
tb
2023-06-20
1
-2
/
+2
*
Add regress coverage for BN_num_bits()
jsing
2023-06-20
1
-1
/
+35
*
bn_mod_inverse tweaks
tb
2023-06-04
1
-2
/
+4
*
Add regress coverage for BN_mod_inverse()
tb
2023-06-03
2
-1
/
+387
*
Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.
jsing
2023-05-27
1
-9
/
+37
*
Add regress coverage for -1 modulus as well.
tb
2023-05-09
1
-25
/
+38
*
Remove a couple of temporary hacks
tb
2023-04-25
2
-17
/
+2
*
bn_mod_exp: temporarily add a prototype for BN_mod_exp_recp()
tb
2023-04-25
1
-1
/
+4
*
bn_test: temporarily add prototypes for reciprocal functions
tb
2023-04-25
1
-1
/
+13
*
bn_test: BN_one() will become void, so stop checking it
tb
2023-04-25
1
-8
/
+8
*
bn_primes: the NIST primes will go away, so remove their tests
tb
2023-04-25
1
-41
/
+1
*
Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()
jsing
2023-04-22
2
-1
/
+592
*
Drop GF2m tests
tb
2023-04-17
1
-647
/
+1
*
Allow overriding the bc implementation used in run-bc
tb
2023-04-17
1
-2
/
+7
*
Fix typo
tb
2023-04-17
1
-2
/
+2
*
bn_mod_sqrt: remove no longer necessary complications due to the
tb
2023-04-11
1
-15
/
+5
*
Correct benchmark result computation on 32 bit platforms.
jsing
2023-04-11
2
-4
/
+4
*
Some more cleanup in bn_to_string
tb
2023-04-10
1
-12
/
+8
*
Drop BN_NO_DEPRECATED dance from bn_test
tb
2023-04-10
1
-7
/
+1
*
Provide benchmarks for BN_copy()
jsing
2023-04-10
2
-1
/
+184
*
bn_to_string no longer needs to be linked statically
tb
2023-04-10
1
-2
/
+1
*
Rework the bn_to_string() to use public API
tb
2023-04-10
1
-73
/
+213
*
bn_test: two minor style tweaks
tb
2023-04-08
1
-6
/
+3
[next]