index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libcrypto
/
bn
Age
Commit message (
Expand
)
Author
2024-08-23
Remove unwanted trailing newlines from err/warn format strings.
Anton Lindqvist
2024-04-17
Add regress coverage for BN_lebin2bn().
Joel Sing
2024-04-15
Enable negative zero checks for BN_clear_bit() and BN_mask_bits().
Joel Sing
2024-04-09
bn_convert: plug leak spotted by ASAN
Theo Buehler
2024-04-09
Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().
Joel Sing
2024-04-09
Add regress coverage for BN_bn2mpi()/BN_mpi2bn().
Joel Sing
2023-10-19
Add a few more test cases for mod_exp aliasing
Theo Buehler
2023-10-19
The bn_mod_exp test is no longer an expected failure
Theo Buehler
2023-10-19
Add test case checking aliasing of the result with other arguments
Theo Buehler
2023-08-03
Make the bn_rand_interval() API a bit more ergonomic
Theo Buehler
2023-08-03
Retire the bn_rand_interval() test
Theo Buehler
2023-07-27
Annotate bogus output as incorrect
Theo Buehler
2023-07-10
Add test case for negative number with highest bit of top octet set
Theo Buehler
2023-07-07
Add test coverage for leading zero octet dance
Theo Buehler
2023-07-06
bn_print: remove unused bio, plug leak
Theo Buehler
2023-07-06
Add regress coverage for bn_printf
Theo Buehler
2023-06-23
Codify BN_asc2bn(NULL, *) behavior in regress.
Theo Buehler
2023-06-21
Add tests for BN_sqr() corner cases.
Joel Sing
2023-06-21
Add BN_cmp()/BN_ucmp() tests with zero padded inputs.
Joel Sing
2023-06-21
Add a BN_num_bits() with zero padded input.
Joel Sing
2023-06-20
Fix copy-paste error
Theo Buehler
2023-06-20
Add regress coverage for BN_num_bits()
Joel Sing
2023-06-04
bn_mod_inverse tweaks
Theo Buehler
2023-06-03
Add regress coverage for BN_mod_inverse()
Theo Buehler
2023-05-27
Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.
Joel Sing
2023-05-09
Add regress coverage for -1 modulus as well.
Theo Buehler
2023-04-25
Remove a couple of temporary hacks
Theo Buehler
2023-04-25
bn_mod_exp: temporarily add a prototype for BN_mod_exp_recp()
Theo Buehler
2023-04-25
bn_test: temporarily add prototypes for reciprocal functions
Theo Buehler
2023-04-25
bn_test: BN_one() will become void, so stop checking it
Theo Buehler
2023-04-25
bn_primes: the NIST primes will go away, so remove their tests
Theo Buehler
2023-04-22
Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()
Joel Sing
2023-04-17
Drop GF2m tests
Theo Buehler
2023-04-17
Allow overriding the bc implementation used in run-bc
Theo Buehler
2023-04-17
Fix typo
Theo Buehler
2023-04-11
bn_mod_sqrt: remove no longer necessary complications due to the
Theo Buehler
2023-04-11
Correct benchmark result computation on 32 bit platforms.
Joel Sing
2023-04-10
Some more cleanup in bn_to_string
Theo Buehler
2023-04-10
Drop BN_NO_DEPRECATED dance from bn_test
Theo Buehler
2023-04-10
Provide benchmarks for BN_copy()
Joel Sing
2023-04-10
bn_to_string no longer needs to be linked statically
Theo Buehler
2023-04-10
Rework the bn_to_string() to use public API
Theo Buehler
2023-04-08
bn_test: two minor style tweaks
Theo Buehler
2023-04-07
bn_test: rename rc into ret as per usual
Theo Buehler
2023-04-07
bn_test: pass BN_CTX into all functions
Theo Buehler
2023-04-07
bn_test: drop a few braces that are now unnecessary
Theo Buehler
2023-04-07
bn_test: move rc initialization to its own line
Theo Buehler
2023-04-07
bn_test: keep the error stack clean
Theo Buehler
2023-04-07
bn_test: use bn_copy() instead of BN_free/BN_dup
Theo Buehler
2023-04-07
bn_test: a few early return would leak. goto err instead
Theo Buehler
[next]