summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_cmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing2023-06-211-1/+25
| | | | | Currently BN_hex2bn() removes the leading zeros, however this will not be the case in the future.
* Add regress coverage for BN_cmp()/BN_ucmp().jsing2022-11-301-0/+336
Some tests current fail due to a bug in BN_ucmp(), which will be fixed soon.