summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Annotate bogus output as incorrecttb2023-07-271-1/+2
| | | | | | Some people already have way too many simple and not too important diffs in their inbox. This isn't worth kicking something more important out of the queue.
* Add test case for negative number with highest bit of top octet settb2023-07-101-1/+13
| | | | | This currently adds an incorrect 00: padding, consistent with OpenSSL's behavior.
* Add test coverage for leading zero octet dancetb2023-07-071-1/+15
|
* bn_print: remove unused bio, plug leaktb2023-07-061-5/+3
|
* Add regress coverage for bn_printftb2023-07-061-0/+280
This must be one of the ugliest tests I've ever written, but I can't think of a better way of doing it.