summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_word.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unwanted trailing newlines from err/warn format strings.anton2024-08-231-5/+5
|
* Add regress coverage for BN_{add,sub,mul,div,mod}_word().jsing2023-03-111-0/+617
This also provides some indirect coverage for BN_hex2bn(), BN_bn2hex() and BN_get_word(). Two of these tests are currently failing and will be fixed shortly.