Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ERR_print_error_fp() to avoid leaking a BIO in fatal() | tb | 2021-04-07 | 1 | -2/+2 |
| | |||||
* | Clean up and free objects at the completion of the regress test. | jsing | 2018-11-10 | 1 | -1/+13 |
| | | | | From Ben L <bobsayshilol at live dot co dot uk>. | ||||
* | prefer memcmp to bcmp. | bcook | 2014-11-26 | 1 | -2/+2 |
| | | | | ok tedu@ miod@ deraadt@ | ||||
* | format string should be a string literal. | bcook | 2014-07-09 | 1 | -2/+2 |
| | | | | ok beck@ jsing@ | ||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Add an initial regress test for pkcs7. | jsing | 2014-07-02 | 2 | -0/+298 |
This currently fails when signing/verifying with a detached signature. |