Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bn_mod_inverse tweaks | tb | 2023-06-04 | 1 | -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() | tb | 2023-06-03 | 1 | -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. |