Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Annotate bogus output as incorrect | tb | 2023-07-27 | 1 | -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 set | tb | 2023-07-10 | 1 | -1/+13 |
| | | | | | This currently adds an incorrect 00: padding, consistent with OpenSSL's behavior. | ||||
* | Add test coverage for leading zero octet dance | tb | 2023-07-07 | 1 | -1/+15 |
| | |||||
* | bn_print: remove unused bio, plug leak | tb | 2023-07-06 | 1 | -5/+3 |
| | |||||
* | Add regress coverage for bn_printf | tb | 2023-07-06 | 1 | -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. |