summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_mod_inverse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bn_mod_inverse tweakstb2023-06-041-2/+4
| | | | | Provide prototype that is hidden behind LIBRESSL_INTERNAL for portable and or in result for future extensibility.
* Add regress coverage for BN_mod_inverse()tb2023-06-031-0/+385
This would detect the aliasing issue reported by Guido Vranken fixed in bn_gcd.c r1.28. Most testcases are from BoringSSL's regress test.