summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* recp -> reciprocal renaming in teststb2025-02-121-5/+5
* bn_test: remove random negative dance for bn_div_reciprocal()tb2025-01-221-3/+1
* Adjust for BN_div_recp() -> BN_div_reciprocal()tb2025-01-221-3/+3
* bn_test: use BN_RECP_CTX_create() rather than _new()/_set()tb2025-01-211-5/+3
* Remove a couple of temporary hackstb2023-04-251-13/+1
* 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
* Drop GF2m teststb2023-04-171-647/+1
* Drop BN_NO_DEPRECATED dance from bn_testtb2023-04-101-7/+1
* 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
* Switch regress to using bn_copy()tb2023-03-271-10/+10
* Add a few missing headers and drop a few unused onestb2022-12-061-12/+2
* Flatten structure of libcrypto/bn teststb2022-12-011-0/+2624