summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-031-5/+5
* Retire the bn_rand_interval() testtb2023-08-032-115/+1
* Annotate bogus output as incorrecttb2023-07-271-1/+2
* Add test case for negative number with highest bit of top octet settb2023-07-101-1/+13
* Add test coverage for leading zero octet dancetb2023-07-071-1/+15
* bn_print: remove unused bio, plug leaktb2023-07-061-5/+3
* Add regress coverage for bn_printftb2023-07-062-1/+283
* Codify BN_asc2bn(NULL, *) behavior in regress.tb2023-06-231-1/+11
* Add tests for BN_sqr() corner cases.jsing2023-06-211-1/+81
* Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing2023-06-211-1/+25
* Add a BN_num_bits() with zero padded input.jsing2023-06-211-4/+13
* Fix copy-paste errortb2023-06-201-2/+2
* Add regress coverage for BN_num_bits()jsing2023-06-201-1/+35
* bn_mod_inverse tweakstb2023-06-041-2/+4
* Add regress coverage for BN_mod_inverse()tb2023-06-032-1/+387
* Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.jsing2023-05-271-9/+37
* Add regress coverage for -1 modulus as well.tb2023-05-091-25/+38
* Remove a couple of temporary hackstb2023-04-252-17/+2
* bn_mod_exp: temporarily add a prototype for BN_mod_exp_recp()tb2023-04-251-1/+4
* bn_test: temporarily add prototypes for reciprocal functionstb2023-04-251-1/+13
* bn_test: BN_one() will become void, so stop checking ittb2023-04-251-8/+8
* bn_primes: the NIST primes will go away, so remove their teststb2023-04-251-41/+1
* Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()jsing2023-04-222-1/+592
* Drop GF2m teststb2023-04-171-647/+1
* Allow overriding the bc implementation used in run-bctb2023-04-171-2/+7
* Fix typotb2023-04-171-2/+2
* bn_mod_sqrt: remove no longer necessary complications due to thetb2023-04-111-15/+5
* Correct benchmark result computation on 32 bit platforms.jsing2023-04-112-4/+4
* Some more cleanup in bn_to_stringtb2023-04-101-12/+8
* Drop BN_NO_DEPRECATED dance from bn_testtb2023-04-101-7/+1
* Provide benchmarks for BN_copy()jsing2023-04-102-1/+184
* bn_to_string no longer needs to be linked staticallytb2023-04-101-2/+1
* Rework the bn_to_string() to use public APItb2023-04-101-73/+213
* bn_test: two minor style tweakstb2023-04-081-6/+3
* bn_test: rename rc into ret as per usualtb2023-04-071-91/+91
* bn_test: pass BN_CTX into all functionstb2023-04-071-364/+297
* bn_test: drop a few braces that are now unnecessarytb2023-04-071-33/+17
* bn_test: move rc initialization to its own linetb2023-04-071-9/+17
* bn_test: keep the error stack cleantb2023-04-071-1/+13
* bn_test: use bn_copy() instead of BN_free/BN_duptb2023-04-071-3/+2
* bn_test: a few early return would leak. goto err insteadtb2023-04-071-5/+5
* bn_test: rand_neg() is not only one of the most stupidly named functionstb2023-04-071-2/+2
* bn_test: handle rc consistentlytb2023-04-071-111/+134
* bn_test: inline the only use of lst[]tb2023-04-071-14/+12
* Improve some test failure reportingtb2023-04-071-5/+12
* Move a comment to the proper placetb2023-04-061-6/+5
* Check and assign on one linetb2023-04-061-3/+2
* Zap extra empty linetb2023-04-061-2/+1
* bn_mod_sqrt: Improve a handful of comments and a printftb2023-04-051-5/+9
* Improve regress coverage for BN_mod_sqrt()tb2023-04-051-3/+2783